Viewing 8 posts - 1 through 8 (of 8 total)
Check the mount point whether ADS (Alternate Data Stream) is enabled or not?
DBCC CheckDb uses internal snapshot.
NTFS file system alternate streams that are used for the internal snapshot
July 30, 2012 at 2:24 am
Whether the kb-936488 worked for you?
May 29, 2009 at 1:55 am
Option : 1
Considering this query alone,
I recommend creating a clustered index on f3, f4 and...
August 8, 2006 at 11:00 pm
Hi Deni
You haven't understood my question.
1. Backup & replication
I haven't told anything like backup and replication happenning at the same time.
Backup of database is happening at different time than the...
June 1, 2005 at 1:39 am
Hi
1. When you recover database from one backup file, then this option is not required.
Restore database DBNAME from file
2. When you recover database from more than one backup file (1F...
March 4, 2005 at 2:39 am
Hi
1. It is better to place the backup files in Enterprise Storage, because you will have access from both the servers.
2. If you plan to keep backup files on hard...
March 4, 2005 at 2:29 am
Hi
This is the sql command for attach the database..
EXEC sp_attach_db @dbname = N'pubs', @filename1 = N'c:\Program Files\Microsoft SQL Server\MSSQL\Data\pubs.mdf', @filename2 = N'c:\Program Files\Microsoft SQL...
February 7, 2005 at 5:38 am
Viewing 8 posts - 1 through 8 (of 8 total)