Forum Replies Created

Viewing 15 posts - 4,561 through 4,575 (of 5,685 total)

  • RE: The Low End

    I'll agree with this. In our neck of the woods, particularly, Access seems to take the most heat. That's primarily because it's used and abused compared to what...

  • RE: Need some help with a large data volume optimization

    Paul White NZ (12/13/2010)


    Craig Farrell (12/13/2010)


    Alright, I'll bite. Anyone know how to turn a column from a stream in an SSIS package into a non-nullable version of itself? ...

  • RE: How to Make a Dynamic Stored Procedure Query

    GilaMonster (12/13/2010)


    only4mithunc (12/13/2010)


    Here my doubt is in this case as we are not able to use sp_executesql (due to the vary large length of the string), then how can we...

  • RE: How to Make a Dynamic Stored Procedure Query

    GilaMonster (12/13/2010)


    david_wendelken (12/13/2010)


    Yo! Original Poster! Listen Up!

    The last post by the Original Poster (OP) stated that he's going to read over that blog post in detail. Hence he...

  • RE: Error while copying Database..

    Yeah, this basically creates a oneshot job that runs under your rights, but I'm unfamiliar with that error occurring.

    Best bet is to plug it in entirely into google and see...

  • RE: Rolling Up Data

    Jack,

    This is close. I *believe* it should work for you, but I didn't have a chance to expand the dataset to make sure I didn't step on anything. ...

  • RE: Rolling Up Data

    Jack,

    How are you deciding which AcctStatCD to use here? Is it always the final one, can it be any, or is there a precidence order? For example, in...

  • RE: Delete table with locks

    No, but you can minimize the impact. Create a new table with the schema you need, and load it. Then swap the tables with two calls to sp_rename....

  • RE: Error while copying Database..

    Can you give us some more information about what you're using to copy the database? How did messenger and NetSend get involved here?

  • RE: Replication on Table with Computed Columns

    I believe you can avoid this by persisting the results of the function in the table.

    I *think* I've also seen this error when I was only replicating specific tables and...

  • RE: SSIS - WRITING OUT BAD ROWS FROM THE SOURCE COMPONENT

    What are you using to redirect the error?

    I personally would use a conditional split with a bunch of rules to send any failed item to a separate stream, and then...

  • RE: Login Failed error when trying to browse SSIS packages

    Can you try a workaround for me? Login to the SSIS server via SSMS, go to Stored packages, and rt-click 'import package'. See if you can import it...

  • RE: iPads for Christmas

    While I fear I won't be able to compete with Gary, I'll toss my hat in on this contest. Makes the most sense for me.

    Having consulted a while, every...

  • RE: how to find a Server .. IS Physical machine or Virtual Machine

    Simple trick we used to use was to RDC into the box and check the TSR tray in the bottom right for the VM software.

  • RE: Calling function twice in same select

    Dave Ballantyne (12/13/2010)


    Craig Farrell (12/8/2010)


    I believe that a function called for a row with the same parameters as other calls is 'remembered', but I'd have to do some testing to...

Viewing 15 posts - 4,561 through 4,575 (of 5,685 total)