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.
| Author |
Topic |
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2010-02-04 : 11:49:21
|
| I try to use "Begn try and begin catch" in SP but got an error.What is wrong? |
|
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2010-02-04 : 11:55:03
|
| I used SQL 2005 but code SP in SQL 2000 db, is it problem of using try and catch? |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-04 : 11:55:42
|
quote: Originally posted by Sun Foster I used SQL 2005 but code SP in SQL 2000 db, is it problem of using try and catch?
yup. TRY..CATCH is available only from sql 2005 onwards |
 |
|
|
|
|
|