Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Converting Access to MS SQL Server

Author  Topic 

micky--4444
Starting Member

19 Posts

Posted - 2007-02-23 : 11:34:12
I'd like to convert my Access database table to MS SQL Server 2005 Express.
I have a text field and a memo field.
What are the corresponding datafield types for SQL Server?

thanks.

X002548
Not Just a Number

15586 Posts

Posted - 2007-02-23 : 11:54:00
text=varchar or char
memo = text

good luck on the conversion...have a lot of bound controls?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -