Microsoft SQL Server Tutorials In Urdu


Full list of all SQL Server 2008/2012 & TSQL (Transact-SQL) tutorials in Urdu are listed.

SQL SERVER Download and Installation
  1. SQL Server Tutorial In Urdu And Hindi - Download and Install SQL Server 2008 In Urdu
  2. SQL Server Tutorial In Urdu And Hindi - Download and Install SQL Server 2012 In Urdu
  3. SQL Server Tutorial In Urdu And Hindi - Download and Install SQL Server 2014 In Urdu
  4. SQL Server Tutorial In Urdu And Hindi - Download and Install SQL Server 2017 In Urdu
  5. SQL Server Tutorial In Urdu And Hindi - Download and Install SQL Server 2019 In Urdu
SQL Server Tutorials In Urdu & Hindi
  1. SQL Server Tutorial In Urdu And Hindi - How to Create Database In SQL Server
  2. SQL Server Tutorial In Urdu And Hindi - How to Create Table In SQL Server Using SQL Server Design Tools
  3. SQL Server Tutorial In Urdu And Hindi - How to Create Table In SQL Server Using SQL Query
  4. SQL Server Tutorial In Urdu And Hindi - What is Primary Key?
  5. SQL Server Tutorial In Urdu And Hindi - How to Create Identity Field (Auto Increment Field) In SQL Server
  6. SQL Server Tutorial In Urdu And Hindi - How to download and Install Northwind & Pubs Databases
  7. SQL Server Tutorial In Urdu And Hindi - SELECT Statement, WHERE Clause and Alias
  8. SQL Server Tutorial In Urdu And Hindi - SQL Wildcards & LIKE Operator
  9. SQL Server Tutorial In Urdu And Hindi - Between Operator
  10. SQL Server Tutorial In Urdu And Hindi - Aggregate Functions
  11. SQL Server Tutorial In Urdu And Hindi - Scalar Functions
  12. SQL Server Tutorial In Urdu And Hindi - SQL CONVERT Function
  13. SQL Server Tutorial In Urdu And Hindi - SQL JOIN, INNER & OUTER Joins
  14. SQL Server Tutorial In Urdu And Hindi - UNION & UNION ALL
  15. SQL Server Tutorial In Urdu And Hindi - Group By And Having Clause
  16. SQL Server Tutorial In Urdu And Hindi - CASE Statement
  17. SQL Server Tutorial In Urdu And Hindi - Temporary Table And Table Variable
  18. SQL Server Tutorial In Urdu And Hindi - What is Stored Procedures
  19. SQL Server Tutorial In Urdu And Hindi - Stored Procedure with Parameters and OUTPUT Parameters
SQL Server Tips And Tricks In Urdu And Hindi

