Viewing 15 posts - 16 through 30 (of 42 total)
another way would have been to detach the database, rename the files and then re-attach the new filename.
November 4, 2003 at 1:59 am
You might also want to check out the 'datepart' command
September 10, 2003 at 8:39 am
Why don't you just detach the database, copy the files across and then attach in the previous and new locations ?
August 12, 2003 at 6:07 am
Thanks for that - I do have the error message mentioned in that email in my SQL Server log file
August 11, 2003 at 4:31 am
Have u tried doing a
backup log <databasename> with truncate_only
first ?
July 18, 2003 at 4:10 am
another way is just to do a select
left(getdate(),12) - does return it as a varchar though
June 19, 2003 at 3:24 am
yes I do... thanks for all your help
May 13, 2003 at 4:21 am
I think I have sorted it - I believe the round circle on most of the icons in the execution plan, indicate that the query is running in parallel.
Thanks...
May 13, 2003 at 1:38 am
Be careful when using xp_sendMail...
Soon it wont be supported (and it already does not work on one half of a cluster)
See
http://support.microsoft.com/view/tn.asp?kb=312839
for its replacement.
It uses SMTP instead, and...
March 17, 2003 at 6:12 am
We are running SQL 2000 sp3. Memory must be recovered some how, as when I come in on a Tuesday morning the memory is back to 300Mb + available.
February 20, 2003 at 9:57 am
The Optimisation takes around 3 mins, and the integrity check less than 10 seconds.
What I am worried about is the continuing drop in memory. SQL is not recovering
February 20, 2003 at 9:25 am
Viewing 15 posts - 16 through 30 (of 42 total)