Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 2,462 total)

  • RE: db size

    anthony.green (7/22/2011)


    have a look at a central management server,

    under registered servers --> database engine --> central management servers

    add in your central server, then register any child servers under the central...

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

  • RE: Server is not behaving well

    ALZDBA (7/21/2011)

    - are your cpu-cores dedicated or do all instances compete for all cores ?

    we dont have dedicated CPUs

    ALZDBA (7/21/2011)

    - what kind of io system / layout is in use...

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

  • RE: Server is not behaving well

    Sorry i forgot to tell the memory distribution

    instances :

    1st : 2 gb

    2nd : 2 gb ( mirrored from 1st)

    3rd : 2 gb

    4th : 2 gb...

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

  • RE: restarting an sql server

    no , before shutting down the sql server, check point will be raised that will flush dirty data and log pages from the buffer cache of the current database.So you...

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

  • RE: xp_delete_file not working and cannot open logs

    have you tried xp_cmdshell command, is it working ?

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

  • RE: sql profiler

    gsuvarnarekha (7/4/2011)


    Could any body tel me what are the steps to enable sql profiler and to check whether its enable or not.

    i think this is knowledge gathering question if...

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

  • RE: Database mirroring refresh 30 seconds

    Are you using any job to refresh the snapshot ? if yes then you can the schedule

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

  • RE: How to do this Backup requirement? Thanks.

    halifaxdal (7/5/2011)


    I want to then remove the oldest version when making newer backup, so the bak is always 4 version size and always keeps a month history.

    this statement is...

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

  • RE: Indexes:Few querries

    koustav_1982 (7/4/2011)


    1.The index at the end , in the last few pages of a Dictionary serves as the nonclustered index.

    Yes , its called biblography(indexing)

    koustav_1982 (7/4/2011)


    2.The clustered index is the...

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

  • RE: SSPI handshake failed

    Syed Jahanzaib Bin hassan (6/30/2011)


    Are you using Named Instance ?

    Yes

    Syed Jahanzaib Bin hassan (6/30/2011)


    All Protocols are enabled for the instance and the client as well as in the SQL server...

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

  • RE: DELETING MILLIONS OF RECORDS FROM DATBASE

    A lot of area ,which can be get affected like CPU, IO usage, Log size , there might be blocking.

    my take would be to do the deletion in batches...

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

  • RE: Not able to take one db backup on network location where as other db backup taking place of the same server and on the same network location

    "\etworklocation\"

    Check above location is accessible locally from where the backup has been taken ? OR is there any recent change in permissions?

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

  • RE: Restrict user from updating n rows at a time

    Additionally, we can have a stored proc with parameters ( where clause conditions) and handle the other restriction like "no of rows need to be updated" or we can handle...

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

  • RE: Database ID 6, Page (1:1324) is marked RestorePending

    i ran the above query against all system db nit no luck

    and

    below is the figures of tempdb in (MB)

    USED (%)26.90 (7.68 %)

    FREE (%)323.55 (92.32...

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

  • RE: Database ID 6, Page (1:1324) is marked RestorePending

    i am using sql 2005 sp3 and database is in simple recovery model

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

Viewing 15 posts - 1,051 through 1,065 (of 2,462 total)