Viewing 5 posts - 16 through 20 (of 20 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 20 (of 20 total)