Forum Replies Created

Viewing 15 posts - 42,091 through 42,105 (of 49,571 total)

  • RE: SQL Not Using the Index, sometimes

    homebrew01 (12/30/2008)


    Thanks, but I don't quite get it yet. Sorry for the "newbie" questions, but why does select * affect the use of an index ?

    * means all...

  • RE: SQL Not Using the Index, sometimes

    homebrew01 (12/30/2008)


    Does SQL think that a table scan is better for the larger result set ?

    Yes. Because you're doing a select * , the index is...

  • RE: Sql 2005 to 2000 restore

    raj acharya (12/30/2008)


    in output it will return compatibilty level of database

    if it returns 90 than that means it compatible for 2005 and if it returns 80 than it will compatible...

  • RE: Sql 2005 to 2000 restore

    mathewspsimon (12/30/2008)


    I have a production db which is running on sql 2005 and I have a development/testing system which is in sql 2000.I want to restore the Live(sql 2005) data...

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/30/2008)


    It's just that I can do a lot better with the miniscule ETL tools available in T-SQL and SSIS was supposed to make ETL easier for...

  • RE: performance

    sunandas (12/30/2008)


    Around 30000000 records are there in the table.

    And you want to remove all of them?

    I cant use TRUNCATE as its index will also removed(though I can recreate it again).

    Truncate...

  • RE: Performance isssue

    Jeff Moden (12/30/2008)


    The only way it's going to get any faster is if someone sits down with the business rules, and rewrites it using some decent set based logic. ...

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/30/2008)


    Seems like the intent of Microsoft was to make things easier for folks that don't know how to do it in T-SQL...

    I don't agree with that. SSIS...

  • RE: Urgent: aproblem in Storeprocedure

    Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic627035-146-1.aspx

  • RE: Differential Backup Failures

    Jeffrey Williams (12/30/2008)


    The question I have is what else could cause a database to not have a current backup. Is this a bug that existed in an earlier version?

    That's...

  • RE: performance

    GilaMonster (12/29/2008)


    How many rows do you need to delete, how many rows are you keeping?

  • RE: Differential Backup Failures

    I found the bug that I was thinking about, but it's 2005 RTM, fixed by SP2

    http://support.microsoft.com/kb/921106

    If the diff succeeds on the sat, but fails on the sunday, I think you're...

  • RE: Differential Backup Failures

    biniyb (12/30/2008)


    It seems that you tested an error message pertaining to the log backup...i'm having an issue with the DIFF backup. Unless i completely misunderstood your explanation.

    The test was for...

  • RE: Differential Backup Failures

    Bini, I seem to recall there's a bug in one version of SQL regarding the diff backups. Perhaps a google search of support.microsoft.com would turn something up

    Jeffrey : I setup...

  • RE: performance

    How many rows do you need to delete, how many rows are you keeping?

Viewing 15 posts - 42,091 through 42,105 (of 49,571 total)