Forum Replies Created

Viewing 15 posts - 241 through 255 (of 536 total)

  • RE: Massive database growth

    Has the fill factor changed on your index and a rebuild index has been performed??

  • RE: Snapshot replication for large database

    As above the statement is just warning you about the size of the snapshots, if you snapshot a 20gb database then everytime you sync the data you are moving 20gb...

  • RE: Alerts in Sql 2005

    luckysql.kinda (8/12/2009)


    can't understand your question. Give some more info..

    -LK

    on reading the question your right. i assumed on first reading it was schema related changes, however this isnt specified by...

  • RE: Alerts in Sql 2005

    have a look in BOL about DDL triggers (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/edeced03-decd-44c3-8c74-2c02f801d3e7.htm)

    You will need to do a database scoped DDL trigger and in it use an if statement to check the object name/id...

  • RE: Log Shipping shows RESTORING

    Yes this is normal, part of the recovery process is to restore the latest log with recovery to bring the database online. As noted previously you can setup log...

  • RE: LogShipping - Manual or Automatic ?

    You would generally setup alerts to monitor the jobs and then act upon them when neccesary. Log shipping is not seen as a warm/hot solution, clustering (sql 2000 onwards)...

  • RE: LogShipping - Manual or Automatic ?

    its a manual process in which you will need to restore the latest tlog to the secondary with recovery then do something to repoint your applications/users to the new...

  • RE: How to do a reinstall of SQL Server 2005 Dev Edition after a nasty mistake.

    rlondon (7/31/2009)


    Jeff Moden (7/30/2009)


    Lynn Pettis (7/30/2009)


    Is there a more detailed error message in this file: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0014_JMODEN2_MSXML6_1.log?

    Yep.... it's quite long so I'll post the only line in...

  • RE: LATEST RECORD

    mwebster (7/31/2009)


    Doh, thanks for letting me know. Since this is in the SQL 2005 section, no help then.

    Sorry for the misinformation.

    sorry i wasnt pointing it out as misleading info,...

  • RE: LATEST RECORD

    mwebster (7/31/2009)


    The above suggestions are much preferred, but you should also be able to tell from the transaction logs, if you have backups you can access.

    Try this software from redgate...Redgate...

  • RE: LATEST RECORD

    sahoong (7/27/2009)


    The Gurus,

    Could someone tell me what code I can use to obtain the latest record that he just been added to a table. I administer a table where newly...

  • RE: What is the best way to log in to a remote client's server?

    There is a product called log me in rescue which is great and is relatively inexpensive. you will only need one license if you are on your own. ...

  • RE: Chaning SA Password

    Well you have 2 options

    1) Change the password - you wont need to restart anything but any already open connections will continue to work until they need to reconnect....

  • RE: fillfactor

    ps (7/29/2009)


    charipg (7/29/2009)


    what is fillfactor and what are the advantages and disadvantages?

    Refer this BOL link to know about fill factor.

    http://msdn.microsoft.com/en-us/library/ms177459.aspx

    A fill factor of 30 means 30% of space within...

  • RE: Size Limits?

    what is the job doing?? does it move any files anywhere possibly to a drive that may be full?? i dont think it will be a problem with the...

Viewing 15 posts - 241 through 255 (of 536 total)