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
OpenVMS logs to be sent using syslog
Why do I get an incorrect number?
MYSQL - Specified Key was too long! Help!
Conficker Worm
SBS 2008 -- Terminal Services gateway service is not running
how to set up a backup domain controller
Event ID 364 when synchronizing WSUS 3.0 SP1
SQL Convert Error
How can i convert in integer this kind of string (0x00000)
KSH: Extracting lines that have first Word in the predefined list