I am using DDL trigger create on schema condition.
My trigger looks like this:
CREATE OR REPLACE TRIGGER TR_ADD_TBLSP
AFTER CREATE
ON SCHEMA
BEGIN
IF ora_dict_obj_type = 'TABLE' THEN
E...
http://www.experts-exchange.com/Database/Oracle/Q_21582973.html
Zones:
OracleDate Answered: 10/06/2005 Grade: A Views: 0
I am having a problem starting SQL Server 2005 on my Windows 2003 Server ... for some reason it gives me a error "Windows cannot start SQL Server (MSSQLSERVER) on local computer. For more informat...
http://www.experts-exchange.com/Database/Miscellaneous/Q_22008585.html
Zones:
DatabasesDate Answered: 10/04/2006 Grade: B Views: 4
I have SQL Server Std. running on a Win 2003 server. Everything has been fine except for the past few days the Default Instance/Service does not launch anymore. I have uninstalled and reinstalled i...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22418559.html
Zones:
MS SQL ServerDate Answered: 02/28/2007 Grade: B Views: 500
Finished installing Windows 2003 64bit Enterprise SP2, cluster and I am following the standard tests for cluster failures. I was able to successfully do the Moving Groups test via Cluster Admin ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2342...