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 to find CommonAppData folder?
Desktop on Ubuntu
Changing IP on FTP server
VNC connection failling
How to add a windows DNS record for a website
ASUS System Recovery
Delete where record is NULL
Access mdb database to ,xml file
Calling a stored procedure from a stored procedure
Domino 8.5.2 Upgrade from 8.5.1 on Server 2008 R2 64 Bit