Forum Replies Created

Viewing 15 posts - 226 through 240 (of 2,462 total)

  • RE: Rapid Growth Of Data and Purging Issues

    chandan_jha18 (9/23/2013)


    Purging data in batches can be considered but considering that the website is a 24*7 environment, there will be locking issues at times plus high CPU and log...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Execution Plans Question

    Brandie Tarvin (9/24/2013)


    That's an interesting link. I'm going to have to think about how it could work given that my query doesn't use the column in the WHERE clause.

    Beside this...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Execution Plans Question

    Brandie Tarvin (9/24/2013)


    But it doesn't explain why the second update (which does much the same thing on different columns) is able to use its index. It does an Index Scan...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Application stopped during Rebuild Index?

    ananda.murugesan (9/24/2013)


    I got call from user side for they are not able to do DML operation

    Often These maintenance tasks run at Off-Peak hours.(during nights). so avoid these kinds of...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Doubts with Log Shipping

    Yes .

    From above pasted link

    --Query to check the job history error messages if any

    SELECT *

    FROM [msdb].[dbo].[sysjobhistory]

    WHERE [message] like '%Operating system error%'

    --Query to check the Log Shipping errors

    SELECT *

    FROM...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Application stopped during Rebuild Index?

    ananda.murugesan (9/24/2013)


    During running job at that time application not able to connect the database.

    What was the issue here ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Doubts with Log Shipping

    This will help http://www.mssqltips.com/sqlservertip/2553/different-ways-to-monitor-log-shipping-for-sql-server-databases/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Application stopped during Rebuild Index?

    Are you saying that every database having connection issue or any specific ?

    Check the statuses of all databases

    select state_desc, * from sys.databases

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Deletes takes a long time, but CPU, Disk and RAM untroubled...why ?

    greg.bull (9/24/2013)


    Why does this delete operation take minutes ? Why wouldn't SQL use more resources to get the job done faster ?

    Can you post exec plan along with...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: max server memory configuration

    Zeal-DBA (7/24/2013)


    please let me know how to identify or calulate this parameter value for each instance.

    HOw much memory currently being consumed by each instance ? that can give you rough...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: litespeed backup consumes high cpu

    Perry Whittle (9/19/2013)


    Using the @affinity and @throttle parameters you are able to specify which processors the backup uses and the max CPU %

    Can we take help of Resource...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Set up jobs on SQL Server 2012 Servers in AlwaysOn configuration

    You have kept your question at WRONG tab ..Sql Server 2005 . you soould have been used the "Sql 2012" tabs to get the hits.:-)

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to go and troubleshoot Internal memory pressure

    https://www.google.co.in/?gws_rd=cr&ei=5U9BUvDsEMKHrgf_9oFo#q=sql+server+2008+memory+troubleshooting

    Hit the first link .

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Tuning Advisor

    Why did you use tuning advisor ... did you experience any perfoemance issue with your code/query ?

    Post that Query along with table defintion and execution plan

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: ScanCount Difference

    GilaMonster (9/20/2013)


    Ignore the scan count. It's not the number of times the table has been scanned. It's not consistent.

    thanks for reply.

    But is this difference because of IN and...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 226 through 240 (of 2,462 total)