Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SQL Server Datatype

New Here ,
Nov 10, 2006 Nov 10, 2006
Dear Guys
I have an Access database file, and i want to convert it into SQL Server.. well there is a column in it which its type is Memo ( one of the record contains more than 1500 character). what is the equivalent type of memo in SQL Server??
Best Regards
Feras
TOPICS
Server side applications
373
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 11, 2006 Nov 11, 2006
It's "ntext" as far as I'm aware.

Nath.

"Feras_86" <webforumsuser@macromedia.com> wrote in message
news:ej3ed1$ola$1@forums.macromedia.com...
> Dear Guys
> I have an Access database file, and i want to convert it into SQL
> Server..
> well there is a column in it which its type is Memo ( one of the record
> contains more than 1500 character). what is the equivalent type of memo in
> SQL
> Server??
> Best Regards
> Feras
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 13, 2006 Nov 13, 2006
TEXT for ANSI, NTEXT for Unicode. Only use Unicode if you need to support
extended character sets.

"Feras_86" <webforumsuser@macromedia.com> wrote in message
news:ej3ed1$ola$1@forums.macromedia.com...
> Dear Guys
> I have an Access database file, and i want to convert it into SQL
> Server..
> well there is a column in it which its type is Memo ( one of the record
> contains more than 1500 character). what is the equivalent type of memo in
> SQL
> Server??
> Best Regards
> Feras
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 13, 2006 Nov 13, 2006
LATEST
thx guys 🙂
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines