Viewing 15 posts - 961 through 975 (of 6,105 total)
You can also set up a DDL trigger which fires and checks to see if it's that login. If it is, it executes a stored procedure which starts a server...
August 12, 2008 at 10:32 pm
You can't prevent them from seeing all the databases. However, once they are in the database, with SQL Server 2005 any queries against metadata will only return to that user...
August 12, 2008 at 10:29 pm
When you say event viewer, are you seeing these in the SQL Server log or in your Windows Security event log?
August 12, 2008 at 10:26 pm
This is not a feature of SQL Server 2005. You'll have to either use Encrypting File System (operating system level) or a 3rd party product. SQL 2008 has Transparent Data...
August 12, 2008 at 10:25 pm
Not off-hand. Perl (Windows) has Win32::EventLog for writing to the event log and has Sys::Syslog to write to a syslog server.
August 12, 2008 at 10:23 pm
With ALTER DATABASE it should be able to put the database in SINGLE_USER mode and then back to MULTI_USER mode.
August 12, 2008 at 10:18 pm
Successful logins should be audited any how (it's the only way to gain non-repudiation), but a server side trace is best for this. There are 3rd party products that will...
August 12, 2008 at 10:00 pm
Not using any native tools, no. SQL Server is not set up in 2005 to write to those sources. However, using scripting, sure, once it's in the database. SQL 2008...
August 12, 2008 at 9:58 pm
david.gerrard (8/12/2008)
August 12, 2008 at 7:40 pm
JJ B (8/12/2008)
August 12, 2008 at 7:36 pm
Andy Warren (8/12/2008)
August 12, 2008 at 7:30 pm
On SQL Server 2000 I was vehemently against both db_datareader and db_datawriter. Granting db_datareader is a violation of the Principle of Least Privilege and thus should be avoided. Complete access...
August 12, 2008 at 7:27 pm
It was, and there maybe should have been some indication of that. However, the solution they chose threw the baby out with the bath water.
August 5, 2008 at 2:47 pm
Dunno. Stuff like this has irked me with 2005. You could grant permission to a stored procedure previously and that meant you didn't have to give up the keys to...
August 5, 2008 at 2:11 pm
No, you can't. By rule members of the sysadmin fixed server role bypass security checks.
August 5, 2008 at 1:31 pm
Viewing 15 posts - 961 through 975 (of 6,105 total)