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
SBS 2008 Service Pack
Outlook 2007
Read a word document and send an email using JAVA
How do i bind List<String> to GridView
how can i determine window size using javascript and then use it as table width and height ?
Export table in mysql using sql query
What is the best database method to use to create a networked workgrouped (not domain based) visual basic program?
LINQ problem, get data from var
Managing exchange 2007 through active directory
TSQL Query - retrieving data for use with virtual listview