Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change ANSI_PADDING column property.
Message
From
08/09/2003 09:01:12
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Change ANSI_PADDING column property.
Miscellaneous
Thread ID:
00827024
Message ID:
00827024
Views:
369
Hi,

With this T-SQL command i can read ANSI_PADDING property of a varchar field:
SELECT COLUMNPROPERTY( OBJECT_ID('myTable'),'myVarCharColumn','UsesAnsiTrim')
But if i want change it, i can do the operation with a sigle T-SQL command ?

Note: SET ANSI_PADDING use Padding on command, but use Trim for property.
In-fact it is a Trim function.
SET ANSI_TRIM (exchanging ON/OFF) is more clear for me.

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform