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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 ORACLE(LONG RAW) vs MS SQL(?)

Author  Topic 

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2007-01-12 : 09:48:25
Hi all

can some body tell which data type having similar fuctinality like LONG RAW(ORACLE) in MS SQLSERVER




THANKS IN ADVANCE
SREENIVASARAO

SreenivasaRao
Bangalore,INDIA

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2007-01-12 : 09:58:25
Hi

Image data type Ok seems

Thanks


SreenivasaRao
Bangalore,INDIA
Go to Top of Page

MohammedU
Posting Yak Master

145 Posts

Posted - 2007-01-13 : 02:02:48
varbinary or image. (If the length of the data values in your Oracle column is 8000 bytes or less, use varbinary; otherwise, you must use image.)

http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part2/c0761.mspx?mfr=true
http://www.psoug.org/reference/sqlserver.html


MohammedU
Go to Top of Page
   

- Advertisement -