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
The terminal server client (Client Computer)has been disconnected because its license could not be renewed.
manipulating components
Sum by range
How to Visualize linking between tables
Retrieve Macro security settings Excel 2007
messages are acting weird.
office 2010 know issues? upgrades? education
What is SEP 11.0.6 MR6 MP1?
Changing the BackColor of a Button on a Form Through Code Placed in a Module
how to pass dynamic value to root node attribute of XML using Xquery?