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
passing date in sp
How to get back a User Login when have all user files still but login went away from Users Win 7 Pro
Endian Firewall Port forwarding NAT Question?
Get rows with MAX counts - SQL Server 2000
Powershell script to identify todays created Users/groups/Computers and email using Outlook as a client.
Outlook 2010 meetings do not appear on share calendars for room locations
Signal/Alert when a file has been placed/created in a directory
Right-click extremely slow on Windows XP
Popup balloon to appear when mouse is over text
Stored Procedure Loops etc