27099 0
SQL server connection string examples in C# & XML
In this article, I have provided various examples of SQL server connection string in C#, ASP.NET Web.Config file in XML format and MySQL connection string in C#.
Type
Article
19688 2
How to open sql server configuration manager in windows 10?

I am using SQL server Express 2012 in my new windows 10 laptop, now I need to open SQL server configuration manager in windows 10? Where can I find it in Windows 10, in Windows 7, it was easier to navigate and check it in All Programs -> SQL server 2012 -> SQL server configuration manager, but in Windows 10 I cannot find it.

Where can I find it in windows 10? I tried to check in All programs but wasn't able to find it.

Thanks

...
Type
Question
16291 0
Stored procedure in sql server (With Example)
In this article, I have explained basics and important points to understand stored procedure in sql server with examples.
Type
Article
16098 3
How to use switch case statement in stored procedure?

As easily we use the if else statement in stored procedure to check the statement type and there after we perform the desired task. Same thing I want to do using switch case 

...
Type
Question
15896 0
How to check sql server version? (Various ways explained)
In this article, I am going to provide you various possible ways to check SQL server version, by following these simple steps.
Type
Article

15846 0
Understanding SQL server switch case (With Example)
This article provides you implementation details of SQL server switch case statement and how to use it with examples
Type
Article
15239 2
Import csv into SQL server (with query OR without query using SSMS)
In this article, I have explained how you can import data from csv file into sql server using query and without query import csv into database using SQL server management studio.
Type
Article
14789 0
Aggregate Functions in SQL Server (SUM, AVG, COUNT, MIN, MAX)
This article provides you complete details of the aggregate function (SUM, AVG, COUNT, MIN, MAX) in SQL server with suitable examples.
Type
Article
14288 0
How to backup SQL Server database ? (Various Ways explained)
This article explains various ways to backup SQL Server database using C#, using Powershell script, by generating scripts in SQL server or writing a script.
Type
Article
13615 0
Restore (Import) database from .bak file in SQL server (With & without scripts)
In this short article, I am giving steps with images to restore database from .bak file in SQL server & I have also explained ways in sql server to restore database from bak file using script.
Type
Article

Page 1 of 11