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
Exchange 2000 Standard to Exchange 2000 Standard on new hardware Swing Migration reaching 16 GB Limit
Replace pc4200 with pc6400
MUNIS Custom Import
PHP security using php5.ini
Weird grouping query
Need High Performance Laptop without a Webcam / Camera
Backup of MS Windows Operating systems
Clean an excel file before importing in access
Have Access report only show Amount data if no PayAmt data
Virtual Server vhd's: Fixed or Dynamic?