Microsoft
Software
Hardware
Network
Question : SQL Select Query Against Static table
I need to build a query that selects from table B all records that match one of the customer ids on table A, which is a list of 100 customers. Table B is big - about 45k records.
I'm looking for an efficent way to build this query. Any ideas?
Answer : SQL Select Query Against Static table
Select * from TableB LEFT OUTER JOIN TableA
ON customerid.tableA = customerid.tableB
Random Solutions
DocX structure
ASP.Net Report Viewer Using Report Server
8.3 file name
MySQL query, multiple tables and ordered/grouped results
How to Add SBS 2008 to SBS 2003 Domain
work group
receiving a few hundred Spam messages
Team Foundation Server - Check in Bin Folder
Install from ISO on Windows ?
dynamic_cursor