Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proceed with script if index cannot be created
Message
From
04/03/2008 23:12:34
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01298779
Message ID:
01298785
Views:
13
>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
>[ ; ]

Thanks, that works.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform