|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, December 26, 2009 2:49 AM
Points: 1,
Visits: 4
|
|
Following your post:
http://www.sqlservercentral.com/scripts/Script+Data/65998/
When using your sql script to create insert statements this appears to work well for "small tables" however for larger tables the resulting "insert statements" get truncated:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INSERT INTO dbo.aspnet_users([ApplicationId],[UserId],[UserName],[LoweredUserName],[MobileAlias],[IsAnonymous],[LastActivityDate])VALUES (CONVERT(UNIQUEIDENTIFIER, 0x50ce691f393a7042843ec9a9c2568b4f), CONVERT(UNIQUEIDENTIFIER, 0xce43238c0e0fac4caf9dcdc4c5a
Any suggestions, I have re-read the instruction in the original post and can't see anyhting obvious I have missed?
Thanks
Dave
|
|
|
|