Forum Replies Created

Viewing 15 posts - 3,691 through 3,705 (of 6,486 total)

  • RE: Outer join not yeilding correct results

    I don't think it can be treated as a full outer join because your WHERE clause doesn't allow for TOTALPROM to be null. the optimizer would then "override" your...

  • RE: Aggregating records representing ranges

    Michael (4/10/2008)


    FYI...

    The total time for my process now has gone from ~ 4:30 to ~ 1:00!

    Now that's performance!

    Glad it helped!

  • RE: Aggregating records representing ranges

    Michael (4/10/2008)


    One more question if you don't mind... What is the purpose of the WITH (tablock, INDEX(pk_tempfiles)) statement? I know that it's a table hint but I don't...

  • RE: Interview guidelines

    GilaMonster (4/10/2008)


    At my current place we start with the technical interview. Since we're curently looking for people to do performance tuning and monitoring, I'll usually start with a very simple...

  • RE: Aggregating records representing ranges

    A few specifics:

    - The group numbers reset when you go from one filename to another. so every filename should have a groupnum 1. That's just to make sure...

  • RE: Upgrading SQL Server 2005

    I remembered reading that as well... Of course - it is worded as "strongly recommended that you uninstall and reinstall", so I suppose you upgrade directly.

    Not having any direct...

  • RE: List all Stored Procedures and Views

    jezemine (4/9/2008)


    if you care about ANSI compliance, better to use INFORMATION_SCHEMA views. but who cares about that... 🙂

    absolutely true - if you want just the public views and...

  • RE: Aggregating records representing ranges

    you went and changed the specs on me! Sorry to say - by having to do range checks - it gets a little uglier. You unfortunately lose a...

  • RE: Confused over SERVER terms?

    John (4/9/2008)


    Gents -- Thank you for your 3-replies -- I learned a lot from your answers. I understand the server-concepts and I am much clearer on things -- and...

  • RE: Best Editor To use

    If you want to go freeware/shareware, you might consider taking a look at Crimson Editor. It has a customizable markup language (so it knows what to highlight, keywords, etc...)....

  • RE: Confused over SERVER terms?

    As to what you should do now:

    - put the johnxxx.mdf files back where you found them.

    - start SQL Server Management Studio, and connect to your instance (machinename\SQLEXPRESS)

    -...

  • RE: Confused over SERVER terms?

    wow...lots to work with.

    Let's see if we can start with a few:

    SQL Server is just the name of a product family. In the 2005 version of those products, the...

  • RE: Connectivity to SQL Server, Oracle & MySQL

    Raghu (4/9/2008)


    Hi Mahesh, Bob,

    First, I appreciate replying to this post. The reason for different databases are:

    1. This is a product which an organization who decide to use will select a...

  • RE: Errors running package after Migrating it from a DTS package.Import CSV file.

    Keith - A few options to look at:

    - start by looking at the advanced properties of your source file definition. You will see definitions/assumptions as to how long...

  • RE: Adding a Custom Report to Management Studio

    Can't say I've tried that yet, however - as far as I know - updating the client is no different than upgrading the entire server. download SP2 from Microsoft's...

Viewing 15 posts - 3,691 through 3,705 (of 6,486 total)