Hi guys!
I am on the way of learning web development and creating some project. Now i am wondering if i can attach mdf file and make change on in SQL Express. It seems I can;t do that. Then how can i do any changes on DB, should i always deattach mdf file, make necessary
operation and the reattach mdf file to my project?
I deattached my db file and try to open it but SQLEXPS shows me recovery pending status.
Also SQL Express prevent me doing of any change like adding extra field in existing table.
I am aware with ADO.NET and wondering what is the vest wat to create DB file.
I used MySQL some years ago and i could manipulate with same DB file in VS and MySQL Studio at the same time. And MySQL also allow me to do changes on existing table.
Go to the complete details ...