Put simply your SQL Server is in Per Server licensing mode, which means you
are not entitled to install the Desktop edition. since DTS can detect this
it will not work since it isn't licensed. This is sometimes a bit
restrictive as you may have multiple servers, one in per seat, and one in
per server mode, so you can be covered by a per seat CAL, but you still get
the restriction on the other server. Thankfully this was removed in SQL
2000.
--
Darren Green
http://www.sqldts.com
"Murali" <smurali (AT) att (DOT) net> wrote
Quote:
I am running SQL 7.0 Desktop server on Win2k Prof. When I
use DTS to import data from another sql server, it says
License does not permit DTS function.
Can anyone say how to get it to work?
Thanks,
Murali |