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
Access Database - not notifying when in use?
asp.net remove item from cache if browser is closed
removing HTML tags in SQL Server 2005 or 2008
Help ListView Show All
Recovery disk for System 7 Ultimate
Logitech Monitor Showing VERY FEW Resolution Options in Win 7
JavaScript: Get first jpg image - IE Problem
Spanning Tree
Start-up Manager for Windows 7 64-bit
Adding Column in a query