Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP memo field to ???? in SQL Server.
Message
From
30/10/1997 07:33:38
 
 
To
29/10/1997 19:09:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057307
Message ID:
00057348
Views:
24
>I have a memo field for inventory item description information and
>need to save it in SQL Server.
>
>What data type/length should I use in SQL Server ????
>
>Any other ideas, I must have at least enough space for 2 or 3 pages
>of information for each item--so all I can think of using is a memo.
>
>Thanks in advance !!!!!

You use a Text datatype, but its a real space hog. Each non NULL value takes at least one 2K page. Plus you must initialize a text column. The Transact SQL Reference has a pretty good section on the Text datatype.


HTH.
Previous
Reply
Map
View

Click here to load this message in the networking platform