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
access sql conversion text to number
Select parameters ASP.NET
document sharing website
Sync Quickbooks data with Network Drive
Windows 2003 Server Remote Sites not Replicating with main location
FileZilla FTP Server
Script to determine Server 2003 services running under the domain Admin account?
How can I trigger a macro when the "send to mail" function is used?
Win2003 Server
Cursor Movement when hitting "Enter"