Question about upsizing to SQL Server

M

Mattias

Hi

I want to upzise my db to SQL Server 2005 and have a question about
differences in datatypes.

My PM datatype fields in Access, will it be nText or nVarcharMax in SQL
Server, what is the difference between them?

Mattias
 
J

Jeff Boyce

Mattias

You didn't indicate what type the field is in Access...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

Jeff Boyce

I don't understand PM datatype. I know about Access data types of Text and
Memo.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
M

Mattias

Swedish version of office here, they translated the Memo to pm for some reason.
So memo is the one.

Mattias
 
J

Jeff Boyce

Even after converting to SQL-Server, you can alter the data type in SQL
Server in a manner analogous to how you'd alter the data type in Access. If
it converts to a type you don't want to use, change it!

For more information on the datatypes in SQL, you can check SQL Books on
Line. I believe it's freely downloadable from Microsoft.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top