Thread: SQL Syntax Help
View Single Post
  #2 (permalink)  
Old 01-30-09, 15:24
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,766
I generally feed my CSVs into a table with something like this....

Simple SQL CSV to Table Code Bank

and then I join to the table.
__________________
software development is where smart people go to waste their lives
Reply With Quote