Viewing 5 posts - 1 through 5 (of 5 total)
Follow two step before you make a backup to move to new server.
Step 1:
ALTER DATABASE <User DB> SET ENCRYPTION OFF
Step 2:
USE <User DB>
GO
September 18, 2018 at 7:58 am
Reply to Vinod:
Vinod, I don not get primary key violation on individual field. I get primary key violation on the combination of the fields.
As you can see from my...
January 10, 2006 at 6:52 am
Reply to Ian Yates:
I get error message that says following First:
Table error: Database ID 5, object ID 1314869659, index ID 0. Chain linkage mismatch. (1:469714)->next = (1:345947), but (1:345947)->prev =...
January 10, 2006 at 6:48 am
Thanks SQLBill for the fast reply... it worked.... I just have forgot the DBO.
February 20, 2004 at 2:43 pm
Two Things here.
First your TRAN log file has to be smaller than the .MDF file.
Second, Go to your database option and turn of the AUTO GROW on your...
August 20, 2002 at 8:01 am
Viewing 5 posts - 1 through 5 (of 5 total)