Forum Replies Created

Viewing 15 posts - 8,476 through 8,490 (of 9,241 total)

  • RE: Best Practices for the System Databases

    its in BOL but here goes

    open sql configuration manager and modify the startup parameters for that sql instance. The paramaters will look something like this

    -dC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eC:\Program Files\Microsoft SQL...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Best Practices for the System Databases

    up to you entirely really, tempdb is the one you should ideally relocate. Bear in mind if you do move master, where ever you put master.mdf the mssqlsystemresource.mdf and ldf...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Backup database on a host provider

    dude i dont know what you're smoking but i'd sure like some LOL

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Rebuilding System databases in clustered instance of SQL Server 2005

    dude madhu

    BOL makes some assumptions here. Generally rebuild is used for corrupt installations of sql server and the restore of the system databases is standard routine, even then you may...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What role other than db_owneer will allow users to run stored procedures?

    the following can be used to generate the scripts to grant execute on all SP's in a database if required

    select 'grant execute on ' + s.name + '.' + o.name...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Rebuilding System databases in clustered instance of SQL Server 2005

    am i right in thinking you have rebuilt the system databases to a different collation but then trying to restore the original databases with the original collation?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Do we need to choose the Latin1_General_CI_AS_KS_WS collation setting while installation of SQL Server 2005

    madhu

    what is the geographical location of your sql server?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Unable to cinnect reporting services

    feel the force Luke LOL

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Replicate Passive Node in Active/Passive cluster

    as Gail pointed out remember that to make the passive node active would require a new set of disk resources for the 2nd active instance. Is it worth the trouble,...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL server 2005 clustering on VMware virtual server

    Bear in mind that you will only be able to implement a 2 node cluster due to the limitations of virtual SCSI adapters. Clustering requires windows 2003 Enterprise OS. For...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Alter Database -- Offline a database

    Jason try

    select name, state, state_desc from sys.databases where state = 6

    will show offline databases. Or check for

    where state_desc = 'OFFLINE'

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Registering servers in MS SSQL 2005

    did you try opening computer management console from your machine to remote server and viewing the services? My guess is this will fail. What permissions does your windows account have...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Is there a Bug with the Replace() Function in SQL Server 2005

    Jeff Moden (1/14/2009)


    you floor a 4 week drive on black ice on a curve, all wheels loose traction at the same time.

    that's neat. On the flip side, due to...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2005 and GIS server

    yes, post installation just creates the windows service and licences it before creating the objects, but under 9.2 the SDE is part of the application server suite, even under 9.1...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2005 and GIS server

    sblock (1/27/2009)


    ArcSDE is installed on the same server as the Sql Server.

    in an ideal world no. In v9.2 SDE is part of the ArcGIS server suite and the SDE libraries...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,476 through 8,490 (of 9,241 total)