Viewing 8 posts - 106 through 114 (of 114 total)
so now my question is:
Do composite key constraints automatically create non-clustered indexes?
November 12, 2004 at 11:43 am
Thanks guys for replying...I also would like a copy...
November 12, 2004 at 11:38 am
It match Peter...
The CheckPointLSN of the full backup matches the DifferentialBaseLSN of the differential backup.
I tried this but still no luck...
RESTORE DATABASE LEON
FROM DISK = 'C:\DB\LEON_db_200410290115.BAK'
WITH NORECOVERY,
MOVE 'LEON_Data'...
November 2, 2004 at 12:02 pm
Got another error msg:
Cannot apply the backup on device
C:\DB\Leon_diff_backup.diff
My code below:
RESTORE DATABASE LEON
FROM DISK = 'C:\DB\LEON_db_200410270115.BAK'
WITH NORECOVERY
RESTORE DATABASE LEON
FROM DISK = 'C:\DB\LEON_diff_backup.diff'
WITH MOVE 'LEON_Data' TO 'C:\DB\LEON_Data.MDF',
MOVE 'LEON_Log' TO...
October 27, 2004 at 5:42 pm
Thanks for the all info guys!
July 15, 2004 at 12:37 pm
Thanks Ignacio...I will check this link....
July 15, 2004 at 10:31 am
Thanks Phil...
I just need to know that the stored procedures had been modified by someone and need also to update in other database...
Third-party tools is the only solutions?
July 13, 2004 at 10:55 pm
Viewing 8 posts - 106 through 114 (of 114 total)