Hi I am using sql server fulll edition.
any idea how should I solve this issue, I search on net but not found any helpful answer.
Thanks
Automatic creation of databases from code is a feature of the SQL Express Edition. Try modifying your connection string after having manually created the FOO database:
FOO
server=SERVERNAME;database=FOO;uid=sa;pwd=