Run SQL Server Scripts using C#
In this article I will run a SQL Server script to backup a database using C# in visual studio. For this purpose, I am going to use the sqlcmd.
2012-04-27
14,991 reads
In this article I will run a SQL Server script to backup a database using C# in visual studio. For this purpose, I am going to use the sqlcmd.
2012-04-27
14,991 reads
In this article, we are going to create a linked server to the MySQL Database.
Once finished that task, we will select, insert, update and delete some data using SQL Server.
2012-04-17
9,221 reads
This article describes the sequence new feature used in SQL Server 2012
2012-04-13
9,167 reads
This article describes the use and advantages of the throw statement.
2012-04-03
2,599 reads
This article describes how to backup a database using a C# Windows Form.
2012-03-30
12,748 reads
This demo will show you the how powerfull is powershell. We will use cicles and the get-content command.
2012-03-22
9,873 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
I’ve added a new parameter to my permissions scripts (well, just the main two...
By Steve Jones
UPDATE: Article changed based on the comment from Mr. Sewell. I wrote recently about...
Comments posted to this topic are about the item How to use PowerShell to...
Comments posted to this topic are about the item INSERT EXEC statement cannot be...
Comments posted to this topic are about the item Cleaning Tables