Rick Byham, (MSFT) (rickbyh (AT) REDMOND (DOT) CORP.MICROSOFT.COM) writes:
Quote:
As long as you stay away from SQL Server 2008 features like spatial and
hierarchy data types. |
Actually, spatial and hierarchyid should not make any difference, since
they are CLR types and just binary values as far as SQLCMD is concerned.
New native types like date etc are another matter, but since all you do
is to receive values, there is no big issue. SQL Server will return
the values as strings instead as the native values.
--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx