Oracle RMAN vs. Export?
摘要: http://www.dba-oracle.com/t_rman_export_expdp.htm Question: I've been using data pump (the export utility) to backup my database, but I wonder if I should be using RMAN instead. They both do backups, ...
阅读全文
错误14274:无法添加、更新或删除从msx服务器上发起的作业(或其步骤或调度)
摘要: http://topic.csdn.net/t/20040318/07/2855549.html 此问题是因为安装完MS SQL Server 后修改了服务名称,导致数据库中名称与实际名称不一致造成的。 use msdbgosp_configure 'show advanced options', 1 GORECONFIGUREGO SP_CONFIGURE 'ALLOW UPDATES',1...
阅读全文
MS SQL SERVER 2000 同步计算机名称
摘要: http://topic.csdn.net/t/20050326/12/3883164.html if serverproperty( 'servername') <> @@servernamebegindeclare @server sysnameset @server = @@servernameexec sp_dropserver @server = @serverset @server =...
阅读全文