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
Can't Open C# Project Previously Created
2008 std server not reporting in to WSUS
Session timeout Sharepoint 2007
Can’t run GUI using ssh –Y
"Progress Bar" form that can be called often throughout an application
Network Segments
DTS not running in job - SQL 2008
Access query
Incorrect Syntax creating SGL alias column name
Procedure not run correctly when parameter include non en character (SQL2005)