Forum Replies Created

Viewing 15 posts - 8,371 through 8,385 (of 9,244 total)

  • RE: help needed after restoring d database user without login

    or just use the stored procedure

    sp_chane_users_login

    to resync the server login and database user

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

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

  • RE: Designing Transaction Log files - SQL Server or Any server in general

    i assume you mean what are the ideal sizes for the log files?

    the answer is how much activity is created against the database?

    start off with 10% of database filesize...

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

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

  • RE: Setup of DataBase Mirroring

    check BOL for full info on how to set this up

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

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

  • RE: Enable_AWE(For more memory)

    muthuuu (2/24/2009)


    I got following message in sql-error log

    Configuration option 'max server memory (MB)' changed from 2147483647 to 8192.

    Run the RECONFIGURE statement to install.

    SQL Server has encountered 1 occurrence(s) of...

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

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

  • RE: Howto: Backup from remote server and store file on local drive?

    i would say if you dont have access to it there is possibly a very good reason

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

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

  • RE: Restore a db using command-line?

    do you need to restore the db over the original or restore as another name?

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

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

  • RE: Rebuilding indexes

    try a google search and you'll find loads like these

    http://www.mssqltips.com/tip.asp?tip=1367

    bear in mind if using any scripts that specify rebuild with ONLINE=ON this will only be used if using SQL server...

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

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

  • RE: 64-bit Memory Configuration Question

    hawg (2/23/2009)


    how I can get it to use more?

    increase the load on the server. I would set the min and max memory to be the values you want sql server...

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

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

  • RE: Enable_AWE(For more memory)

    firstly how much RAM does the server have and how many sql instances?

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

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

  • RE: The transaction log for database is full

    the index rebuild is bugging out before finishing because it cant complete the task i would think.

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

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

  • RE: The transaction log for database is full

    hmm, not what i expected to see. When i carry out index maintenance i always set the recovery to bulk logged and then switch back to full afterwards. Alter and...

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

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

  • RE: The transaction log for database is full

    what does

    exec sp_spaceused 'transactions'

    produce

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

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

  • RE: Rebuilding indexes

    Mani (2/23/2009)


    Hi,

    Iam using the below script to rebuild/reorganize the indexes in sql server 2005. Iam running this script manually every week by going into each database. But I want create...

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

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

  • RE: Upgrade sql 2000 Default instance using side-by-side upgrade method

    so your sql2000 instance is currently clustered is it?

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

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

  • RE: Moving DTS packages from sql server 2000 to sql 2005

    you could import as legacy but if moving to sql2005 why not re write the package in SSIS

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

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

Viewing 15 posts - 8,371 through 8,385 (of 9,244 total)