Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,366 total)

  • RE: CPU Utilization more than 95% for more than 3 hours

    Thanks Gail for the reply.

    We don't have any Extended events or trace running. Was check the sysprocesses only.

    Please advise what to check on this.

  • RE: Can we Connect the other server editions by Express edition?

    You can connect but wont able to see\use the features of other editions..

  • RE: DBCC OPENTRAN

    Thanks cunningham.

    The processes was basically from application server.

  • RE: TEMPDB FULL

    Alexander Suprun (9/24/2014)


    Ratheesh.K.Nair (9/23/2014)


    Can any experts here help me find why the database files showed no free space when the transaction waas active?

    You should have asked that question when your...

  • RE: Removing DB file

    I am trying to run the below script

    dbcc shrinkfile ('tempdata',emptyfile)

    go

    ALTER DATABASE [tempdb] REMOVE FILE [tempdata]

    GO

  • RE: TEMPDB FULL

    we killed oldest active transaction and suddenly all data files got 99% free space and we were able to release more than 120GB.

    Can any experts here help me find why...

  • RE: Availalbility Group Error

    Perry Whittle (9/22/2014)


    Ratheesh.K.Nair (9/22/2014)


    Hi Experts,

    We are getting below error in our secondary replica.

    The mirror database, "Financials", has insufficient transaction log data to preserve the log backup chain of the principal...

  • RE: Availalbility Group Error

    jacksonandrew321 (9/22/2014)


    As for some extent I know, u need to take full backup and a log backup as well on principal instance. Copy full and log backup from principal to...

  • RE: Clear Procedure Cache

    Grant Fritchey (9/12/2014)


    You can also use DBCC FREEPROCCACHE and pass it the plan handle of the plan you want removed from cache.

    NOTE: If you don't pass it a plan...

  • RE: Clear Procedure Cache

    GilaMonster (9/12/2014)


    Tell them that neither are required to test performance of their procedures.

    Thanks Gail..

    Can you help me on the other ways to test the performance?

  • RE: Clear Procedure Cache

    Thanks a lot Gail.

    Developers want to test performance of a particular procedure and requested to run DBCC DROPCLEANBUFFERS & DBCC FLUSHPROCINDB,is it neccessary to ran these. SP_RECOMPILE is enough to...

  • RE: Database in recovery due to insuffcient space

    Gail ,

    Can you please guide me on how to find the root cause of log growth?

  • RE: Database in recovery due to insuffcient space

    Thanks Gail,

    After almost 16 hours DB is up.

    Able to shrink the log files and Now the drive is having 614GB free space.

  • RE: Database in recovery due to insuffcient space

    Thanks a lot Gail..You are awesome..

    Below error are logged in error log before starting recovery.

    Database ABC has more than 1000 virtual log files which is excessive. Too many virtual log...

  • RE: Database in recovery due to insuffcient space

    GilaMonster (9/11/2014)


    Clear up some space on D (move other DB's logs or allocate more space) and wait.

    What error messages are there in the error log? A full log should not...

Viewing 15 posts - 466 through 480 (of 1,366 total)