Forum Replies Created

Viewing 15 posts - 48,421 through 48,435 (of 59,065 total)

  • RE: Problem with DeadLock Transaction

    None of this would be a problem if you first inserted the data into a staging table and validated it.

  • RE: understanding reindexing

    bcronce (8/28/2008)


    kind of off topic but when you said

    it is just a time stamp, thus all distinct

    are time stamps guaranteed unique or 'just as long as you don't...

  • RE: Should non-clustered indexes be placed on separate physical device than data?

    Grant Fritchey (9/3/2008)


    Disk operations working the way they do, more spindles is better than fewer.

    "Oh, oh, oh! More Power!"

  • RE: Memory Questions

    Check out the "AverageRecordSize" in the return of the following...

    DBCC UPDATEUSAGE (0)

    DBCC SHOWCONTIG WITH TABLERESULTS

  • RE: Defragmentation of Indexes on SQL 2005 Sharepoint Database

    j mangual (9/3/2008)


    Seems that the rebuild of the indexes can't lower the AVGFragPercent less than 80% for some of the indexes and 50% for others? Nor can it lower the...

  • RE: Returning number of rows in a table and table sizes

    Check out the column called "AverageRecordSize" in the following...

    DBCC UPDATEUSAGE (0)

    DBCC SHOWCONTIG WITH TABLERESULTS

  • RE: Derived Column and nulls...

    I seen many, many people get burned by importing data directly to the final table. It would be much better to import it to a staging table and validate...

  • RE: Porcess Range IDs

    I gotta ask... why do you need to do this? What is the purpose of this?

  • RE: Cursor

    Heh... understood... I think they call that "agile" programming and I hate it. 🙂

    You said in your previous post that ID's 1-6 were singleton's... looking at the data you provided,...

  • RE: Debugger For SQL

    TheSQLGuru (9/3/2008)


    Jeff Moden (9/2/2008)


    Carl Federl (9/2/2008)


    Jeff & GSquared:

    Did either of you get a chance to perform any additional analysis ?

    No, I sure haven't... my apologies. Have a new job...

  • RE: Problem with the text data column, variable

    Chris Morris (9/3/2008)


    However you can't add characters to a text value

    You're right, Chris... my bad. I lost track of the basis of this thread. Thanks for the feedback.

  • RE: How to improve insert performance

    Ray Mond (9/3/2008)


    You could also check the growth rate that's set for your data and log files. If it's too small (e.g. in 10 MB increments), the insert will...

  • RE: Understanding Index defragmentation

    GilaMonster (9/3/2008)


    gcg_wilkinson (9/2/2008)


    I've found that even if u defrag an index and the physical disk is fragmented, then the index will remain fragmented.

    It shouldn't contribute to the logical fragmentation. That's...

  • RE: For Each Loop [Exec SQL Task, Send Mail]

    olafdedig (9/3/2008)


    SOLUTION:

    Hello, Here is the solution I found to my problem:

    For doing a task like sending html mail (built using a SQL script and a Script Task) the for...

  • RE: For Each Loop [Exec SQL Task, Send Mail]

    Ummm... I'm not very smart about SSIS because I don't use it... I always use something else like BCP, etc.

    That, not withstanding, I follow the logic of the flow you've...

Viewing 15 posts - 48,421 through 48,435 (of 59,065 total)