Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 2,462 total)

  • RE: How to find the reason of the ldf growth?

    sqlstart wannabe (11/3/2010)


    Hi All, During weekend due to some reason the log file has grown to 100+ GB whereas usually it consumes 40+ GB. I want to find what was...

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

  • RE: Query Tweak

    thanks Wayne, it worked for me

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

  • RE: Duplicate Index Performance

    @gail, Here i didnt mean "inlcude column" i meant to say , if i have clustered index on one column "Empid" . then how it would consider other non-participated columns.?

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

  • RE: Which is faster?

    I would go with Second option.

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

  • RE: Duplicate Index Performance

    GilaMonster (10/27/2010)


    Point is that the cluster is the largest index on the table (because it includes all columns).

    Always ? What if i include only one column like empid in...

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

  • RE: Create Job and Schedule in MS SQL server 2005

    Its been a long while nobody has responded here because you are asking for homework.

    Google the terms you are asking and test/implement on your local system

    and then if you face...

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

  • RE: One interviewer asked me this following question

    Removed

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

  • RE: One interviewer asked me this following question

    Any DML operation held in the night which disturbed the indexes/statistics.this could be one cause

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

  • RE: Comparing Performance from Production in test.

    Duran (10/27/2010)


    Hello,

    I am trying to decide what the best course of action would be in regards to testing the performance of SQL in a multi instance cluster in test in...

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

  • RE: Trigger - ntext column value

    ruchir 71291 (10/25/2010)


    I would like to know the difference between ntext and vvarchar(max).

    See this http://geekswithblogs.net/johnsPerfBlog/archive/2008/04/16/ntext-vs-nvarcharmax-in-sql-2005.aspx

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

  • RE: database backup problem

    Steve Jones - SSC Editor (10/25/2010)


    make sure you have it on another server. Because your server will choose to fail right between the deletion and the next backup at some...

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

  • RE: Tempdb in sql server 2005

    subha.mcts2005 (10/21/2010)


    what is maximum size of temp db?

    Seems like interview question ?:-D

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

  • RE: Backup Strategy for System Databases?

    We should also take Tape drive/Disk space under consideration where we are keeping backup file.

    Like, what frequency of the backup should be ? daily/weekly etc ?

    and for...

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

  • RE: Log file grows very big after running a job

    SKYBVI (10/26/2010)


    Before doing any shrinking on prod server, if I backup the database, then is this fool proof?

    This will not help you in space reclaim and Shrinking will not...

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

  • RE: db space/disk space

    sqlserver12345 (10/25/2010)


    I need a t-sql (specifically a select statement) which can retrieve disk space(total/used/remaining..all drives)database space (total/used/remaining)

    Thanks

    See how much below SP helps you.

    Text

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    CREATE PROCEDURE dbo.sp_SDS

    @TargetDatabase sysname...

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

Viewing 15 posts - 1,201 through 1,215 (of 2,462 total)