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
how to make CSS for the web site developed in asp.net using VS2005
Microsoft Exchange unable to open default email folders
User can not access control panel
How to use Windows 2000 to amplify microphone input, and output to speaker?
Module to control variable forms - errors passing form name
How to handle Administrator Alert ?
subquery to update selected rows in table
find a folder name vbs
problem with a FormView control in a sharepoint page.
how can i loop through the tables in my database and do a record count for each table?