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

Content with tags T-SQL, Stored Procedures, Performance Tuning and Scaling, SQL Server 7, 2000 Rss

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

Basic Querying (3)     Backup and Recovery (1)     Indexing (1)     Security (1)    
Performance Tuning (3)     Configuring (1)     Installation (1)     UpdateGrams (1)    
Administering (2)     Distributed Queries (1)     Miscellaneous (1)     User-Defined functions (1)    
Monitoring (2)     DTS (1)     OpenXML (1)     XML (1)    
Triggers (2)     English Query (1)     Replication (1)     XSL (1)    
Advanced Querying (1)    
   Items 1 to 7 of 7   
 

Stored Procedure vs Triggers

Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren't many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.   Read more...
By G Vijayakumar 2006/03/31 (first posted: 2004/08/30) | Source: SQLServerCentral.com | Category: Performance Tuning and Scaling
Rating: |  Discuss |  Briefcase | 36,373 reads

Stored Procedures and Caching

One of the biggest performance gains built into SQL Server is the stored procedure. In this article by Brian Kelley, he shows you how to fully utilize, debug and monitor the caching of such objects.   Read more...
By Brian Kelley 2004/11/19 (first posted: 2002/01/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 33,295 reads

Stored Procedure vs Triggers

Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren't many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.   Read more...
By G Vijayakumar 2006/03/31 (first posted: 2004/08/30) | Source: SQLServerCentral.com | Category: Performance Tuning and Scaling
Rating: |  Discuss |  Briefcase | 36,373 reads

Review of SQL 2000 Fast Answers

A monster book at 980 pages, it's written in 'how-to' format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!   Read more...
By Andy Warren 2003/04/18 | Source: SQLServerCentral.com | Category: Installation
Rating: (not yet rated) |  Discuss |  Briefcase | 17,214 reads

What is the search order for Procedures prefixed sp_?

In this article, James Travis covers a common performance topic of prefixing stored procedures sp_. Does it really slow down performance?   Read more...
By James Travis 2002/11/14 | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 6,162 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,646 reads

Stored Procedures and Caching

One of the biggest performance gains built into SQL Server is the stored procedure. In this article by Brian Kelley, he shows you how to fully utilize, debug and monitor the caching of such objects.   Read more...
By Brian Kelley 2004/11/19 (first posted: 2002/01/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 33,295 reads
   Items 1 to 7 of 7