Forum Replies Created

Viewing 15 posts - 31 through 45 (of 149 total)

  • RE: Suspended process in msdb database

    you have Database Mail configured?

    if yes,then might be automatic cleanup proccess going for DB Mail is going on

    run dbcc inputbuffer (spid)

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: script all indexes on a table

    http://www.sqlservercentral.com/Forums/Topic401784-562-3.aspx#bm1171799

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: how to shrink logfile ?

    @OP ,please do check Gail's post for managing log file

    http://www.sqlservercentral.com/articles/Administration/64582/

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: how to shrink logfile ?

    arunyadav007 (12/3/2012)


    USE MASTER

    GO

    DBCC FREESESSIONCACHE WITH NO_INFOMSGS

    GO

    DBCC FREESYSTEMCACHE 'ALL'

    GO

    and how does it will help to manage the log space ?

    you are just adding trouble to existing issues

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: sql server user database file create date

    to get file create date

    xp_cmdshell 'dir <your Datafile Path> /tc'

    or

    right click on data file at physical location and check create time

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Increasing the size of the container

    let the the Sql server do its work itself , if you are not worry about Space.

    Resizing (Shrinking) database ,can create performance problem.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: One sql sevrer 05 runs fine in UAt other runs slow ni Dev--Please suggest

    1)Are the hardware,memory configuration of the both the servers are same ?

    2)do you have same copy of databases on each server.

    may be more information needed

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Space issuefor Mdf files...

    what is the the output of the

    Use YourDb

    sp_helpfile

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: sql upgrade

    ramyours2003 (12/3/2012)


    i need to upgrade SQL 2005 to sql 2008 r2 where the db's are configured transactional replication .

    can any one send the step by step approach who...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: database is not connecting .

    ravi@sql (12/3/2012)


    no actually i closed sql server and opened am able to see other databases except which i wanted to connect.

    check your SQL server error logs

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: pages

    GilaMonster (11/30/2012)


    SQL Server 2008 Internals by Kalen Delaney

    Paul Randal's blog.

    Thanks Gail.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: pages

    thanks for clearing out 🙂

    any other good link/eBook related to architecture other than MSDN ?

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: pages

    anthony.green (11/30/2012)


    No as it has to be the row which overflows, not the page. The row is not overflowing as its 4100 bytes, for row overflow to occur the...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: pages

    anthony.green (11/30/2012)


    sanket kokane (11/30/2012)


    ScottPletcher (11/29/2012)


    Depends on how many bytes in table, and how long a row is.

    A SQL page is 8K, with 8060 total bytes available for data. Each...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: pages

    ScottPletcher (11/29/2012)


    Depends on how many bytes in table, and how long a row is.

    A SQL page is 8K, with 8060 total bytes available for data. Each row resides on...

    -----------------------------------------------------------------------------
    संकेत कोकणे

Viewing 15 posts - 31 through 45 (of 149 total)