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
Microsoft Office 2010 trial won't reinstall (not time limit related)
scecli 1704 causes application to hang
Install apps on Win7-x64 Pro machine without admin privledges
What is Azure
Width of header/footer repeated image when window is shrunk
Why don't certain images show in Safari but are ok in all other browsers?
why we need some services on Windows 2003 DC?
flash crossdomain simple question : where to put the crossdomain.xml file ?
insert another detail but not mixed with the first one
Need to restore "Moved and Deleted" data on a Windows 2003 Server