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
db.Execute result
user definied DB role
Looking for tool that automatically generates SharePoint stsadm -migrate user scripts, when renaming a user in Active Directory
Making an RSS Feed from Mysql
WER folder
Help with Excel Formula
MVC Modeling
RAID 5 disks dropped from array.
Font Book 10.6.x
WPF: When might I want a class in the toolbar?