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
How to Add SBS 2008 to SBS 2003 Domain
symantec DR solution
users do not stay in group
Bringing a Windows 2008 R2 DC into an Exisiting Windows 2003 domain
add line spaces within a VBA email message
Delphi Is there a simple way to Concat two Dynamic Arrays in to one Array?
Java Client Applet - Passing one boolean to another
Getting Column Names from RowDataBound
Cisco 79xx Message Button
Moving ASP.NET applications under the ISV folder