Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: LINQ performance vs. ADO.NET

    Jonathan,

    Thanks again.

    David

  • RE: LINQ performance vs. ADO.NET

    Thanks to both of you.

    I do normally use parameterized queries, but was lazy in this example. However, I did not realize that not using them would affect the plan...

  • RE: LINQ performance vs. ADO.NET

    Jonathan,

    Yes, we are using varchars. It makes a lot of sense that the cast is expensive. I expected to take a hit with LINQ, but not as big as I...

  • RE: Optimize insertion of multiple rows

    SSIS is certainly worth investigating, but realistically it will not be for this round. It is more cost effective to wait a few more hours for the current application to...

  • RE: Optimize insertion of multiple rows

    Thanks for the responses.

    DTS would not work for this. The data will come in in different formats and there is some data manipulation involved. There is a base class...

  • RE: Flat files - any advantages?

    Jeff,

    I am not sure how much information about the application I can reveal in a post, so I cannot be specific. 

    I think that the major problem that we have...

  • RE: Flat files - any advantages?

    Jeff,

    The queries are long, not because they are complex, but because they operate on huge amounts of data. 

    We also use tables that are pre-prepared from all the data for...

  • RE: Flat files - any advantages?

    Jambu,

    What exactly is a control file?  Is it just a file with the value ranges that can be used in a query to pull out rows with values that are...

  • RE: Flat files - any advantages?

    Yes, it is a form of data inconsistency.  But how would normalization help check that a float field contains values between 10.5 and 20.5?

  • RE: Flat files - any advantages?

    Our database is used primarily for querying.  There is no updating within the application that access the database.  We get the data from varied sources.  Unfortunately, there is no control...

  • RE: Converting a varchar to datetime

    Thanks All...

    But isn't the explicit cast more efficient than the implicit cast? I'm not sure how SQLServer does it, but somehow it must find out the datatype that is being...

  • RE: Converting a varchar to datetime

    Remi,

    Thank you.  Worked perfectly.

    David

     

  • RE: Front end

    I am not a DBA nor an Access developer.  The last few years I have been developing in the .NET environment.  However, I have worked with Access from time to...

  • RE: Very basic question - Insert or Update?

    Just when I thought that it was all settled... 

    This is not a heavily transactional environment and the only person likely to update or insert a record is the person...

  • RE: Very basic question - Insert or Update?

    Thanks Everyone,

    Frank, this is an Internet application where the insert/update happens one record a time, so I cannot truncate the table.  

    Looks like if exists() gets the nod.  It does seem cleaner...

Viewing 15 posts - 1 through 15 (of 18 total)