Forum Replies Created

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

  • RE: Database Stuck Recovering

    Jason Shadonix (7/23/2008)


    Interesting. I get the following message when I run that:

    Msg 3101, Level 16, State 1, Line 2

    Exclusive access could not be obtained because the database is in...

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

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

  • RE: Database Stuck Recovering

    sorry my bad!!

    restore database DBNAME with recovery

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

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

  • RE: Add/Remove Programs - SQL Server 2005 option disappeared

    re run the SQL installer it should pick up any instances already on the pc, then run repair

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

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

  • 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" 😉

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