Viewing 5 posts - 16 through 21 (of 21 total)
If I run: (backup history)
DECLARE @DBNAME VARCHAR(100)
SET @DBNAME=NULL -- Default NULL(All Databses)
select 'BackUp Name'=BS.name,
'User Name'=BS.user_name,
'Start Date'=BS.backup_start_date,
'Finish Date'=BS.backup_finish_date,
'Backup Type'=Case when BS.type='D' then 'FULL Backup'
when BS.type='L' then 'Transaction Log Backup'
when BS.type='I' then...
January 14, 2011 at 8:49 am
Sounds good Steve, I'm really glad you replied. I see all the accomplishments you have made during your lifetime and it makes me motivated even more.
Still...I am horrible at...
January 15, 2010 at 8:45 pm
Thanks for the info.
I have replication setup now on 3 different servers. (Pub, Dist, Sub)
I'm trying to replicate around 100 tables from a production server to a reporting server...
May 13, 2009 at 11:26 am
I ran into this problem as well. Make sure Cryptographic and Windows Update services are turned on.
February 17, 2009 at 6:41 am
Viewing 5 posts - 16 through 21 (of 21 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy