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
Exchange 2007 Public Folder Replication
I am having problems with this select string?? ms/sqlserver select
IQueryable on datatable
invalid email recipient / LDAP
convert serial number to date from MYSQL
XML update / app.config update
What permission is needed to edit Logon Script setting in a User's Profile
Add CrLf to a string of text
How can I allow regular domain users update their own Active DIrectory information?
T SQL Update table.col based on several criteria