Forum Replies Created

Viewing 15 posts - 91 through 105 (of 346 total)

  • RE: Problems Starting & Stopping Services Remotely using xp_cmdshell

    That's probably due to the account SQL Server is using having been logged in before the additional rights were granted. Same as when a user is logged in and...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: SQL Server 2000 installation

    Default path is C:\Program Files\Microsoft SQL Server\80\Tools\binn\sqlslic.cpl

    NB - this is for SQL 2000 only



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: IT and Musicians?

    My grandfather used to play piano, violin, guitar. My mother played piano (she tried teaching me when I was a kid, to no avail. Neither of us had...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: INSERT QUESTION

    What error are you getting?



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: SQL Server 2000 installation

    Check the SQL Server licensing tool in Control Panel.



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Access Denied

    Can you ping the server from the machine by name and IP?



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: finding all USER database Full Text Indexes?

    Like the error said, sys.fulltext_catalogs is a view, not a stored procedure. You cannot EXEC it, you have to SELECT from it.



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Transaction log backups taken during a full backup.

    I don't know what mechanism SQL uses. From the MS SQL Server 2005 Admin Pocket Guide:

    [font="Times New Roman"]When the backup starts, SQL Server copies everything in the database and...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Problems Starting & Stopping Services Remotely using xp_cmdshell

    How about the SQL Server Agent account? What rights does that have?



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Application ODBC Security

    jack_stockton (5/13/2008)


    I have read about it only.

    If I understand it:

    1. I would start with a granting limited rights to a trusted group, enough to be able to run a stored...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Application ODBC Security

    Have you looked at using an application role?



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Problems Starting & Stopping Services Remotely using xp_cmdshell

    Because the SQL Server service account does not have rights to stop services on that machine.

    What rights does the SQL Server service account have on the machine where the service...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Transaction log backups taken during a full backup.

    The full backup contains the state/data of the database at the time the full backup FINISHED (including whatever log records are required to get the database in a consistent...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: dbcc check db error

    Try DBCC UPDATEUSAGE



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: sa password re-set solution sought

    You could probably do it with a batch file full of sqlcmd calls. However, that means your sa passwords (don't use the same one for all servers, not good...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


Viewing 15 posts - 91 through 105 (of 346 total)