Forum Replies Created

Viewing 15 posts - 8,206 through 8,220 (of 9,244 total)

  • RE: Log filled due to Index rebuild but never happened before;

    Perry Whittle (6/9/2009)


    Extra indexes may have been created, more data now than you had previously??

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

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

  • RE: Log filled due to Index rebuild but never happened before;

    even so it probably shouldnt be necessary on a daily basis.

    although its never failed previously remember the database will change. Extra indexes may have been created, more data now than...

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

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

  • RE: Sql 2000 to sql 2005 uppgrade different editions

    if you have the extra disk resources i personally would prefer a clean install to the cluster

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

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

  • RE: Is it possible to move Master database?

    you upgrade you dont perform upgradation there is no such term.

    if you did not upgrade the original sql2000 instance the only option you have now is to script the objects...

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

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

  • RE: Log filled due to Index rebuild but never happened before;

    is it absolutely necessary to rebuild indexes nightly, normally once a week should suffice

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

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

  • RE: sqlserver 2005 installation

    visual studio 2003 and visual studio 2005 should be able to live on the same machine

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

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

  • RE: Transaction log backup fills the disk space

    start by setting the recovery model to simple for this database

    and then take a full database backup. This will truncate the log file

    Shrink the file to the desired size, if...

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

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

  • RE: Virtual SQL Server Cluster Group Selection - Data Files

    if you really need to move logs for the master,model and msdb then use the

    alter database modify file command

    Tempdb may also be moved but make sure not to touch...

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

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

  • RE: On which Port SQL Server is Listening to?

    look in sql config manager. Find the instance and on the protocols click TCP. Right click and select preoperties then scroll all the way down. Dynamically assigned port will be...

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

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

  • RE: Any way to move DB files without taking db offline?

    GilaMonster (5/25/2009)


    you'll get errors saying that the files are not accessible.

    you'll also get this if you mistype the file and or path too.

    Tip: If you do get this message...

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

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

  • RE: Any way to move DB files without taking db offline?

    winston

    just to re iterate

    the MOVE is only used when restoring a backup. When moving a data file location via ALTER DATABASE use MODIFY FILE. You can issue the statement while...

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

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

  • RE: How can I transfer table?

    use a select script to generate an insert script for each row in the table and coupled with a create table script you have your table in portable format

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

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

  • RE: Setting up a SQL cluster under MS VS2005 R2 Part2

    SQL Noob (5/15/2009)


    is there any benefit to setting up a dev/qa cluster?

    as i said above, you can play to your hearts content without fear of retribution. Mojo pointed out the...

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

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

  • RE: Setting up a SQL cluster under MS VS2005 R2 Part1

    thank you for all the +ve comments, i just hope this is useful to you all somehow. Its great for testing and if you blow away the cluster you dont...

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

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

  • RE: Setting up a SQL cluster under MS VS2005 R2 Part2

    thanks for your reply. The document does specify you should only use for test\educational purposes and that options such as VMWare HA make this redundant. Its more for people who...

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

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

Viewing 15 posts - 8,206 through 8,220 (of 9,244 total)