Viewing 15 posts - 1,036 through 1,050 (of 2,486 total)
What ever comes after the CREATE PROCEDURE and before the GO is treated as the text of the stored procedure. This is the same for all the other CREATE ... statements...
July 11, 2005 at 1:06 am
As per the ever-friendly, ever-reliable Books Online,
Signals the end of a batch of Transact-SQL statements to the Microsoft® SQL Server™ utilities.
So when you excluded the first GO statement, all the...
July 11, 2005 at 12:34 am
Anythings possible, but the real question is, why would you want to??
Can't think of any reason you'd go to all the trouble of calling a batch file when it's much...
July 10, 2005 at 9:12 pm
Dear Sufian
Are you posting this as a Question of the Day (QOD), or as an actual problem you have?
If its a QOD, you might want to follow the instructions for...
July 10, 2005 at 9:04 pm
Easiest way is to setup the DTS Package to run in a scheduled job.
Use the DTSRUNUI program to generate the command line for you, this way you won't have an...
July 10, 2005 at 8:54 pm
Nothing wrong with the question you've asked, just that it doesn't have anything to do with Notification Services! A more appropriate forum would be SQL Server Administration
http://www.sqlservercentral.com/forums/messages.aspx?forumid=5
July 10, 2005 at 8:02 pm
The locks that SQL Server acquires are on the base data. Unless you are using indexed views, there is no data in the views to place locks on.
Using NOLOCK...
July 10, 2005 at 7:07 pm
July 10, 2005 at 5:50 pm
Why can't you have a permanent table, its standard practice for loading data?
If you can't have a permanent table then add an ExecuteSQL step at the start to create the...
July 10, 2005 at 4:46 pm
What has this got to do with the Administration of Notification Services??
Please check the forum you are posting to before clicking submit.
July 10, 2005 at 4:57 am
Ok, what are the specific properties on your linked server? I'm not at work at the moment, but I can post our settings on Monday if you think that might...
July 8, 2005 at 11:03 pm
How about another case.
I've got to send out the same email message to two different addresses
EmailAddressTable me@here you@thereMessageTable The job you wanted done is complete
I've got a procedure called usp_SendTheEmail that...
July 8, 2005 at 12:43 am
... and then again there is always SQL Reporting Services
July 8, 2005 at 12:36 am
Bryan
My initial thoughts are that you can't get the information you need without creating some sort of connection. You could use a bit of VBScript to query the computer name...
July 8, 2005 at 12:32 am
Oh goody, goody another clue ...
I must say this is the...
July 8, 2005 at 12:25 am
Viewing 15 posts - 1,036 through 1,050 (of 2,486 total)