Forum Replies Created

Viewing 15 posts - 9,106 through 9,120 (of 9,241 total)

  • RE: Database Stuck Recovering

    when the database is in the restoring state try the following command and see if the database comes back online

    alter database mydata with recovery

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

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

  • RE: Moving mdf and ldf files to other disk, how SQL server 2005 will know?

    no need to shutdown sql instance,

    just set the database offline. Once this is done you can then move the disk file.

    After you copied the file to its new...

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

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

  • RE: Max DB's per instance

    Max Databases per instance of SQL Server = 32,767

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

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

  • RE: Backup Maintenance Plan Error

    what are the preceding errors?

    open up the plan and double check it

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

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

  • RE: SQL 64-bit setup

    you do need to assign the user account sql runs as to the local policy "lock pages in memory"

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

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

  • RE: SQL 64-bit setup

    how much RAM does the server have?

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

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

  • RE: what disk type should i use

    did you format using the 64k switch?

    was it successful?

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

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

  • RE: Removing a sqlexpress instance

    your welcome m8tey

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

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

  • RE: Service shut dowm while P2V

    what version ESX server are you using out of interest?

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

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

  • RE: I/O timeouts writing to a transaction log - Please Help!

    how many disks are in the array that the file sits on?

    also what is the set up of sql server, where are the data and log files stored?

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

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

  • RE: Access front end, SQL 2005 backend database, ODBC connection problems

    in linked table manager when the login box appears use trusted connection

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

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

  • RE: Script complete DB - 2005

    can you not just take a backup

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

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

  • RE: Creating a new SQL2005 Expr. user account from a program

    use

    CREATE LOGIN prova WITH PASSWORD = 'prova123prova'

    my guess is the password is not being recognised

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

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

  • RE: Access front end, SQL 2005 backend database, ODBC connection problems

    you could use a trusted connection or a file DSN

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

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

  • RE: Service shut dowm while P2V

    we have a few SQL VM's in our enterprise, personally unless there was a drastic need i would prefer to do a fresh build of the SQL server and migrate...

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

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

Viewing 15 posts - 9,106 through 9,120 (of 9,241 total)