Forum Replies Created

Viewing 15 posts - 6,256 through 6,270 (of 7,164 total)

  • RE: Skipping locks during update statement

    mister.magoo (6/3/2011)


    @GSquared:

    It seems that (for me at least) it works as long as you remember that your final

    SELECT *

    FROM dbo.LockTest

    is the part that is being blocked...

    Works for me too. It's...

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

  • RE: How to add a condition on the Data Flow task?

    Happy to assist, thanks for posting back!

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

  • RE: Integrated Security (SSID?) in a no-domain environment

    Excellent! Thanks for posting back.

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

  • RE: Best way to separate "stacked" records

    Based only on your description alone I am almost 100% sure you can do what is required without using a cursor.

    I second what Ron said. Help us by providing DDL...

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

  • RE: Possible issue with auto-generated key names

    Not sure how they're generated internally but they look random. It is a better practice to explicitly name all your keys, constraints, indexes, defaults, etc. instead of allowing the database...

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

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (6/2/2011)


    opc.three (6/2/2011)


    LutzM (6/2/2011)


    To quote from a thread I've been involved:

    Also, I will start to participate on the site more often. It has always been useful and...

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

  • RE: How to add a condition on the Data Flow task?

    Randy Doub (6/2/2011)


    I should add, this executes, but only does the SQL Task. I've set up my test with data in my table, so I would expect the Data...

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

  • RE: How to add a condition on the Data Flow task?

    Elliott Whitlow (6/2/2011)


    opc.three (6/2/2011)


    Elliott Whitlow (6/2/2011)


    Actually that is pretty easy and opc.three is on the right track.

    CEWII

    Gee, thanks CEWII :blush:

    I had already started my response when I noticed you...

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

  • RE: How to add a condition on the Data Flow task?

    Elliott Whitlow (6/2/2011)


    Actually that is pretty easy and opc.three is on the right track.

    CEWII

    Gee, thanks CEWII :blush:

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

  • RE: Waitng for quick help

    XSLT might be a good option for you. It can do transformation work (the 'T' in XSLT) and can be easily integrated into an SSIS process using the XML Task...

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

  • RE: Are the posted questions getting worse?

    LutzM (6/2/2011)


    To quote from a thread I've been involved:

    Also, I will start to participate on the site more often. It has always been useful and seems to be very helpful...

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

  • RE: Extra Records

    If I am understanding correctly you want to use a CTE containing the ROW_NUMBER() function where you PARTITION the data by name, order by your date column in descending order...

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

  • RE: How to add a condition on the Data Flow task?

    Randy Doub (6/2/2011)


    ...but I was hoping to not use xp_cmdshell.

    +1 😀

    I put a SQL Task in front of my Data Flow Task to check for data, but I can't figure...

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

  • RE: Fragmented index

    Ever get to the bottom of it?

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

  • RE: Procedure Encryption

    gordon.davis (6/2/2011)


    I'm looking for is their any Best and Easy possible way of it.

    I think you have all the bases covered but you'll have to be more specific about what...

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

Viewing 15 posts - 6,256 through 6,270 (of 7,164 total)