Forum Replies Created

Viewing 15 posts - 9,256 through 9,270 (of 9,643 total)

  • RE: Wildcard functionality in SSRS

    Have you verified that you are getting an empty string from the app? Are you sure youare getting data back to the app? I would change the if...

  • RE: find out which record_ids match on 2 fields and not match a third field.

    I just assumed the temp table represented the master table for example and testing purposes.

  • RE: The Identity Debate

    At the Orlando PASS meeting last night, Jeff Garbus did his Indexing for Performance talk and he said something that made sense and relates to this. I probably won't...

  • RE: find out which record_ids match on 2 fields and not match a third field.

    Matt's solution is more efficient than mine. I thought about using a CTE, but have not used them enough to be comfortable. If you set statustics IO on...

  • RE: How to insert date in to particular table using csv format file

    Is the column you are inserting into smalldatetime or datetime? Are you getting an overflow error? I have seen problems because of bad dates in legacy systems like...

  • RE: find out which record_ids match on 2 fields and not match a third field.

    Can you post what you want the final result to look like?

  • RE: Anatomy of an Incremental Load

    This may relate a littel to Arthur's comment about loading to another RDBMS or from another RDBMS or even another server. If you are loading from a system that...

  • RE: The Identity Debate

    Wow, no anti-identity post yet. I like identity for all the reasons mentioned thus far. I also agree that there are times when an identity column is not...

  • RE: Importance of UPSERT

    Charles Kincaid (1/29/2008)


    I'm not a big fan of MERGE. I much prefer REPLACE INTO. You code everything one way. It looks just like a regular INSERT statement...

  • RE: The Mistake

    I agree that the MS marketing is horrible, I also think a 2-3 year release cycle is too fast. How are DBA's and developers supposed to keep up with...

  • RE: Importance of UPSERT

    Did you check to see the type of locks being taken by the 2 methods? Were there any differences in locking that would mitigate the improvement based on fewer...

  • RE: Interview Question

    Definitely be truthful, but as others have said avoid being negative about people. The last time I was voluntarily looking (the last time I was looking was due to...

  • RE: Query to find data over range of years

    DB_Newbie2007 (1/25/2008)


    Just in case anyone is interested:

    My query using all of the derived tables took 1 hour, 13 minutes to run.

    Mark's query using the group/having clause took 14...

  • RE: Testing

    I have submitted to pre-employment drug and criminal background checks and have no problem with either. I also have been randomly drug tested as well.

    I personally think drug testing...

  • RE: Processing XML Files

    First I would write a simple .NET service that monitors the directory where the XML is located and loads the XML into the database and then archives the file. ...

Viewing 15 posts - 9,256 through 9,270 (of 9,643 total)