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
 empty_blob()

Author  Topic 

ag_ss
Starting Member

48 Posts

Posted - 2006-04-11 : 08:37:18
is there anything similiar to empty_blob() in MS SQL Server

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-04-11 : 08:59:21
SQL Server allows image column to be Null. But it is better you store the physical path in the table and store images in the server. Read this
http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part3/c1161.mspx

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

ag_ss
Starting Member

48 Posts

Posted - 2006-04-11 : 10:07:54
lets look it this way
i am using image column. and i want similiar functionality as empty_blob() gives
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-04-12 : 04:39:43
Can you give us more information on what empty_blob() does in Oracle?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -