Forum Replies Created

Viewing 15 posts - 871 through 885 (of 6,105 total)

  • RE: Server based Authentication MSSQL

    No. And keep in mind that this logon trigger is only going to fire when they first connect. Once they are in SQL Server, you can't prevent them from changing...

  • RE: Storing DHCP log file in SQL server database

    Parthipan (10/19/2008)


    Is there anyway to store DHCP log file in SQL server database and the procedure for automating it?

    Yes, but you're going to have to parse it using a script...

  • RE: Error: 18456, Severity: 14, State: 16logging in the error log continuously???

    You need to track down what's trying to connect with that account. You could run a Profiler or server side trace with auditing login failures. Make sure you've got the...

  • RE: Identify Unauthorised access.

    If you mean logging on to the SQL Server, you'll want to turn Audit Failures on. Whenever there is a login failure, it'll get written to both the SQL Server...

  • RE: with grant option and TCP/IP

    On SQL Server 2005/2008 you can query sys.database_permissions to see who has the WITH GRANT option. The state field is what you're looking to filter on. If the value is...

  • RE: The Financial Crisis

    My organization has been through hard financial times before in the 80s when farms were going under like crazy. Those almost led to the end of the other regional lending...

  • RE: Moving to the Heartland

    You're talking about being near enough to attend home games for the Broncos. Hmmm, I grew up loving the Broncos (though I have no connection to Denver). 🙂

  • RE: SQL Response Review - New SQL Server Monitoring Tool

    Jerry Hung (10/9/2008)


    My RC trial has 5 days remaining 🙂

    I liked the product too, well enough to do a survey with Clair and David

    The price tag did surprise me a...

  • RE: Login failed for user (null)

    Windows authentication requires both the SQL Server and the connecting client to be either in the same domain or in trusted domains. If you're getting "Login failed for user (null)"...

  • RE: Login failure

    Do you have any applications installed that would try to talk to SQL Server? Especially any apps running as Network Service? A typical culprit is a web application, like SQL...

  • RE: Be a good Database Administrator?

    If you're speaking of what's considered an operational DBA, there are a few basics:

    Backup / Restore:

    - Understand the backup / restore options SQL Server provides for you.

    - Implement those on...

  • RE: Does Cluster Failover Clear the Procedure Cache?

    When a cluster failover happens, what the cluster does is the following:

    - Stops all services dependent on SQL Server

    - Stops SQL Server

    - Stops the IP and Network name resources

    - Stops...

  • RE: Network admin turned DBA

    knash (9/11/2008)


    So... in addition to being a full time manager and network admin, the decision has been made that I should also be a DBA. I was wondering if you...

  • RE: BackupExec Logon error

    Well, that rules out a network or SQL Server issue. That would point to the application... not sure where you go from here if Symantec support is stuck.

  • RE: Encryption for SQL

    Whole disk encryption for workstations... Vista has BitLocker. 3rd party leaders include PointSec & Safeboot. There are a few others in that space, but it's been a while since I've...

Viewing 15 posts - 871 through 885 (of 6,105 total)