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
 Alternative to sqlvarient

Author  Topic 

paki
Starting Member

1 Post

Posted - 2007-09-24 : 02:28:59
i need some alternative to sqlvarient..

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-09-24 : 02:36:55
quote:
Originally posted by paki

i need some alternative to sqlvarient..



Why?

Use proper datatype. Why do you want to store all values in a sigle datatype?



Madhivanan

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

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2007-09-24 : 07:05:29
One datatype, one table, one column... whats the promblem?

[Signature]For fast help, follow this link:
http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx
Learn SQL
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page
   

- Advertisement -