Forum Replies Created

Viewing 15 posts - 9,091 through 9,105 (of 9,244 total)

  • RE: Moving System Databases from Standard to Enterprise

    yes very important make sure you keep a copy of the enterprise system databases incase you need to bring them back online otherwise you'll need the install cd to repair...

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

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

  • RE: Bug inside my Shrink DB script

    Jeffrey Williams (7/28/2008)


    I am going to side with both Gail and Perry here

    not to mention the tone with which the words echoed to whom i would class as a well...

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

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

  • RE: change server name

    gunna48 (7/28/2008)


    As far as I know you can only change the network name. Here is how...

    sp_dropserver '[YourOldDatabaseName]'--Present Server name goes here

    go

    sp_addserver '[YourNewDatabaseName]','local'--New Server name goes here ...

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

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

  • RE: Memory Configuration and /3GB /PAE Switches

    jim.powers (7/28/2008)


    If that switch is not already there, it does need to be added.

    on the very rare odd occasion and normally for older processor architecture. 99% of the time the...

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

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

  • RE: Memory

    george sibbald (7/28/2008)


    what Perry and Terry (great name for a double act)

    not a s good as Kevin and Perry,, yes mrs patterson 😀

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

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

  • RE: Memory

    are we talking 1 instance of sql server??

    what are min and max memory set to on instance properties?

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

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

  • RE: Do I risk corrupting the master database ?

    on SQL2005 queries that try to update the system catalogs will be rejected anyway 😉

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

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

  • RE: Memory Configuration and /3GB /PAE Switches

    Milton Gonsalves (7/25/2008)


    So only Enabling /PAE should also help.., right?

    if your using win 2003 enterprise it should address all the RAM straight off without editing the boot.ini

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

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

  • RE: Bug inside my Shrink DB script

    alimcitp (7/28/2008)


    Gilla Monster, I dont know why you are trying to change the subject of my post. Actually what I requested is that " IF SOME ONE CAN LOOK AND...

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

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

  • RE: Memory Configuration and /3GB /PAE Switches

    ensure you configure the "lock pages in memory" local security policy for the account SQL runs under. Generally its not recommended to use the /3GB switch for machines with 16GB...

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

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

  • RE: SQL 64-bit setup

    just found the MS kb article, it seems 32 bit SQL2005 std can lock pages its just the 64bit that is an issue

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

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

  • RE: SQL Server 2005 database and transaction log location

    to specify locations for user databases go into SSMS and right click the registered\connected SQL instance and select properties.

    Under database settings you specify the default folder for data files and...

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

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

  • RE: SQL 64-bit setup

    this is the MS description

    http://technet2.microsoft.com/windowsserver/en/library/e72dcdf6-fe17-49dd-a382-02baad31a1371033.mspx?mfr=true

    this explains it too

    http://technet.microsoft.com/en-us/library/ms190730.aspx

    basically without it set memory can be paged to disk which will cause huge problems for the running SQL instance. Its important to...

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

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

  • RE: how to do clustering on windows xp media center edition?

    clustering is a windows server feature and not windows xp. However, using Microsoft VirtualServer you can on a laptop that is powerful enough set up a virtual 2 node MSCS...

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

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

  • RE: Need help with an ERROR message

    using terminal services in application mode would ideal for remote users, the processing is all done on the terminal server which would be on the same LAN as the database....

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

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

Viewing 15 posts - 9,091 through 9,105 (of 9,244 total)