Forum Replies Created

Viewing 15 posts - 5,206 through 5,220 (of 7,164 total)

  • RE: SSIS Packages & SSSMS Jobs Security

    ringovski (8/15/2011)


    So my question is what do I do when I move the packages to the live server.

    You need to explicitly create the Credential on the prod instance, and link...

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

  • RE: delete ackup files

    zsafakhah (8/16/2011)


    hnow can delete a backup file in sqlserver2000?

    Some options for you in no particular order:

    - Use xp_CmdShell to issue a DEL command directly

    - Use xp_CmdShell to call a Windows...

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

  • RE: Deadlock Info from T1222 Lacking

    GilaMonster (8/16/2011)


    </blatant self-promotion>

    Blatant! I love it 😀

    Impressive TOC...Chapter 42 alone is worth the coin 😉

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

  • RE: How to modify $pshome PowerShell 2.0 variable so that it points to a different directory

    shew (8/13/2011)


    Hmmm. Sounds like that would work for batch jobs, but I would like something that would handle interactive commands too (so I can test in the exact same...

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

  • RE: Deadlock Info from T1222 Lacking

    GilaMonster (8/16/2011)


    opc.three (8/15/2011)


    I read a post on SSC earlier today, which of course I cannot find now, that talked about the spid in the graph possibly being the deadlock monitoring...

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

  • RE: Deadlock Info from T1222 Lacking

    It must be in the water or something...it's funny how somewhat rare items tend to surface in bunches on these forums. I turned on 1222 last week and have had...

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

  • RE: Deadlock Info from T1222 Lacking

    Yikes! I read where running an additional trace, to cast a wider net, was sometimes necessary to see what other SQL was participating in a deadlock. I was most certainly...

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

  • RE: How to modify $pshome PowerShell 2.0 variable so that it points to a different directory

    I am not sure I can solve the issue by changing where PS will look to load a profile script, but I may have a workaround for you. Since this...

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

  • RE: There is insufficient system memory to run this query.

    WasimAli (8/10/2011)


    Lock Pages in Memory -- is this an option worth trying?

    Yes, it is worth turning on. What else is running on the server? It sounds like something else may...

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

  • RE: When is it an advantage using CLR?

    CLR can bring a brevity to your code not offered by T-SQL and in some cases can exceed the performance offered by native T-SQL.

    Here is one example for a string-concatenation...

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

  • RE: Query Hints - How To Combat Against

    YSLGuru (8/11/2011)


    You see the problem is that the most effeciebt way to process the query is not the same trhoughout our cycle which is a month. Sometimes the query hint...

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

  • RE: Problem Importing Excel data

    Use a Script Task.

    This is not strictly an SSIS problem. You may have better luck finding examples on .NET/Office-specific programming sites. Google/Bing will be your friend.

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

  • RE: Problem Importing Excel data

    MIKEKREIS (8/11/2011)


    Does anyone know if it is possible to run some VB code (or c# code) through SSIS to make the sheet more "readble"? Like deleting the blank lines, or...

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

  • RE: Query Hints - How To Combat Against

    I wonder if Plan Guides would be useful here. Theoretically you could override the plan the Optimizer would use for that specific query text and that plan could be one...

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

  • RE: Users creating there own schemas

    sqlnaive (8/11/2011)


    Thanks opc. I was going through Policy based management and found it pretty interesting. To solve this default schema issue, is it fine to create a condition with field...

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

Viewing 15 posts - 5,206 through 5,220 (of 7,164 total)