|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I am new to SQL server and have just installed SQL Server 2005 (came with
Office 2007- think it's Express edition). I am trying to get my head around this. Just been working on an Access data base and have upsized to SQL. Having made several changes I have done this a number of times - linking both direct to file and creating a new application Access SQL project. Now I would like to know how to delete any tables or databases I have placed on the SQL before my system gets too messy. Furthur information - This is on my personal computer and is not shared or used by other people. Any ideas? Scott |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
You can download and install SQL Server Management Studio Express. It allows
you to manage all SQL Server object. You can use the object explorer to delete objects, or run a query to drop objects via DROP TABLE/DROP DATABASE. http://www.microsoft.com/downloads/d...displaylang=en HTH, Plamen Ratchev http://www.SQLStudio.com |
|
![]() |
| Outils de la discussion | |
|
|