How we change our starter kit database schema in the database?

Discussion in 'Databases' started by ddeepak, May 29, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    we have already create the starter kit database schema in the database but we need to ceratin change in the database schema. when we use the osql in MS DOS again it gives message:- There is already an object named " Events" in the database. And do not changes in the schema.

    How we recreate the changes stater kit database schema in the database ?

    Can we delete the database(.mdf) and schema (.sql)file form the remote database, if yes then how?
    please send me command also.


    Regards,
    DD
     
  2. Yes,you can do this using a client side MS SQL tool,such as the 'SQL Server Management Studio' or infact,you can use the server explorer in your visual studio and connect to your remote database and delete everything manually.
    Let me know if you are still having problems?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page