Hi Guys,
Ive got a couple of scripts that I need to run on my databse. So I have a few questions.
Im simply using Connection, CommandText,CommandType and CommandTimeout when opening a connection to the databse.
First question - Does anyone know if through this method, I can create permantent tables, not temporary tables?
Secondly - How would I run this file? Could I just set the file to be a parameter, and in the query run the parameter?
Thanks