How to drop Primary Key of a Table using MSSQL
To drop Primary Key of a Table using MSSQL you can use the snippet below. http://youtu.be/0kfyw8M83bA Sample MSSQL
All the Code Snippets and Samples you need
To drop Primary Key of a Table using MSSQL you can use the snippet below. http://youtu.be/0kfyw8M83bA Sample MSSQL
To get Windows Product Name in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET Tipp: To use ManagementObjectSearcher you need to set a Reference to…
To list all Databases in MSSQL you can use the following snippet. Sample MSSQL SQL Server Version newer than MS SQL 2000 also support these StoredProcedures. or
To TRIM a string in MSSQL you can use the following Userdefinedfunction Snippet. Sample MSSQL
To reset the windows audio mixer in Batch you can use the following snippet. This snippet will set all volume levels equal. If you know a simpler way to reset…
To use the Microsoft Speech API in VBScript you can use the following snippet. Sample VBScript
To start a application and wait for exit in Powershell you can use the following snippet. Sample Powershell for more informations take a look at the MSDN Start-Process