Forum Replies Created

Viewing 15 posts - 45,001 through 45,015 (of 49,571 total)

  • RE: The Training Value

    We get tax rebates. Not sure of the full details. I don't do the tax myself and the tax consultant I have knows what to claim and how.

  • RE: missing index DMVs

    There's the cause of the bad plan straight off. For the optimiser, doing a RID lookup of 45 rows in a table with more than 300000 is very cheap and...

  • RE: Fragmetation

    David Branscome (8/15/2008)


    Shrink file has the advantage of reducing the size of the database and reducing the amount of disk that has to be covered to query a table's data.

    And...

  • RE: The Training Value

    Interesting discussion.

    For the last 4 years I've worked for a company (or more accurately for a manager) that was more than generous about training. I was allowed to buy any...

  • RE: Wikipedia comment about denormalization

    SQL Noob (8/15/2008)


    in most cases where tables and indexes have to share the same disk you have to denormalize depending on your environment to get performance.

    I'm going to disagree...

  • RE: Whether to go for triggers or batch processing

    Please don't cross post. It just fragments replies and wastes people's time. Many of us read all the forums.

    No replies to this thread please. Direct replies to

    http://www.sqlservercentral.com/Forums/Topic553744-92-1.aspx

  • RE: 'APPEND' is not a recognized option

    Alter trigger ... with append was deprecated in SQL 2000 and removed in SQL 2005.

    What are you trying to do?

  • RE: linked server permissions

    KB (8/15/2008)


    What kind of permissions do a user need to have to connect to a linked server?

    Virtually none, which is, IMHO sometimes a problem.

    What's wrong is that you haven't set...

  • RE: Debugging capabilities of SQLServer Mgmnt Studio?

    GSquared (8/15/2008)


    Management Studio 2008 can't use it's debugging features on SQL 2005/2000.

    I just installed a trial copy of 2008 today. Tested both Intellisense and debugging on 2008 and then...

  • RE: missing index DMVs

    Those are the estimated execution plans you have.

    Is there any chance of you running the query in management studio with the "Include actual execution plan" option on?

    Dev could have different...

  • RE: SQL server 2000 doesn't use memory

    Task manager doesn't show AWE memory. I think there's a bit more to it as well.

    I personally don't trust it for SQL memory. Other stuff's ok.

  • RE: Truncating Log file of Replicated Database

    A few comments...

    Replicated databases do not require full recovery mode. That's true of log shipping and database mirroring. Replication works fine in any recovery mode.

    Don't shrink databases on a...

  • RE: missing index DMVs

    rbarryyoung (8/15/2008)


    Can you just give us the before and after *.SQLPlan files?

    Problem is those also have the query included inside them.

  • RE: Error when creating SQL Trigger

    Better but you're still assuming that there will only be one row in the inserted tables, example the following line

    SET @ProductID=(select ProductID from inserted)

    There could be any number of rows...

  • RE: Debugging capabilities of SQLServer Mgmnt Studio?

    MrBaseball34 (8/15/2008)


    Not exactly. We've had instances where we connect to a 2000 DB using 2005 Mgmt Studio and did a backup and the backup was 2005, NOT 2000. We couldn't...

Viewing 15 posts - 45,001 through 45,015 (of 49,571 total)