Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What type shall I use in SQL Server 2008 for VFP memo fi
Message
 
 
To
27/08/2010 13:42:35
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
01478926
Message ID:
01478929
Views:
70
>what type shall i use in QLserver2008 for VFP memo fields i tried varchar(MAX) but it does not seem to accept carriage returns when entered in SSMS
>
>
>Peter

Don't enter values manually in SSMS. Use UPDATE command or INSERT command.

Varchar(max) is the correct type to use.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform