I have a large excel worksheet that I want to add to my database.
Can I generate an SQL insert script from this excel worksheet?
You could use VB to write something that will output to a file row by row adding in the appropriate sql statements around your data. I have done this before.