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
Outlook VBA macro - Set appointment item to "show time as tentative"
Replicating Windows Server 2003 AD
Need help getting drop down menu to display on top of main content area
Setting up an ODBC source with a username with Wise Package Studio 8
Problem with Declaring a Table Variable within a Table Function
parameter values for search
Exchange 2007 - Do I need to get an external certificate SSL or can I live without it?
Not all codes paths return a value
sql 2005 server showing old AD account name
HTML 5: sequence diagram: linked components move together