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

Guest Columnist: G Vijayakumar

SQLServerCentral.com profile

   Items 1 to 4 of 4   
 

SQL Server Integration Services Automation

After completing a project with SQL Server 2005 Integration Services, author G Vijayakumar brings us his technique for an automated scheduling of various source data into a data warehouse with multiple packages.  Read more...
By G Vijayakumar 2007/10/30 | Source: SQLServerCentral.com | Category: Integration Services
Rating: |  Discuss |  Briefcase | 5,835 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,111 reads

When To Use the Order By Clause

The ORDER BY clause is one of the basic keywords that defines the SQL Language. And it can help prevent strange results from being returned to the average user. Read on to see how and why this addition to your queries can help ensure more "ordered" results :)   Read more...
By G Vijayakumar 2004/05/19 | Source: SQLServerCentral.com | Category: Basic Querying
Rating: |  Discuss |  Briefcase | 10,502 reads

Execution Plans

How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.   Read more...
By G Vijayakumar 2005/10/07 (first posted: 2004/05/06) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 38,856 reads
   Items 1 to 4 of 4