Forum Replies Created

Viewing 15 posts - 1,846 through 1,860 (of 7,164 total)

  • RE: 'priority boost' server option

    I just disabled it in dev and qa and restarted the sql server service and it will be disabled in production before the next scheduled maintenance that requires a service...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Transaction Log Backup

    homebrew01 (2/21/2013)


    Since I am often the confused person asking questions, when I finally get to help, I sometimes give extra info "just in case".

    and that approach happens to align quite...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How To Make Unique Constraint Case Sensitive ?

    gopinathreddy.d (2/20/2013)


    I Have Table With Column With DataType Varchar(50) Which Is Having A Unique Constraint On That.

    For Example : I want To Insert These 3 Values Into Above Column

    'ABC' ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Transaction Log Backup

    homebrew01 (2/21/2013)


    opc.three (2/21/2013)


    midnight251 (2/21/2013)


    Interesting. I didn't know you could take it down that far and only restore certain data to certain tables.

    You can't restore data for specific tables without...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Transaction Log Backup

    midnight251 (2/21/2013)


    Interesting. I didn't know you could take it down that far and only restore certain data to certain tables.

    You can't restore data for specific tables without the help...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Audit Logging to a separate database

    By granting the "VIEW DEFINITION" permission on the source table

    Are you sure that had anything to do with anything?

    , and adding the user to the dbReader/dbWriter database role on the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Audit Logging to a separate database

    andykr-773587 (2/21/2013)


    Here is the scenario:

    On a single server there are two databases:

    DB1 = OLTP database for an application

    DB2 = Audit Log Database

    Cross database ownership is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS with PGP Encryption Failed when execute with SQL Server Job

    1. Make sure gpg is correctly installed on the server in the location you're referencing.

    2. Log into the server as the SQL Agent service account and accept the key...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Transaction Log Backup

    Your approach would be correct if you were in a disaster recovery scenario and wanted to recover as much data as possible.

    As for why you would want previous log backups,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: shellwait

    sam-433147 (2/20/2013)


    i run a Tsql query that move's a file from one computer to another

    set @sql='move '+@file1+' '+@file2

    EXEC master..xp_cmdshell @sql , NO_OUTPUT

    now, i want the query to wait...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Delete taking time due to foreign keys

    Ed Wagner (2/21/2013)


    In the original post, it's noted that there is a base table and 10 children. I'd bet there's a missing index on the foreign key of at...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to insert new record for a user having multiple records by performing lookup?

    Than you for the test data. There were some errors in it but I got it to work. Here it is for other onlookers:

    INSERT INTO dbo.StudentHistory

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Compare Data between to servers based in Id's

    What is the purpose of capturing the results in a table with the column name that differs? I am not seeing a clear and easy way to do this with...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to insert new record for a user having multiple records by performing lookup?

    Thank you for the table definitions. This looks like homework, which is fine, I am happy to help, but I need for you to provide the other three things I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Delete taking time due to foreign keys

    Please post the actual execution plan and all involved table definitions including indexes and constraints.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,846 through 1,860 (of 7,164 total)