Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to handle the the exceptions in sql?

Author  Topic 

subhaoviya
Posting Yak Master

135 Posts

Posted - 2009-07-15 : 00:57:40

how to improve the performace of querys and how to handle the exceptions in sql

thanks
subha

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-07-15 : 01:52:38
How to improve the performance of queries:
That is a very generally question.
To answer this you can write books.
It always depends on given situation / environment.

How to handle the exceptions in sql:
Since SQL Server 2005 you can use Try/Catch for this.
Have a look at google...

Fred


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -