Viewing 15 posts - 2,551 through 2,565 (of 2,897 total)
We have Lumigent Log Explorer that also can send alerts for those types of activities.
April 20, 2006 at 2:18 pm
I don't think there should be any problems. I have a publisher DB that is also a subscriber from another server.
Is this your scenario ?
Publisher pushes Tables A,B,C,D .... etc ...
April 6, 2006 at 9:46 am
Yes, Miss Smarty-Pants ! I am weaning myself away from EM
April 5, 2006 at 2:22 pm
Yes, Miss Smarty-Pants ! I am weaning myself away from EM
April 5, 2006 at 2:20 pm
It can also be random. I've encountered that one day (2006-10-03), and the next day they're back to "normal" (3/10/2006). Pretty annoying when you're trying to sort by data. Never...
April 5, 2006 at 11:57 am
What are you doing with the system databases ? Just save & restore ?
April 5, 2006 at 11:43 am
Now we find that using Application Roles means you can't use Connection Pooling.
From SQL_Performance: "While SQL Server application roles are handy, they can also negatively affect your application's performance. The reason...
April 4, 2006 at 3:07 pm
So, for the Stored Procs, I should grant 'exec' permissions just to the App Role, not public ?
By the way, thanks very much for your help !
March 30, 2006 at 3:07 pm
Yes, our lead developer is testing a few applications by having them invoke sp_setapprole, and it looks good so far. We're planning the "one at a time" method as we...
March 30, 2006 at 1:28 pm
Is there a better route ? I'm trying to figure out the best way to fix a bad situation. Currently there's a widely known sql login that has db_owner permissions....
March 30, 2006 at 12:48 pm
I was thinking of creating 3 different App Roles. 1 for read access to be added to db_datareader, 1 for read/write to be added to db_datawriter, and 1 added to...
March 30, 2006 at 10:08 am
We're thinking of using application roles, but I don't quite get how to give it permissions. We currently have a sql login that's being used & abused. It has dbo...
March 27, 2006 at 2:34 pm
Sorry ... I haven't dealt with those scenarios.
March 23, 2006 at 8:48 am
I have 2 ways I know of to search SPs
1) Script all the SPs at once into 1 huge script, then use "find"
2) query syscomments table in the DB.. ...
March 22, 2006 at 12:50 pm
Thanks, but the only units of time are: Days, weeks, months & years. Hours should be there though
March 22, 2006 at 7:32 am
Viewing 15 posts - 2,551 through 2,565 (of 2,897 total)