Nothing hard about adding tables the "Manual Way".  Open up query analyzer 
and repeat after me...

         CREATE TABLE MyTable (
                 MyPrimaryField  INTEGER NOT NULL PRIMARY KEY,
                 MyFirstField    VARCHAR(25),
                 MySecondField   DATETIME,
                 MyThirdField    TEXT,
                 MyFourthField   DECIMAL(9,2)
         );

a little SQL goes a long way.

At 02:57 PM 10/17/2001, you wrote:
>Hi all,
>
>I know this has come up in the past, and I was wondering if anyone had
>found anything to replace SQL Server's Enterprise Manager? I have a
>client on crappy shared hosting, and their SQL Server machine has about
>half a million databases on it (exaggeration). Enterprise Manager
>hangs/timesout trying to get a list of everything on the server. I need
>to add some tables and I would really like to avoid doing it the
>hard/manual way.


----------
James Sleeman
Innovative Media Ltd
Phone: (03) 377 6262
http://www.websolutions.co.nz/

CAUTION: The information contained in this email message is confidential 
and may be legally privileged. If the reader of this message is not the 
intended recipient you are notified that any use, dissemination, 
distribution or reproduction of this message is prohibited. If you have 
received this message in error please notify the sender immediately and 
destroy the original message and any attachments.

Views expressed in this communication may not be those of Innovative Media 
Ltd.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to