Viewing 15 posts - 31 through 45 (of 153 total)
Eventually i found that the root cause of this issue is Public Server Role. by default this ROLE should have 'SELECT' but i found that this ROLE as Insert, Update,...
October 11, 2007 at 5:09 pm
public role is something that i cannot REVOKE for UPDATE,INSERT,DELETE etc................ I am not sure that this PUBLIC role as to do with this issue.
There as to be better way...
October 10, 2007 at 10:04 pm
This is what i get wheni ran Louis query in that database.
I see all public & no user name under database_principal.
e.g
permission_name object_type ...
October 10, 2007 at 2:21 pm
aftger going through all systems views & function i am seeing that this user as action = Connect & Select. this one is really confusion to me, when i used...
October 10, 2007 at 1:19 pm
I got better understanding about C2 audit, but besides trace, do we or can i have customise Triggers in place which can take of the issue that i have. if...
October 5, 2007 at 12:30 pm
To all replies:-
i cannot take away 'sysadmin roles' from other 3 users, due to stupid mgnt policy. Not sure how C2 Audit is going to help, as i want to...
October 4, 2007 at 4:39 pm
doyou think that SQL 2005 DDL triggers are or will be helpfull on this matter.
October 4, 2007 at 2:10 pm
80 compat mode is if certain objects with store procedure are not compat witj sql server 2005 but besides that from logshipping this compat mode doesn't help & only this...
September 13, 2007 at 7:09 pm
you cannot ship logs from 2000 to 2005 unless you are going to upgrade sql 2000 to sql 2005. once you restore sql 2000 DB on sql 2005 the database...
September 12, 2007 at 8:05 pm
for 64 bit harware, i will recommend 64 bit SQL server 2005 with atleast RAID 5 & depends on budget you can have RAM. do some web search on Dell,...
September 10, 2007 at 4:30 pm
is this merge replication & if not then check if those tables primary keys have been removed or ?.
September 10, 2007 at 4:27 pm
try to see the folder as required permission in which MSDB file resides. some time not having required permission on folder makes database suspect (user\system). i hope this link may...
September 10, 2007 at 4:25 pm
see the Reports log under LOG folder if it is configured to do so. that will give you some more information or post message from Report logs. thx
September 10, 2007 at 4:22 pm
see the Reports log under LOG folder if it is configured to do so. that will give you some more information or post message from Report logs. thx
September 10, 2007 at 4:20 pm
by doing so you are de-associating LDF with MDF. As internally MDF keeps track of LDF & also create new if you do single file attach(MDF).
August 30, 2007 at 2:23 pm
Viewing 15 posts - 31 through 45 (of 153 total)