Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: SQL 2000 Padding Issue

    Thanks for the suggestions. I have considered them all but still have not found a reliable solution yet. Still working on it though. I have tried changign the data types...

  • RE: SQL 2000 Padding Issue

    This a big problem for me. After working on an application for about a year, it is suddenly crashing all around me due to this issue. MS offers no solution...

  • RE: SQL 2000 Padding Issue

    The online books say that you can turn it off using the ALTER DATABASE command

    ALTER DATABASE "Northwind"

    SET ANSI_PADDING OFF

    GO

    This does change the property value but the behavior does not...

Viewing 3 posts - 1 through 3 (of 3 total)