this will return: "(1 row(s) affected)" But now I need to know, what data was actually inserted? SQL Server has answered this question in 2005 with the OUTPUT statement: This will return a dataset ...
Hello all. <BR>I have a collection of comma delimited text files sitting on a network drive. This data needs to be imported daily into our production tables. The destination tables vary depending upon ...