Search Results

0
votes

SQL Bulk import from CSV

You could also use DTS or SSIS. …
0
votes

how do I query multiple SQL tables for a specific key-value pair?

Perhaps some additional info would help, but it sounds like you have the solution already. You will have to select from all the tables with a section_id. You could use joins instead of a table li …
0
votes

Proving SQL Injection

I think your problem is that Chr(8) is not executed, you need to find another way to get the leading quote mark in. …
0
votes

What are some good Entity Framework Alternatives

Seconding what the others said, nHibernate. Plus I found this link re: full text search …