32 comments:

  1. please update more videos of mssql server

    ReplyDelete
  2. Dear Sir
    Assalam O Alaikum
    Please Sir Crystal Reports complete tutorial With SQL server. ki class be start karin, How to get data from sql and how to connect crystal report with SQL server. plzzzzzzzzzzzzz......

    ReplyDelete
  3. Assalam O Alaikum sir, SQL complete tutorial share karo plzzzzzzzzzz

    ReplyDelete
    Replies
    1. sir we r waiting..

      Delete
    2. Thanks for comments .... currently I have no more tutorials, I will create them soon ... till then enjoy the rest of videos ...

      Delete
    3. Sir Thanks for shared

      Delete
  4. How to generate a custom Id in sql server. Like : 252803015001 (25 Terminal ID, 28-03-015 Date 001 is Serial No)

    ReplyDelete
  5. How to store picture in sql Server.

    ReplyDelete
    Replies
    1. http://stackoverflow.com/questions/5613898/storing-images-in-sql-server

      Use the link above for your answer.

      Delete
  6. Dear Sir im facing Error this:

    DB Table: [Picture] [image]
    ST: @Picture

    // Parameters
    cmd.Parameters.Add("@Picture", SqlDbType.Image).Value = EmpPictureBox.Image;

    Error: Failed to convert parameter value from a Bitmap to a Byte[]

    What is Method of Convert Bitmap to a Byte[] .... Help Plz.




    ReplyDelete
    Replies
    1. Salam. Sir,

      Video 5 is not available where is video?

      Delete
    2. Sorry, Dailymotion has deleted that video by mistake. It happens with dailymotion once in a while. Currently it is not allowing me to upload this particular video. Wait a day or 2 and then I will upload it again.

      Delete
  7. Difference between primary key and foreign key. And How to create a product Id like this: 0001, 0002, 0003 Etc.

    ReplyDelete
    Replies
    1. Primary Key is a column which Identify a recod (row). While Foreign key connects related tables. If you want to make product id as primary key with integer datatype and the increment as 0001, 0002 and so on then you cant. Instead make it varchar and add them manually.

      Delete
  8. sir plese give me your mobile number my number is 03126335033

    ReplyDelete
  9. Please Sir Crystal Reports complete tutorial With SQL server. ki class be start karin,

    ReplyDelete
    Replies
    1. Currently underdevelopment, you will see them soon. Thanks.

      Delete
    2. Sir ETL application in C# and mySql server ka koi idea share kr dy plz

      Delete
  10. Aslamo Aelkulm
    nice sir g ap to chaa gay hean kamal kar diya ap ny me ap k lectures ly raha hon thnks....

    ReplyDelete
  11. Sir ap ne chat application bnai thi mene apki video dekh kr same bnai hai to us me problem aa raha hai k application remote connection ki wja se bnd ho gai hai. any solution??

    ReplyDelete
  12. "an existing connection was forcibly closed by remote host". This is the actual statement of error.

    ReplyDelete
  13. Dear Sir,

    Thanks for your all videos..its really help.. Would you please make any payroll with attendance software if possible?

    Waiting for positive reply

    Thanks
    Muhammad Imran

    ReplyDelete
  14. Dear Sir,

    Please can you advise me which language is best for learning from starting...
    C# and VB or etc....

    ReplyDelete
    Replies
    1. Both are the same. But use C# as VB.NET has no future.

      Delete
  15. Please add some cursor and trigger examples with define that why we use cursor and trigger thanks i am waiting your response

    ReplyDelete
    Replies
    1. Triggers are coming soon but I am against using cursor as it slows down everything. We can do everything without cursor.

      Delete
    2. I am still waiting trigger video

      Delete
  16. Aoa. sir i upgraded my sql server 2008 to 2012. befire it was working well. when i removed the sql 2008, no service is in sql configuration manager, i tried lot. reinstalled all, but it is stil now showing any service

    ReplyDelete
  17. Aslam aleykoum sir, Can you make a tuto of SQl in English where we can understand exactly how to save and and upload a record. Where you talk about public int EmployerId { get; set; } and

    private void AfficheDomaineInfo(int domaineId, bool isUpdate)
    {
    DomaineInfoForm diform = new DomaineInfoForm();
    diform.DomaineId = domaineId;
    diform.IsUpdate = isUpdate;
    diform.ShowDialog();

    LoadDataIntoDataGridView();
    }
    Thanks

    ReplyDelete
  18. Aslam aleykum Sir How the family and best wisheses for you. I installed visual studio 2010 PROFESSIONNAL But I can not add crystal report.

    I download as how you do but nothing. I canot get see the rdl.
    If there is an reference I must add, How can i do Sir.

    please I wainting.

    Thanks

    ReplyDelete
  19. Dea Sir,

    Request you to kindly upload cluster configuration video.


    regards
    Gopal

    ReplyDelete
  20. Dear Sir, Assalam o Alaikum
    Can you please guide me about Mirroring database on SQL 2014, I am facing the error-1418 named as "The Server network address "TCP:// ----- : 5022" can not be reached or does not exist."
    Please note: I want to established the mirror setup on 3 different system which are on the same network but not on the domain. Furthermore, I am using the SERVER WINDOWS 2016 on all which is activated also.
    I've tried a lot but I'm frustrated, Now I look at you with a belief that you can solve this.
    kindly contact me : saifr8148@gmail.com

    ReplyDelete