Viewing 15 posts - 121 through 135 (of 173 total)
Hi John,
Best option is what Gail has suggested.
April 6, 2009 at 10:21 am
Mike Levan (4/4/2009)
I have PRoduction and Stage Server.
1. Restore production database "Employees" backup onto stage
2. Update stage with latest data
3. Backup stage...
April 4, 2009 at 2:53 pm
Mike Levan (4/4/2009)
Is there any easy way to attach database files (more than 100) after dettaching it in the process of moving filed between the drives.
Basically do you want to...
April 4, 2009 at 10:54 am
shahajic (4/3/2009)
April 3, 2009 at 10:01 am
shahajic (4/2/2009)
We have some huge jobs running on sql server db 2005, which create transaction log and this log is backedup up every 15 min and copied over...
April 2, 2009 at 7:58 pm
Try executing this command dbcc shrinkfile(fileid,target_size)
Target file size value should be greater than the used file size value
For example if used file size is say 90000 MB against total...
April 2, 2009 at 3:24 pm
What kind of authentication is being used (Nt or SQL) if NT authentication used then you don't have to worry.
March 24, 2009 at 9:24 am
Both are from same tables.
Also today I refreshed the database and started compressing table at page level it has thrown same error.
Server: Msg 824, Level 24, State...
March 15, 2009 at 4:02 pm
Gail,
Initially I got an error when compressing table on one of the file at page. I have posted that error.
Then I have run dbcc page on the page that...
March 15, 2009 at 7:16 am
GilaMonster (3/14/2009)
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS
Do you have a clean backup?
The 'invalid encryption key' confuses me....
March 14, 2009 at 6:14 pm
Mohit (3/13/2009)
Have a read of http://www.sqlservercentral.com/articles/65804/.But I think Paul or Gail might have to step in here ;-).
Thanks.
I have gone through this article but the issue that I...
March 14, 2009 at 6:00 pm
Krishna (3/11/2009)
March 11, 2009 at 9:57 am
Do you have these commands? xp_restore_database ,xp_restore_log and xp_sqllitespeed_version?
If you have these stored procs, xp_backup_database might have got deleted , to get in that extended proc
use this command
use master
go
exec...
February 20, 2009 at 8:50 am
Gail I agree 100 % with you. No need to truncate log, just backup the log.
In case if by mistake it is truncated, take a differential...
February 17, 2009 at 2:10 pm
Exeucte the following command sp_repltrans this gives you information about transactions that are marked for replication but are not transmitted to distrbution.
If it shows zero rows then physicall verify the...
February 17, 2009 at 1:41 pm
Viewing 15 posts - 121 through 135 (of 173 total)