Do you have any code in your global.asax that creates a DB? have you searched the solution for CREATE? where is that script being called from? Does the script create a DB? if so, the script might need some code to check if the DB exists first?
Please remember to Mark As Answer if helpful
Regards, Christiandev (@chrisdev80), MCPD Web (2 & 4) & MCTS Windows (www.ScoreDonkey.com)
Marked as answer by MKozlowski on May 09, 2012 04:14 PM
christiandev
Star
8607 Points
1841 Posts
Re: An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error num...
May 09, 2012 01:52 PM|LINK
Do you have any code in your global.asax that creates a DB? have you searched the solution for CREATE? where is that script being called from? Does the script create a DB? if so, the script might need some code to check if the DB exists first?
Regards, Christiandev (@chrisdev80), MCPD Web (2 & 4) & MCTS Windows (www.ScoreDonkey.com)