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
Implementing optional parameters in a function - C#
problems with html embedded content in xml files
pages moving from virtual to physical is high
Exchange 2010 - Error synchronizing folder
Need Pros/Cons of various methods used to ensure vbscripts execute with cscript or wscript
Writing cbo value to active cell
"pci system error on bus device function 007ah" and others on HP NetServeer E800
Excel - Find if a value is in the top 25 %, 50% or 75% of the total value
Get width and height of JPG-image from database
How to get download csv file using java servlet ?