Import/export error -
02-02-2004
, 12:42 AM
Hi All,
Please help me, i am in a nice mess due to a problem in dts
export/import.
When i try to export tables from my local server to remote it gives me
this message.
---------------------------
Copy SQL Server Objects
---------------------------
[Microsoft][ODBC SQL Server Driver][SQL Server]User does not have
permission to alter database 'robe81'.
[Microsoft][ODBC SQL Server Driver][SQL Server]ALTER DATABASE
statement failed.
[Microsoft][ODBC SQL Server Driver][SQL Server]sp_dboption command
failed.
---------------------------
OK
---------------------------
though Iam not trying to export any system tables. All tables are user
defined
and iam not trying to alter any database properties.
The permisson which my login has are:
db_securityadmin
db_ddladmin
Tables in my local server are owned by dbo and on remote by user
robe81 with above permissions.
I am wondering why this is happening.
DO any one has any pointers?
Thanks in advance
Ritesh K |