Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 7,164 total)

  • RE: Reorganize index online option

    Yes, index reorganization can cause a lot of I/O depending on how much work the reorganize decides it needs to perform to organize the index. They do not cause long-running...

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

  • RE: create variable

    Is this what you mean?

    How to: Use Values of Parent Variables in Child Packages

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

  • RE: does index also change the output?

    Nope. The decision by the engine to use one index or another to satisfy a query will not change the contents of the resultset. The order of the resultset is...

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

  • RE: Find dependencies on a Login

    In addition to object ownership within a database make sure the login does not own any databases themselves or any Agent jobs.

    SELECT *

    FROM sys.databases

    WHERE ...

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

  • RE: replication server name problem

    You're welcome. Thanks for the feedback.

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

  • RE: replication server name problem

    Did you stop and start the SQL server service?

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

  • RE: Job Execution Details

    Please post the exact "invoked by" text from job history (with sensitive domain or user names masked of course).

    Also, look for jobs that might kick off the job in question...

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

  • RE: Fuzzy lookup on multiple columns

    Those are some pretty basic requirements. What have you tried so far?

    It sounds like you are simply looking for a tutorial on how to use the Fuzzy Lookup Transformation....

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

  • RE: Today's Random Word!

    Ray K (2/28/2013)


    L' Eomot Inversé (2/25/2013)


    SQLRNNR (2/25/2013)


    Thick

    Thcream

    Thing a thong

    Thong, tha thong thong thong

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

  • RE: Login failure

    hjhatl-911184 (2/28/2013)


    stranger things have happened. :w00t:

    Indeed they have 🙂 You could always check the SID for the login on the source system and check it against your dev instance. You...

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

  • RE: replication server name problem

    It is safe to use the dropserver/addserver method. All that does is change the underlying entry available in sys.servers.

    SELECT * FROM sys.servers WHERE is_linked = 0

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

  • RE: Import Excel Spreadsheet Data into SQL 2005

    Seriously though, just change the destination table to have NVARCHAR instead of VARCHAR and you should be fine.

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

  • RE: Import Excel Spreadsheet Data into SQL 2005

    Welcome to working with Excel using SSIS 🙂

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

  • RE: Login failure

    It's not required for NT logins provided they are on the same domain. The SID in that case comes from AD which is not going to change from one SQL...

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

  • RE: Powershell - Any Reason NOT to Install ?

    I highly recommend this book.

    Learn Windows PowerShell 3 in a Month of Lunches

    It goes through the Execution Policy choice, as well as Remote Management. You'll be scripting in no...

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

Viewing 15 posts - 1,816 through 1,830 (of 7,164 total)