Viewing 15 posts - 271 through 285 (of 1,539 total)
SKYBVI (9/20/2010)
what are the sizes of the bak and trn files of the backupsetRegards,
Sushant
You want to know backup file sizes?
This link should be a good begining.
http://www.sqlservercentral.com/scripts/Miscellaneous/30338/
September 20, 2010 at 7:44 am
mail4sha (9/20/2010)
September 20, 2010 at 7:40 am
nuthan_kumar (9/20/2010)
and getting this error.
exec sp_attach_single_file_db @dbname ='abc', @physname='c:\abc.mdf '
"Database...
September 20, 2010 at 6:07 am
let the script zip the files in asynchronous mode, a seperate zip process will be created for each file EXCEPT the current file. just dont touch the current file. this...
September 19, 2010 at 11:33 pm
Perry Whittle (9/18/2010)
Hicheck my guide at the following link for SQL Server 2008 on a Windows 2003 cluster
Perry, the link doesnt work for me. i guess the underlying uRL is...
September 18, 2010 at 2:03 pm
in fact its good to have it written in powershell 🙂
I suppose vbscript would have faced the same issue - of zipping asynchrous.
may be you can write the move...
September 17, 2010 at 10:44 am
shew (9/16/2010)
September 17, 2010 at 7:16 am
you have to specify the owner name of the SP if the owner is not dbo(which is the default owner).
September 17, 2010 at 6:05 am
i think you should go with the option you suggested - isql.
on server 1, job step1 should run on current server and job step 2 should call a command line/batch...
September 17, 2010 at 5:59 am
recreate the publication and then remove it. then proceed to drop the db.
September 16, 2010 at 10:30 am
Lowell (8/19/2010)
i've done it quite a few times, and that's all i...
August 19, 2010 at 11:28 am
BlackHawk-17 (8/6/2010)
To calculate the duration you may find this a little better than the method you are currently using:CONVERT(CHAR(8), backup_finish_date - backup_start_date, 8) AS [Duration]
Thanks for the feedback. Will implement...
August 6, 2010 at 9:23 am
lrutkowski (8/6/2010)
Just wanted to throw this out there, it might be easier, especially for scheduling purposes, to use Powershell.
Yes. but i knew little powershell at that time. I also use...
August 6, 2010 at 9:23 am
Thanks Brian. I will ask the user to connect using using IP and provide you with the results.
June 9, 2010 at 8:55 am
I'm not a coder. If you're able to connect via SSMS, you shud be able to connect via ur application.
I read that link u provided.
find the IPaddress of your local...
May 8, 2010 at 9:50 am
Viewing 15 posts - 271 through 285 (of 1,539 total)