Viewing 15 posts - 571 through 585 (of 769 total)
Good.
September 27, 2012 at 12:30 am
Thanks Guys.
However, neither powershell nor xp_cmdshell, do work in SQL Server 2000 !
September 21, 2012 at 9:08 am
Hi Guys,
I have wholly modified the script as below. Please do execute this and suggest if this is looking fine now.
select a.name, case b.type
when 'D' then 'Full Database Backup'
when 'I'...
August 25, 2012 at 1:11 am
Hello,
I know about SSIS, however, if you could share such scripts in steps, I can modify and make use of it.
But yes, creating so many linked server might not be...
August 24, 2012 at 11:19 pm
select distinct @@servername 'servername', convert(varchar,a.backup_start_date,121) 'Date_time', a.database_name 'DB Name',
convert(decimal(7,2),round(sum(b.file_size/1024/1024),3)) as 'Database Size in(MB)',
s.physical_device_name
into #t1
frommsdb..backupset a
inner join msdb..backupfile b on a.backup_set_id = b.backup_set_id
left join backupmediafamily s
on a.media_set_id=s.media_set_id
where...
August 20, 2012 at 1:06 am
Ofcourse regular log backups are scheduled.
Question to this context is, if there are massive transactions are running at publisher end and the LDF file is growing what is the best...
July 23, 2012 at 10:00 pm
What is the query/table to check the execution plan of the queries until we restart the SQL Server?
Please suggest.
July 17, 2012 at 10:31 am
why not all the system databases are created with FULL Recovery model?
What is the architecture behind?
July 10, 2012 at 6:49 am
Hi D.Post,
Can you please share the script with me which automate the entire process?
Cheers
July 3, 2012 at 4:20 am
Lynn,
Can you share the script to use?
July 2, 2012 at 10:04 am
I can't run it twice!!! 🙁
Since the timestamp would be different while running twice! So typically that would be two seperate backup copies.
Can you provide any other suggestion instead please?
Somehow...
July 2, 2012 at 9:56 am
MIRROR TO OPtion is good, but unfortunately this too won't help...due to version issues.
Msg 3218, Level 16, State 1, Line 29
Backup mirroring is not available in this edition of...
July 2, 2012 at 9:41 am
Durai ,
We need the same backup copies of all the databases to be available in local disk and also in the network drive!
The script which you sent will either place...
July 2, 2012 at 9:33 am
which takes up more resources like, CPU/memory/less use count. I assumed in this way
June 6, 2012 at 11:03 am
Viewing 15 posts - 571 through 585 (of 769 total)