MS SQL Server Articles

MS SQL Server: How to drop all triggers in a SQL Server database

This script will loop through and drop all schema triggers in a SQL Server database.

0 Comments   Posted by retroman80s on Aug 25, 2009   488 Views  


MS SQL Server: How to get a list of all triggers in a SQL Server database

This script will give you a list of all trigger for a given SQL Server database

0 Comments   Posted by retroman80s on Aug 25, 2009   322 Views  


MS SQL Server: ERROR: Cannot connect to SQL Server or SQLEXPRESS, SQL Server does not allow remote connections

If you are using Microsoft SQL Server Management Studio to connect to your SQL Server and getting the following error message: Cannot connect to SQL Server or SQLEXPRESS Here's a solution your can try.

0 Comments   Posted by LazyAssCoder on Jan 16, 2009   498 Views  


MS SQL Server: TSQL: Return x number of rows

This article describes how to return the top x number of record

0 Comments   Posted by LazyAssCoder on Jul 13, 2007   1403 Views