Forum Replies Created

Viewing 15 posts - 5,401 through 5,415 (of 7,164 total)

  • RE: Strange security problem...

    Nothing immediately comes to mind. It would be interesting to know the root cause. How much time do you have to fiddle with this to find the root cause? Time...

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

  • RE: SSIS - Run a query for multiple servers and stored resultset in local database/table?!

    WebTechie38 (7/21/2011)


    Well, I got that part to work.

    I had to put quotes at the beginning and the end of the expression.

    After that, it evaluated properly.

    Now the last part:

    1. Load the...

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

  • RE: Copy from a folder to an other

    abdielmomo (7/21/2011)


    In fact, I want to copy files from one folder to another when a new row is inserted in a table.

    If you are saying that you want the file...

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

  • RE: SSIS - Run a query for multiple servers and stored resultset in local database/table?!

    WebTechie38 (7/21/2011)


    Thanks for the help!

    Here is the expression that I am using:

    Data Source=@[User::CurrServer]; User ID=RptUser;Initial Catalog=MY_CUSTOM;Provider=SQLNCLI10.1;Persist Security Info=True;Auto Translate=False;Application Name=SSIS-Package-{44F8A456-FBBD-4165-8B66-A1E1A1D38E75}MYSERVER.MYDOMAIN.NET.MYDATABASE;

    Here is the expression error message:

    TITLE: Expression Builder

    ------------------------------

    Expression cannot be evaluated.

    For...

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

  • RE: Dynamically getting the columns

    Please read this article:

    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs[/url]

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

  • RE: Performance Tuning Of SQL using ISNULL in JOINS

    😛

    Yeah, if you can start storing 1 instead of NULL, so that when you want to use the column you don't have to convert NULL to 1 on the fly,...

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

  • RE: Deleting old files through SSIS?!

    Excellent! HTH

    PS Read that article about variable names 😉

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

  • RE: Performance Tuning Of SQL using ISNULL in JOINS

    Ninja's_RGR'us (7/21/2011)


    TheSQLGuru (7/21/2011)


    You simply must make improvements to your schema/data to allow you to remove the ISNULL(A, B) = something. Not only is it a CPU burn, it also...

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

  • RE: Deleting old files through SSIS?!

    I won't say much more about the actual script itself. I think you are close, and I gave you a solution in C# that all you have to do is...

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

  • RE: SSIS - Run a query for multiple servers and stored resultset in local database/table?!

    It sounds like you're close. Please post the expression you're trying to use as well as the exact error message you get when it fails to evaluate.

    If you don't mind...

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

  • RE: SQL Server 2008 R2 Activity Monitor

    Jannie-186227 (7/20/2011)


    Hi

    Afaik I know the MGMT studio is sluggish on x64 as it's 32 bit.

    This might have the same issue for your machine.

    That's a good lead. I am curious about...

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

  • RE: Multiple Admin accounts, but need different access

    I would:

    1. Create an Active Directory group that corresponded to each database instance, e.g. PayrollSqlSysAdmins.

    2. Add the relevant AD User Accounts into the AD Groups.

    3. Add each AD Group to...

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

  • RE: Remove article from existing publication, does it require a new snapshot?

    Thanks for the reply Steve.

    S. Kusen (7/20/2011)


    It seems like the OP wants the replication to continue, but doesn't require the one specific article any longer to be replicated.

    Correct.

    Therefore, they want...

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

  • RE: Performance Tuning Of SQL using ISNULL in JOINS

    I'll assume you were talking to me with the SSCrazy response since I am the only one on this thread with that designation. My nick is opc.three BTW, SSCrazy is...

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

  • RE: Trying to determine column dependencies.

    Stamey, to be sure you're going to have to write all the code by hand. Define the list of objects you need to inspect (what I started to do), figure...

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

Viewing 15 posts - 5,401 through 5,415 (of 7,164 total)