Viewing 15 posts - 766 through 780 (of 1,127 total)
Lowell (1/3/2011)
--DROP TRIGGER [TR_Logon_Trigger_Track_sa] ON ALL SERVER
GO
CREATE TRIGGER TR_Logon_Trigger_Track_sa
ON ALL SERVER FOR LOGON
AS
BEGIN
--the...
January 3, 2011 at 8:06 pm
Jerry, i have gone through different articles but i am not sure if that suits my requirement. Basically i need the trigger to send me an email when someone logon's...
January 3, 2011 at 12:54 pm
That was exactly what i was about to do. Thanks
January 3, 2011 at 9:01 am
Thanks everyone. I will have to check back with developers to see if they have the capability to implement CLE. After reading all the responses i do not think it...
December 30, 2010 at 7:13 pm
One of the many reasons is each db is specific to one client lets say i have 100 clients and i have 100 tables in one db then if this...
December 30, 2010 at 6:22 pm
Thanks everyone. These 100 dbs are identical schema wise. We do not have a DR so we will be implementing 2 node active-active cluster for local HA.
December 30, 2010 at 2:07 pm
Awesome, this worked like charm. I am just wondering how come this is working on other servers where we have the account changed from services console, only difference i see...
December 29, 2010 at 10:06 pm
Gail mentioned below is my h/w config. Lets say i have 100 dbs, i would want to split into two instances with 50 dbs with max of 100 dbs...
December 29, 2010 at 10:42 am
Can you please give me some details like what performance hits will we come across or if you can point me to a article that would also be helpful. Thanks
December 29, 2010 at 8:13 am
Not sure what difference it would make if i do it through services console Vs SAC on stand alone. I would still try changing through SAC and let you...
December 29, 2010 at 7:47 am
If i enable column and database encryption are there any performance hits?
December 29, 2010 at 7:46 am
Thanks Gail.I should have mentioned this before. These dbs are not heavily transactional. Lets say i have 64bit sql 2008 with OS 2008 64 bit on a 64 gb Dell...
December 29, 2010 at 7:44 am
Viewing 15 posts - 766 through 780 (of 1,127 total)