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
MySQL on Windows -- zip up to backup?
C# app.config file, can we set a subkey? I mean a key under another key hierarchically?
Exchange activesync on Android (2.1) (Samsubg Galaxy S) - true subfolder support
HTML Editor - change default background color
Minimizing Database Queries and CFOutput
EXE files are being blocked
Adding tooltip labels to scatter chart
Tracking DB2 database transactions delays
MS SQL 2005 Table Map.
How do I revoke access to all objects of a database except for a specific view?