Forum Replies Created

Viewing 15 posts - 43,096 through 43,110 (of 49,571 total)

  • RE: SQL 2005 Log File Question - Brute force attack using sa

    I'd suggest disabling the sa account

  • RE: CHECKDB and REINDEX

    Log truncate job?

  • RE: SQL Injection Prevention

    J (11/17/2008)


    Gail,

    I have always found your writings very interesting.

    Regarding your solution, it is not immediately clear how your suggestion works in terms of being less susceptible to attack. Would...

  • RE: SQL 2000 DB to 2008

    How about

    SELECT * FROM sysusers where name = 'sys'

  • RE: UNIQUE constraint

    On 2005, not easily. You can create an indexed view and put a unique clustered index on that, or you can define a calculated column and put the constraint on...

  • RE: Backup database Question

    Maybe.

    The database backup backed up data as it finds it on disk. Once it's done that, it backs up enough of the transaction log to ensure that the database can...

  • RE: unique performance problem with across database queries and DML operation using trigger

    What wait type are you seeing on the queries when they run long?

  • RE: Recovery State

    anam (11/16/2008)


    Hi Gail

    I tried with query you gave me but it didn't work. the error message i get is

    The message is pretty self explanatory. SQL can't take a log backup...

  • RE: Mirroring

    binu.ma (11/16/2008)


    Kinldy help me.

    Already have.

    If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.

  • RE: Mirroring

    If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.

    Why did you need to check the mirrored DB? It...

  • RE: Row locking / Record locking in SQL 2005

    Why do you want to manage locking in the app?

    SQL takes locks automatically in the required mode and with the best possible granularity for each statement, nad it will release...

  • RE: Mirroring

    I'm not sure I understand you. Have you stopped mirroring or are you planning to. First post said you had, second said you needed to do it. If you have...

  • RE: Mirroring

    Did you pause the mirroring session, or did you completely disable mirroring?

    If you look at the servers in management studio's object explorer, do the database still mirrored and principal/mirror?

  • RE: Server Logs

    Someone tried to log into the SQL server and requested the database ASPState to be the default database. The ogin failed because the DB is inaccessible, or it doesn't exist

  • RE: Potential Production issue

    Reindex again with a higher fill factor. Do you have a reason for wanting the data pages to be only 40% full after the reindex?

Viewing 15 posts - 43,096 through 43,110 (of 49,571 total)