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
Deciphering AS/400 Terminal traffic
Resize VMWare Drive
Microsft Access Query to extract text with multiple variety of words to next space
XPS M1530 not booting
Exchange System Manager cannot add new object to recipient update service
Intranet Website Address
SBS2003 server print queue hangs randomly
How can I delete duplicate records in a SQL database without a primary key?
Unix Shell script to simplify scp via reverse ssh tunnel
SQL Query to give percentage of colour customers