Microsoft
Software
Hardware
Network
Question : Differences between CREATE TYPE and sp_addtype
Hi,
Can anybody answer if there is any practical differences between CREATE TYPE and sp_addtype. The reason I ask is because of a problem I've got with ODBC API SQLColumns. If I create an udt with CREATE TYPE, SQLColumns will not enumerate columns of that datatype, but if I create the same udt with sp_addtype it works as expected.
Thanks,
/peter
Answer : Differences between CREATE TYPE and sp_addtype
True. But like I said, I don't think there's a new equivalent for that in SQL Server now. That capability has, afaik, been lost :-( .
Random Solutions
GEt SQL data from Excel VBA
Need Assistance Selecting Web Authoring Tool
How to restrict navteq map only for uk?
Dropdownlist change, does not change textboxes
Error : Cannot open Service Control Manager on remote computer. This operation might require other privileges.
Need to Capture LPT1, FROM MULTIPLE PRINT JOBS, and save them all in one file
Using MS Access to open web server MySQL database - is it possible?
Delayed write c:\Mft
Exporting Access table to Excel using VBA
How do I parameterise a Union query so that a prompt it not issued each time it runs...