Viewing 15 posts - 1,606 through 1,620 (of 1,789 total)
My bad! That is what I get for typing before going to a meeting. Sorry for misleading you!
David
May 1, 2002 at 10:19 am
Use the substring function i.e. substring(columnname, 12, 16) first number indicates starting position and second number indicates stop position. BOL has a really good example there as well.
Hope this...
May 1, 2002 at 7:54 am
You should see a 8.00.532 (or something greater with the hot fixes) for the version information that comes out with the select @@version.
I am assuming that this is for SQL...
April 30, 2002 at 2:21 pm
Nor I on a 7.0 box. Never seen it before so, I would stick with the known MS xp_sendmail.
David
April 30, 2002 at 2:16 pm
Make sure you can open the path in command line such as a DOS window or from the run line. If there are any spaces in the path it will...
April 26, 2002 at 11:35 am
Very cool Steve! Did not know you could do this and the wheels are already turning to see how I can swing this here. Thanks!
David
April 25, 2002 at 5:47 am
From SQL Server 2000 System Table Map (download from MS - search on systbl.chm)
"Elapsed time in the execution of the job or step in HHMMSS format."
Hope this helps.
David
April 19, 2002 at 8:48 am
I wouldn't do the mail in a trigger but rather a stored procedure and then create a job to run the procedure every 5 minutes or so. That way when...
April 18, 2002 at 1:18 pm
quote:
Can we use the detach/attach method going from SQL7 to SQL2K ? Would the difference in system tables cause a problem...
April 18, 2002 at 6:12 am
Depends on the scenario. Some instances I will keep multiple days worth of files on disk other times I will overwrite each night. Some I will copy to other servers...
April 12, 2002 at 9:28 am
My post wasn't too clear when it came to the native SQL backups. I prefer them over third party for a myriad of reasons, your problem being one of them....
April 12, 2002 at 7:26 am
So when you do a sp_who2 is there any connections open to the database in question? If so, close that connection then do the detach / attach. If that still...
April 12, 2002 at 7:15 am
Jeff,
This is a way out there guess but could you try attaching the database again using the single file method, backing up the database and the log and then doing...
April 12, 2002 at 7:11 am
And the sp_attach with new paths specified is not working with the new log file either?
David
April 11, 2002 at 3:40 pm
Let me guess, Veritas restore? If the Restore utility is not native SQL and has the restore job showing completed, you should be able to detach and reattach the database...
April 11, 2002 at 3:38 pm
Viewing 15 posts - 1,606 through 1,620 (of 1,789 total)