Script all data of a table - truncated output

  • 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

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply