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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-28 : 23:54:48
|
Vladimir writes "How to prevent fatal error to stop further execution of the stored procedure.
... (1) select * from Existing_Server.OJ /* from existing server*/ (2) select * from Temporary_Non_Existing_Server.OJ /* This server is not available at this moment from some reason */
(3) Other commands ...
So, I want the other commands to be executed anyway" |
|
|
|
|
|