Viewing 6 posts - 1 through 6 (of 6 total)
Any reason not to do this from the command line?
You can use this to see what it does:
for %%i IN ( V:\Data_1\*.MDF) DO echo "C:\Program Files\WinZip\WinZip32.exe" -a %%~di%%~pi%%~ni.zip %%i
and this...
January 4, 2008 at 3:48 pm
Thanks for the script, Vince. This came in very handy.
One thing to add -- I had a reporting services instance that logged in when the DB went into single user...
March 24, 2007 at 8:50 am
Ouch! Didn't expect to miss this one. I consider following best practices the same as "Need". Perhaps rephrasing as "You are running Windows 2003 X64 edition with SQL Server...
February 17, 2006 at 12:46 pm
Doh! That was a lucky guess, guess Microsoft activated the link just before Steve got back. Too bad I didn't guess that luckily on the QoD today.
Jim
September 14, 2005 at 10:36 am
September 14, 2005 at 10:31 am
I love the idea. Occasionally, I'd like to print a question to ask some of the other DBAs at the water cooler, or refer back to the previous answers if...
August 8, 2005 at 10:18 am
Viewing 6 posts - 1 through 6 (of 6 total)