Forum Replies Created

Viewing 15 posts - 316 through 330 (of 366 total)

  • RE: Auditing failed logins

    yes you will need to stop and restart the sql server.

  • RE: Auditing failed logins

    The failed login information is stored in the sql log files

    The failed attempt has the time and a line like "Login failed for user 'tmprm'"

  • RE: Moving and Deleting Rows

    If you are deleting all the rows from a table try using 'truncate table' it is a lot faster than deleting than all

  • RE: Drop databse

    There are two server roles which allow people to drop databases

    ie 'System Administrator' and 'Database Creator'

  • RE: exception.log

    I'll try Technet, and I looked in BOL prior to the orgional posting.

    Brian,

    Its both really, since the two do marry up. (the exception.log error file SQL puts into the logs...

  • RE: Transaction Log Full

    Thanks Brian, makes sence.

    Just looked at MSDN. Q256650 also has a script for creating dummy transactions

  • RE: Transaction Log Full

    Its was discussed on a previous thread (less than a couple of months ago if I remember correctly).

    I had the same problem a while back, with a 30gb logfile. Hence...

  • RE: Transaction Log Full

    You only need to detach the database if the log file is over 1GB in size (sql doesn't shrink logs over this size)

  • RE: Logging logins

    If the audit was changed to 'audit failures only', but not stopped and restarted I think it would carry on logging the lot.

  • RE: SA to be denied Access

    You can sort of restrict 'domain admins' by removing the builtin/admin for the admin group (not exactly advisable) as this can cause problems with full text indexing etc.

  • RE: Cursor Performance on Multi Proc Box

    The advanced server box is set to default, whereas the NT box has been modified eg Fibers, min memory query, max worker threads etc.

    I will look at the SP to...

  • RE: Cursor Performance on Multi Proc Box

    I didn't write it myself, but basically the data are logs and it is tidying up the data and inserting the required clean data into a more useable table.

  • RE: SA to be denied Access

    Accounts with SA rights have access to the lot. I don't know of a way to restrict sa access

  • RE: Createing a Stored Proc from a Stored Proc

    Found the solution just after posting the

    question

    If I execute the sp_executesql command from the destinaction database it works eg.

    EXECUTE northwind..sp_executesql @SQLString

  • RE: Veritas Backup/Restore

    I currently use Veritas for the overnight backup only (and only for my sql 6.5 & 7 db's, the version we have doesn't support 2000).

    Again the server support team...

Viewing 15 posts - 316 through 330 (of 366 total)