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
FireFox - open w/no previous tabs?
help with web server and database please
Testing Exchange with new mobile solution
SBS server 2008 - additional domain controller
MS Access write to XML
Checkboxes in Word document
MVC installatin in ASP .NET problem
Batch file for deleting old files more that xx days.
Visual foxpro with digital camera
when pop up is opened, redirect parent to index page