Remove database from server

Discussion in 'Databases' started by cmartin, Jul 15, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. How do you completely delete/remove a databse from the discountASP.Net server?

    I ask because the myLittleAdmin program created an error in my database when I tried to modify a data type. I tried to change nvarchar(50) to nvarchar(100). (now I get failed to enable constraints errors)

    I copied my .MDF file back to my local computer and modified the datataypes I need changed there, then reimported it back to the DiscountASP.NET servers. (I reattached it using the Attach DB tool)
    This says it will completely overwrite the old DB?....

    Unfortunately I am still getting the errors.....so I just want to delete the entire thing from the server and start over with my local DB because it works locally.

    Thanks.
     
  2. Oh I am sorry, this is under the MS SQL 2005 Database Management Link
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    you can also open a support ticket.
     
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