Viewing 15 posts - 31 through 45 (of 62 total)
So hold on - are we saying that SQL has no native way of outputting data to a text file and appending the data? Is it just me or is...
August 11, 2005 at 4:00 am
Hi
I trialled both these products (and others) recently and have just purchased the Redgate product as backup sizes were becoming an issue on some of our servers. The compression rates...
August 1, 2005 at 6:15 am
Ah - thanks Bert, it does just what I need.
cheers
Gordon
April 6, 2005 at 4:35 am
The failover messages are written to the event log so anything that can report on that would do the job for you. It depends how much you want to spend...
February 22, 2005 at 6:39 am
Thanks for that. Our DR involves rebuilding servers for scratch, hence to the need to restore master, then msdb, then user databases.
I'll be teting out a SQL 7 master Litespeed...
January 20, 2005 at 12:20 am
Thanks, I'll download and try it. I'm still interested to know about the master restore limitation of Litespeed though......
January 19, 2005 at 5:44 am
I had the same problem where a DBCC SHRINKFILE command said it couldn't locate the entries in sysfiles even though they were there. Couldn't find a logical reason why but a stop...
September 2, 2004 at 8:13 am
It's pretty much me that manages the server! I don't think it's a SQL permission issue as I can execute the xp_loginconfig procedure fine - it's only when I'm trying...
September 2, 2004 at 7:54 am
Perfect! Exactly what I was looking for.
Thanks
July 28, 2004 at 7:55 am
Thanks Nicholas - I see what you mean. However if the job and steps have had their names changed it doesn't match. I was also hoping for a more automatic...
June 15, 2004 at 9:26 am
Thanks Mike
My domain account is a sysadmin within SQL and the local startup account is a local admin so permissions shouldn't be an issue.
SQL logins will certainly work however...
November 11, 2003 at 8:34 am
@@PROCID will return the id of the current stored procedure. You can then look this id up in the sysobjects table to find the procedure name.
regards
November 7, 2003 at 9:06 am
We use dbcc sqlperf (logspace) to return the size of all the log files on the server.
You could schedule this to run each morning or at intervals throughout the day....
October 29, 2003 at 2:58 am
Thanks for all the replies. Would you believe it "results in grid" was causing the problem. Sometime you look so hard the answer is staring you in the face.
cheers
September 23, 2003 at 5:32 am
Viewing 15 posts - 31 through 45 (of 62 total)