Microsoft
Software
Hardware
Network
Question : tuples in sql server
like in oracle syntax (and (a,b) not in (select x,y from query)), we do not have that in SS yet, do we?
NOT IN is the best alternative in SS, right?
thanks
Answer : tuples in sql server
For now, using NOT IN would be an efficient means.
There are possibly other ways, like turning the tuple into XML or a user defined type, but will not perform as fast.
Random Solutions
How do I combine the results of two stored procedures into one dataset?
Native 64-bit application
Cannot install RX library
How to schedule backup jobs in SQL Server 2005 Express
When to check if an object exist in javascript?
How do I access ASP.net controls through javascript ?
companyweb site not found
Exchange 2007 Mailforward to external Address
Trying to add new user in SBS 2008 and tells me I do not have Exchange administrator rights
Need help condensing this code, possibly using a 'for' statement