Forum Replies Created

Viewing 15 posts - 43,276 through 43,290 (of 49,552 total)

  • RE: Data is getting deleted

    Karl Klingler (11/7/2008)


    Hi,

    just so i know - do you guys think it possible that an open transaction getting rolled back on the table might be a reason for this kind...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Reporting Bugs In Business Intelligence Development Studio

    Build 1399 is RTM, meaning it's never been patched at all. The latest will be SP2 CU 10. Get SP2 and apply it to the machine where the client tools...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Backup Strategy Plan....

    Depends. Was record a deleted before Diff2 was taken, or afterwards?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL 2005 DATABASE MIRRORING

    Logins can be created on the mirror, because logins go into the master database. Make sure that you script the login from the principal with the SID. That will ensure...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: cannot restart sl server, temp db is not created

    Does the path F:\MSSQL.1\MSSQL\LOG\ exist?

    If so, what files are in there?

    Are there any other errror relating to tempDB or Model in the error log?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: "Locking" issues

    Can you ask the users what exactly they mean by 'locking'?

    dbcc traceon(1204, 1222, 3605, -1)

    3605 isn't required for deadlock graphs. Personally I find 1204 to be unnecessary if 1222 is...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: cannot restart sl server, temp db is not created

    Did you do anything to the tempdb files? Did you copy then anywhere, rename anything or anything like that. Basically, what did you do to the server between the time...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Divide by zero error encountered

    You're dividing by t.SoldYR1 in the code that works and t.SoldYR2 in the code that doesn't. Are there any rows where t.SoldYR2 is 0?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Automate Reindexing

    These two should give you a good place to start. You may have to tweak an existing script if you can't find one that does exactly what you want.

    http://www.sqlservercentral.com/scripts/Index+Management/63649/

    http://www.sqlservercentral.com/scripts/SQL+Server+2005/61278/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: transaction logs

    clive (11/6/2008)


    2.

    If you truncate a log file which is usually around 2GB, but is now 7GB due to bulk inserts, truncating it is recommended (unless you have plenty disk space...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Defragmentation in 2005 vs 2000

    TRACEY (11/6/2008)


    Thanks gila - i do some monitoring. I turned in on now and keep eye on the query being executed to ensure they are using the indexes and...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Reporting Bugs In Business Intelligence Development Studio

    Post it on Connect. Make sure you've applied the latest service pack and CU before you do so, so that you know that it hasn't already been fixed.

    http://connect.microsoft.com

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Data is getting deleted

    Dinendra Nath Dolai (11/5/2008)


    The problem we are facing now is whatever new records we saved to a Particular table , it getting saved for 1/2 days then getting deleted out...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Automate Reindexing

    Check the scripts library here, there are lots and lots of variations floating around

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Is there no Dev edition for 2008??

    Matt Miller (11/6/2008)


    Is there not going to be a Dev edition for 2008?

    It exists. I'm running 2 installations of it. Though I got mine from MSDN and I don't...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 43,276 through 43,290 (of 49,552 total)