all groups > sql server dts > july 2003 >
You're in the

sql server dts

group:

Import memo from Access ??


Import memo from Access ?? ginola NO[at]SPAM mailcity.om
7/25/2003 9:53:53 AM
sql server dts:
Hi,

I just wonder what data Type should I use if I assign a memo field
data from MS-Access ??

thanks

----------------------------
Re: Import memo from Access ?? Allan Mitchell
7/25/2003 11:21:30 AM
It depends

Access can store up to 64K characters in a MEMO field. Do you store that
much ?

SQL Server - <= 8000 chars = VARCHAR(8000)
SQL Server - > 8000 chars = TEXT


--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



[quoted text, click to view]

Re: Import memo from Access ?? ginola NO[at]SPAM mailcity.om
7/28/2003 3:51:13 AM
Yes, I do use that much, thanks :P
so I should use the data type as Text, right?
thanks anyway :P

On Fri, 25 Jul 2003 11:21:30 +0100, "Allan Mitchell"
[quoted text, click to view]

----------------------------
AddThis Social Bookmark Button