SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags T-SQL, Stored Procedures, SQL Server 7, 2000, Advanced Querying Rss

Refine your search with one of the following additional tags (with number of items):

Administering (1)     Performance Tuning and Scaling (1)    
Basic Querying (1)     Triggers (1)    

Search for any content tagged T-SQL & Stored Procedures & SQL Server 7, 2000 & Advanced Querying

   Items 1 to 2 of 2   
 

Creating your own sp_MSforeach stored procedure

This article shows you one of the most time saving stored procedure built into SQL Server and then shows you how you can modify it to affect additional objects like triggers. For example, after this article and the code in the article, you'll be able to disable every trigger in your system in one line of code.   Read more...
By Brian Knight 2002/06/17 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 12,093 reads

Making Dynamic Queries Static

Building and executing dynamic sql in a stored procedure - is it the only way to solve problems like supporting a simple search function? Leon offers a couple alternatives that let you continue to provide the functionality in a stored procedure without using dynamic sql. Interesting ideas worth exploring!   Read more...
Rating: |  Discuss |  Briefcase | 11,946 reads
   Items 1 to 2 of 2