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
VC7: Newly introduced bugs in MFC\Src\viewhtml.cpp
Difference between Windows firewall and the SharedAccess service
Print PowerPoint document from a C# application
Urgent System.UnauthorizedAccessE<wbr />xception
Substitute function in Excel - Replace a comma by a comma with double quotes around it
MYSQL Query Help
MDI Parent Object Reference?
html emailer
How to determine combobox listindex of a known ID
Get the original name of an aliased column in a view