I have a database and have a Sql script to add some fields to a table called \"Products\" in the database.
But when i am executing this script, I am getting the foll
In my case I had created the tables via a script in Visual Studio's Server Explorer where I could perfectly query them. The connectionstring was ok. When rebooting my pc I saw that none of the tables came up anymore in the Server Explorer. I reran the creation script in Management studio and my problem was solved. Bizarre ? Yes.
My lesson: if nothing helps, reboot your pc