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
Facebook deny/allow on SonicWALL with Enhanced 4.0
Outlook 2010 and Exchange SMTP Authentication
How can I change the display lenght in PowerShell?
Need help finding drivers for a Gateway M325X-3401704 Laptop
Exec(SQLString) does not return an Output value in SQL Server 2005
Access Warning and Errors
Java performance: multi threading CPU usage
Windows Vista Black Screen
Deleting A Row from a DataTable based on ID column
Oracle Enterprise Manager 11g Database Control