Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trailing spaces on varchar columns
Message
From
19/12/2000 12:37:09
 
 
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
00454902
Message ID:
00455101
Views:
32
>The connection setting SET ANSI_PADDING controls the behavior that you're seeing. If SET ANSI_PADDING is ON, trailing blanks inserted into a varchar column are not truncated. If SET ANSI_PADDING is OFF, trailing blanks inserted into a varchar column ARE truncated.
>
>-Mike

ANSI nulls, padding, and warnings are off. The same connection works correctly on tables created in 6.5.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform