I have a need to handle errors in SQL scripts that i'm working with.<BR><BR>Frequently these errors contain syntax problems and other things like create/drop constraints, not exist..
I'm writing some code in C# where I need to (inner?) join two tables into a DataSet / DataTable.<BR><BR>Essentially, I have two tables. Both have columns called "TestId" and "OperationId". Both are ...