Viewing 15 posts - 211 through 225 (of 231 total)
Is this under the DTS Package Properties: Write completion status to Event Log? And where is the Event Log stored? How do I access this information?
Lastly, this was...
September 27, 2002 at 11:31 am
Does anyone have the SQL Server 7 syntax for the sp_renamedb stored proc that they can post here?
Thanks!!!
September 20, 2002 at 7:28 am
I'm not on the server with the back-up device and have no control over this -- I get the message "Cannot open backup device..."
Any other ideas?
September 17, 2002 at 1:30 pm
I'm not on the server with the back-up device and have no control over this -- I get the message "Cannot open backup device..."
Any other ideas?
September 17, 2002 at 1:29 pm
I tried to modify this sp but I get an error message that states "Ad hoc updates to system catalogs are not enabled. The system admin must reconfigure SQL...
September 17, 2002 at 1:05 pm
Thanks, I just tried your suggestion but now I get the following error message...
Server: Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'sp_renamedb'.
When I open the...
September 17, 2002 at 10:59 am
I had a similar problem where I was executing several DTS packages from within another DTS package and had a need to log each step/task with execution information (start time,...
August 29, 2002 at 9:49 am
I have added start-time and finish-time to the code and it works beautifully. (Below is the code I used)
Concerning the built-in logging function of DTS, how do I get...
August 22, 2002 at 7:58 am
Is there a way to get what the index of each step is to test this, or better yet, a way to get the order of execution of each...
August 20, 2002 at 7:52 am
To further clarify...
Simply use the following SQL statement to grant access to a Role:
GRANT SELECT ON TableName_X TO RoleName_Y
Place this SQL statement in the ExecuteSQL task within a DTS.
Thanks for...
June 19, 2002 at 3:21 pm
I'm sorry, I can't seem to find Brian Knight's article 'Locking Down DTS' in this forum. I conducted a search with these keywords and the only thing that is...
June 14, 2002 at 9:42 am
Right, but what it does say is this...
From the section of the article subtitled:
Where is the DTS Package Running?
...When you run the package from the DTS Designer in SQL...
June 6, 2002 at 11:56 am
Right, but what it does say is this...
From the section of the article subtitled:
Where is the DTS Package Running?
...When you run the package from the DTS Designer in SQL...
June 6, 2002 at 11:56 am
Below is a quote from the thread: DTS works but schedule JOB don't...
Microsoft has posted this article:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q269074
It seems to clarify the issue of using a msgbox and never...
June 6, 2002 at 11:04 am
Viewing 15 posts - 211 through 225 (of 231 total)