Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Sql Server Datatype being depricated, what is the preferred Datatype to use when storing to Sql Server?
Sql Server Datatype being depricated, what is the preferred Datatype to use when storing to Sql Server?
Last post 08-29-2012, 2:48 PM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-08-2012, 10:15 AM
74376
RobN
Joined on 08-08-2012
Posts 2
Sql Server Datatype being depricated, what is the preferred Datatype to use when storing to Sql Server?
Reply
Quote
The Sample Sql Server code provided is using the "image" Datatype. When researching this in Sql Server 2008, this Datatype is listed as one that is being depricated in the future.
What is the preferred Datatype to use instead?
Thanks
Filed under:
SQL Example
08-29-2012, 2:48 PM
74515
in reply to
74376
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Sql Server Datatype being depricated, what is the preferred Datatype to use when storing to Sql Server?
Reply
Quote
Hi RobN,
In sql 2008, you can use type VARBINARY(MAX) to replace the Image type.
Regards,
Ken