Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proceed with script if index cannot be created
Message
 
To
04/03/2008 23:02:16
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01298779
Message ID:
01298782
Views:
19
This message has been marked as the solution to the initial question of the thread.
IF it is SQL Server 2005 you can use:

BEGIN TRY
{ sql_statement | statement_block }
END TRY
BEGIN CATCH
[ { sql_statement | statement_block } ]
END CATCH
[ ; ]
Woodie Westbrook
I came, I saw, I compiled.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform