Forum Replies Created

Viewing 15 posts - 4,216 through 4,230 (of 9,244 total)

  • RE: Multiple Data and Log Files

    It will be unaffected providing the log doesn't then run out of space afterwards.

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

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

  • RE: When to update statistics manually, if at all?

    i use a combination of the date last updated and the amount of data modified

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

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

  • RE: Multiple Data and Log Files

    you will never be able to remove the primary data and log files they must always remain.

    To remove an unwanted log file use DBCC LOGINFO against the database in question...

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

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

  • RE: sql server how to split a mirrored db on to multiple devices

    In that case the create file operations on the principal will put the mirror session into suspended mode. Check this link for details of how to fix this scenario.

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

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

  • RE: Moving MSDB database

    As a default, only administrators will have ACLs to read and write files to the root of a drive. Create a folder and give the database engine sufficient permission, then...

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

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

  • RE: Error while moving model database

    winmansoft (4/8/2013)


    I have moved the model database by using following method

    1. For each file to be moved, run the following statement.

    ALTER DATABASE model

    MODIFY FILE ( NAME = modeldev ,...

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

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

  • RE: sql server how to split a mirrored db on to multiple devices

    First question is

    Do the database file paths match on both servers?

    So, for instance if the database files on the Principal are located in

    D:\MSSQL_10.50.Prod\MSSQL\Data

    Does this path exist on the mirror or...

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

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

  • RE: multiple instance sql cluster with different windows configuration

    muthyala_51 (4/4/2013)


    Perry,

    I was not able to follow this statement, can you please elaborate--

    The key to remember here is how the clustered instances will be distributed, just because you install a...

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

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

  • RE: Rebuild system database failure

    clare.xia (4/5/2013)


    but why it has Access Denied error when I used the new master database to start up SQL server?

    Thanks

    You started the instance in single user minimal config mode?

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

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

  • RE: Rebuild system database failure

    If all the system database files have been wiped out, you cannot start in single user mode as SQL Server expects at least the master database to be present and...

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

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

  • RE: Entering Service Account Details During Install

    i find it absurd that you're able to consistently type the password wrong that many times lol

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

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

  • RE: multiple instance sql cluster with different windows configuration

    deep_kkumar (4/1/2013)


    We have a two node cluster. In order to utilize the max resources we are planning to add more instances to this cluster by adding few more nodes. Let...

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

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

  • RE: Publishing and accessing SQL Server 2008 Reports

    Where does your instance of ssrs look for its databases?

    Are you deploying the reports via visual studio or importing via web manager URL?

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

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

  • RE: Cluster failover

    Have you checked the event logs and the cluster events.

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

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

  • RE: LDF is IDF instead

    The only problem the attach will cause is the part where you open the file browser to locate the log file. The file browser will search for *.mdf and *.ldf...

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

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

Viewing 15 posts - 4,216 through 4,230 (of 9,244 total)