Forum Replies Created

Viewing 15 posts - 53,326 through 53,340 (of 59,068 total)

  • RE: Using Code posted in these forums

    Microsoft still uses lightbulbs? 😛 I heard they couldn't find anyone who still knew how, so they've shifted to HI-LEDs that never need changing.

  • RE: Using Code posted in these forums

    Heh... no, not what we're looking at in Word... Yes, I understand the control character notation for things like ^m (ASCII 13 or Hex OD)... Word seems to have it's...

  • RE: import flat file through SSIS

    Better than that, post the first 100 rows of your problem file as an attachment and we'll take a crack at it tonight. Also, post what the CREATE TABLE...

  • RE: How can I create a clone of a database on the fly?

    I'll look at the T-SQL tonight. Not sure yet if there are a wad of cursors. You're saying that would explain the X locks?

    Yep... could be... if they're not "Fire...

  • RE: Cursor

    My first inclination about this job is to abandon it... no, I didn't say rewrite it... I do mean "abandon it". This will change the Fill Factor on all...

  • RE: Rows to Columns

    Heh... that about does it for me, Adam... I'm going to pivot the PIVOT command right into Unit 0 and use the old school methods I demo'd for this type...

  • RE: Using Code posted in these forums

    Hard returns are CHAR(13)... Soft returns are actually vertical tabs (CHAR(11))... if that's what you meant...

  • RE: import flat file through SSIS

    I don't believe that would work on something that looks like this...

    "Some Company with a very long name","somedata","some other data"

    "Some Company","someData","some other data"

    "Some Company with a very long name","some very...

  • RE: How can I create a clone of a database on the fly?

    Heh... you beat me to it, Noel... I'd rather fix the problem than make a patch and I'm thinking that the problem is just bad code to start with. ...

  • RE: import flat file through SSIS

    If you setup a BCP format file correctly and use Bulk Insert, that problem will magically disappear... performance problems will probably disappear, as well. I've used Bulk Insert with...

  • RE: Rows to Columns

    Thanks for the feedback, Jacob...

    Yeah, the "same old trick" you're be speaking about is the aggragates themselves.

  • RE: Formatted Date in Default Contstraint

    Always a pleasure, MrPoleCat... and thanks for the feedback.

  • RE: Bulk Insert

    Something had to have changed in the environment... for example, the login that SQL Server uses to start services... it may have been changed permission wise on the Windows Server...

  • RE: Dead lock issue

    You haven't mentioned whether or not you're using an explicit transaction around all of those inserts and selects... that would be a real big cause of the deadlocks.

  • RE: major production issue

    You might want to take smaller bites when inserting, as well. Insert a couple of hundred thousand using a control (ugh!) loop.

    If the data is being inserted from, say,...

Viewing 15 posts - 53,326 through 53,340 (of 59,068 total)