Forum Replies Created

Viewing 15 posts - 16 through 30 (of 34 total)

  • RE: Big Performance Problem with Merge Statement

    I've seen that happen (inserting multi-millions of rows into an empty table taking hours) when using a clustered index on the target and the records are inserted in an order...

    J Pratt

  • RE: Big Performance Problem with Merge Statement

    I totally agree with The Dixie Flatline. Indexes, indexes, indexes. The one caveat I have found working on ETL processes is that having indexes on the tables being...

    J Pratt

  • RE: Merge error handling

    This is a great post and a great demo of recursion capabilities in T-SQL/SPs. My current issue is the duplicate key/ID in the source data. What I am...

    J Pratt

  • RE: Quick Question (Changing SSRS URL)

    The easiest way to change the URL that users access the Report Manager with is to set up a DNS entry with the desired name pointing to the full address....

    J Pratt

  • RE: SSIS and dealing with embedded double quotes

    <retracted>

    J Pratt

  • RE: Generate Insert Statements Easily

    I believe the problem with the original statement was how SQL Server handles single. vs. double quotes. In your code, SQL Server was getting confused between the single quote...

    J Pratt

  • RE: Storing IPv4 Addresses for Performance

    I'm with HansVE and the others on the TinyInt split of the address. You can index those columns on any table that includes them and then join each of...

    J Pratt

  • RE: Anatomy of an Incremental Load

    A very interesting article, which I have bookmarked for future reference. I, too, find SSIS difficult to learn coming from a VB/.NET/T-SQL background. I ended up building an...

    J Pratt

  • RE: Execute SQL job through batch file

    Whatever others say, I think this is great. I have always needed the ability to execute a SQL Agent job from a web page in an on-demand fashion, and...

    J Pratt

  • RE: Writing Dynamic Stored Procedure

    This is a great, albeit rather standard, technique for conditional WHERE clauses. Performance has never been an issue for me as long as the evaluated condition is efficient (i.e....

    J Pratt

  • RE: Calculating Age

    Richard Briggs (3/13/2009)


    Hey Comrades

    how about creating a Peristed Calulated column in your 'person' table.

    The column would call one of the function solutions you have discussed.

    This makes is easier...

    J Pratt

  • RE: Calculating Age

    This was perfect timing, Lynn, since I need to produce an Age column in a view for patients in our medical facility. Since I only need to know the...

    J Pratt

  • RE: Centralising Reporting Services Stylesheets

    For Irina: The error is coming from the report itself. It cannot find the DLL. Make sure you add the reference in your *report* project to the...

    J Pratt

  • RE: Build Great Looking Excel Spreadsheets

    I have been getting column names with the data when copying the grid to Excel all along. I just click the blank square in the upper left corner of...

    J Pratt

  • RE: Project Management Management

    I agree with the last sentence in the editorial that project managers need to coordinate issues and then get out of the way. PM is a full time job...

    J Pratt

Viewing 15 posts - 16 through 30 (of 34 total)