"Striker" <striker3070@qwest.net> wrote in message
news:ubZFcoP%23GHA.2180@TK2MSFTNGP05.phx.gbl...
> You mentioned MOVE, I only want to copy the table. Sounds like the
> "Generate SQL Script" will do that.
> "Kevin3NF" <kevin@SPAMTRAP.3nf-inc.com> wrote in message
> news:%23R2RQkP%23GHA.4388@TK2MSFTNGP02.phx.gbl...
>> You can use DTS to move the table and its data.
>>
>> If you are not familiar with DTS, and just want the table definition,
>> right-click the table in Enterprise manager, select all tasks, generate
>> sql script. Look through the options so you can also get the indexes and
>> constraints as well as the table def itself.
>>
>> Once you have the script, Select the Dev server and open a Query Analyzer
>> connection (Tools>>Query Analyzer). Open the .sql file created in the
>> first step and execute it.
>>
>> Make sure you are connected to the correct servers when you do these
>> steps.
>>
>>
>>
>> --
>> Kevin Hill
>> 3NF Consulting
>>
www.3nf-inc.com >>
http://kevin3nf.blogspot.com >>
>>
>> "Striker" <striker3070@qwest.net> wrote in message
>> news:eN9kuLP%23GHA.5092@TK2MSFTNGP04.phx.gbl...
>>> This may be a silly question, but I just got SQL 2000 Enterprise Mgr
>>> loaded. I have registered two different servers. Can I copy one table
>>> from one server to the other server? If so how do I do it? I don't
>>> care if the data comes along or not. One of the servers is production,
>>> and the other a development one. So I want to copy a table to
>>> development so I can play with some code that runs against it.
>>>
>>> Thanks in Advance.
>>>
>>
>>
>
>