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
user with public
DHTML moving Image question
economical for farmers to feed grass in summer (& customers also?)
Can't open company website from inside our LAN
problem when I publish a Web page and XMl
PHP + MSSQL
HTTP 403 Forbidden error in WordPress installation
creating report from combo boxes
DVI Power Save Mode
SQL 2005 Modify SSIS created in Import Export Wizard