Viewing 15 posts - 1 through 15 (of 17 total)
I agree that generally consultants in India do not want to get into a disagreement or conflict and they would say yes. I have come across numerous situations. In order...
August 13, 2007 at 6:17 am
Run sp_configure "c2 audit", 1
reconfigure with override
Recycle the SQL Server.
C2 auditing is now enabled and you will see trace files under mssql\data directory.
March 21, 2005 at 9:12 pm
Startup is used when starting SQL Agent. SQL Agent connects to SQL Server, at various times like updating system tables, running CmdExec jobs etc. where it uses the connection account....
September 9, 2004 at 6:35 am
Auditing All from Server Properties under the security tab will give you login info but I don't think it would give logout info.
You can use c2 to capture but please...
May 20, 2004 at 8:55 pm
You should have control and review process in place rather than imposing a blanket ban. You can your director that all logins with sysadmin prvilege will be audited, DBA logins will be...
May 20, 2004 at 8:49 pm
In my experience, certification is valuable only with experience. Use certification as an opportunity to learn more about what you might be doing over the past years. You are definitley...
May 16, 2004 at 2:45 pm
ODBC drivers from Merrant helps you connect to SQL Server from Solaris etc. I am not sure about the price.
May 4, 2004 at 5:54 am
I agree that in order to compete with other DBMS vendors MS needs to come out with releases often. Five years is too long a time especially when SQL Server...
April 29, 2004 at 9:13 pm
Filegroups can be useful in the following scenarios:
- You want to separate large tables to its own filegroups. This can help you run dbcc on filegroups instead of the entire...
April 20, 2004 at 7:56 pm
sp_trace stored procs require sysadmin privilege in SQL 2K. It is a powerful facility and hopefully MS will remove this restriction in Yukon.
April 4, 2004 at 9:00 pm
You can run sp_spaceused for the database and the reserved value in the sp_spaceused output indicate the space used. The size of the backup will usually be the size of...
March 14, 2004 at 7:26 pm
I am not sure whether you mean installing SQL Server on a machine by logging on using Terminal Service client. If that is what you meant, yes it is true....
March 9, 2004 at 8:02 pm
You can turn "Both" Audit Option from Enterprise Manager SQL Server properties. This will write login success and failures to SQL Server errorlog. You can scan the errorlog at frequent...
February 26, 2004 at 9:02 pm
My $.02 cents as I work in an environment that has SQL Server, Oracle and Sybase. One of the disadvantages that I hear and have experienced is the underlying Operating...
February 18, 2004 at 8:25 pm
The previous post was partially correct in that the cluster account should be granted login privilege inside SQL Server. But it need not have sysadmin privilege and we have tested...
February 13, 2004 at 9:54 am
Viewing 15 posts - 1 through 15 (of 17 total)