Forum Replies Created

Viewing 15 posts - 4,591 through 4,605 (of 4,745 total)

  • RE: SQL Server 2000 Installation Help

    see article

    http://msdn2.microsoft.com/en-us/library/aa176564.aspx

    which explains service account options. Also lists a few reasons why you might require the account to have admin rights

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

  • RE: SQL Server 2000 Installation Help

    Elabuwa,

    up to a point it does not matter as you can always change it later after the install (though a bounce of SQL will be required)

    If SQL does not need...

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

  • RE: Unable to start SQL Server. Please help

    try net start mssqlserver -m instead

    may need to use /m rather than -m

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

  • RE: Rant: sa account

    kash_marsh (1/11/2008)[hr

    Thanks and will await your response on the default sa settings.

    I wish they would at least make a backup of our live data before they begin...

    sorry to butt in.........default...

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

  • RE: more 2005 maint plan problems

    Yelena, I wish, but no. The maintenance plan migrate option has taken 'all system dbs' to include tempdb and no way in in the gui to remove it.

    creating a NEW...

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

  • RE: Log Shipping

    should be able to salvage current set up.

    disable the log shipping jobs

    delete (or move to another directory) any tran log backups in source and destination folders (leave redo file)

    backup primary...

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

  • RE: Known Issues (SQL Server 2005 with SP2)

    there were lots of problems with maintenance plans following SP2.

    see http://blogs.msdn.com/psssql/archive/2007/04/06/post-sql-server-2005-service-pack-2-sp2-fixes-explained.aspx

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

  • RE: SQL clusters over a WAN Link

    On training courses and in HA seminars I have always seen the figure of 100 miles quoted as a max for nodes in a MS cluster. The limitation would be...

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

  • RE: Rant: sa account

    What ALZDBA said - here! here!

    Some software vendors are lazy and write app to use sa as then they don't have to worry about permissions, if you have a relationship...

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

  • RE: Installing Named Instance in SQL Server 2005

    I don't see why moving a user database would prevent an instance starting so thats probably a red herring, check out the errorlogs to see why instance not starting

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

  • RE: Replication Queue Agent

    should there not have not been another option in the answers - a sql server table in the subscription databases if local sql servr queue used?

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

  • RE: database owner best practices

    Jim Russell (1/3/2008)


    What is recommended in the case where multiple independent dbs owned by unrelated individuals/groups/organizations are sharing the same server, and providing local DBA functions themselves, and wish their...

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

  • RE: database owner best practices

    Jeff, if people are actually going to listen to me 🙂 I better clarify my point....

    an object created by a sysadmin will always be owned by dbo even when...

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

  • RE: Can dbcc be run from the cmd prompt?

    or use one of the SQL gui tools (Query analyser, enterprise manager. sql server management studio, maintenance plans). exact too, depends on version of SQL u r using.

    Again see BOL

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

  • RE: Connection failed, check sql server registration properties

    right click on server registration and choose 'edit sql server registration properties'. check connection properties are correct.

    I note you have placed this post on 2005 forum but enterprise manager is...

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

Viewing 15 posts - 4,591 through 4,605 (of 4,745 total)