Viewing 15 posts - 1,516 through 1,530 (of 6,105 total)
Nuts (11/7/2007)
Ill explain the situation again
Its really simple for ex a patient 'A' was in rest home from '1/1/2004' to 12/2/2004'
and then the same patient 'A' was then...
November 7, 2007 at 6:10 pm
Ken LaRoy (11/7/2007)
November 7, 2007 at 5:34 pm
Nonrepudiation = you can't deny you did it. As soon as a password is cracked, at least 2 people know it. Now you can.
November 7, 2007 at 5:17 pm
NGS Software has some great tools for this:
and
However, as soon as you crack a password, if it belongs to a user, your organization may no longer be...
November 7, 2007 at 12:46 pm
They want the trace of all statements going through, or are they looking for something more?
November 7, 2007 at 8:03 am
karthikeyan (11/7/2007)
What is the different levels of security available in sqlserver2000 and sqlserver2005 ?
As the previous poster asked, "What do you mean by levels?"
SQL Server 2005 has more granular security,...
November 7, 2007 at 7:16 am
If you still have the time and the resources, getting certified in SQL Server is not a bad idea. You never know what tomorrow will bring. Case in point, a...
November 7, 2007 at 7:13 am
karthikeyan (11/7/2007)
I am using sql2000. Both gave me the same output.
If you read through my blog post you'll see that when you add a second condition to the WHERE clause...
November 7, 2007 at 7:08 am
Have you audited your SQL Profiler or a server side trace looking for Audit Failures?
November 6, 2007 at 10:27 pm
The recommended best practice for SQL Server 2005 in this regard is to grant the permission at the schema level. If all of your objects are in one schema, you...
November 6, 2007 at 10:24 pm
To piggy-back on what Noel has said..
The SQL Server AD Helper Service allows SQL Server to register objects in Active Directory as needed. When is it needed? When SQL Server...
November 6, 2007 at 10:19 pm
vbourdages (11/6/2007)
Execute Master.dbo.SYS_show_All_Processes
Server: Msg 229, Level 14, State 5, Procedure SYS_show_All_Processes, Line 1
EXECUTE permission denied on object 'SYS_show_All_Processes', database 'master',...
November 6, 2007 at 10:06 pm
You will most likely have a SID issue. Unless your directory service admins ensured the SIDs were the same between the two domains (something that can be done during a...
November 6, 2007 at 10:02 pm
SQL Noob (11/6/2007)
November 6, 2007 at 10:03 am
I blogged on this last Thursday;
Why SQL Server 2005 Doesn't Permit Non-ANSI Style OUTER JOINs
When you add a second condition to the WHERE clause, you have an evaluation order issue.
November 6, 2007 at 5:00 am
Viewing 15 posts - 1,516 through 1,530 (of 6,105 total)