Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 4,745 total)

  • RE: Max Server Memory Question

    DBCC memorystatus but good luck with that. 🙂

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

  • RE: Max Server Memory Question

    The 58Gb is just Buffer cache. On top of that you have such things as proc cache, memory for locks, user connections........

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

  • RE: Are the posted questions getting worse?

    ........(and it wasn't their fault in the first place - some idiot developers had dug up a few metres of underground phone line). .

    How do you know it wasn't the...

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

  • RE: Repair model database

    peter Vramby (7/5/2011)


    So no proper way of restoring the model database without having to copy over a clean one from another existing instance. I better start making a filebackup of...

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

  • RE: Data Files

    just add a file to the filegroup. SQL will automatically start writing to the new file. It writes in a round robin proportional fill basis., i.e it writes more to...

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

  • RE: restoring system db's to new server

    You don't say if the new server will have the same name?

    unless you have a large number of SSIS packages stored in msdb and scheduled as jobs, recreating logins, jobs,...

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

  • RE: Model database recovery model

    bear in mind that as model is used a s the template for database creation, if you change the model database to simple recovery model all new databases will be...

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

  • RE: SQL Server Alert System: '020 - Fatal Error in current Proccess'

    related to an SSIS job by any chance?

    Our resolution for this after speaking to MS was to disable the TCP chimney on the SQL server and any clients initiating the...

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

  • RE: A fatal error occurred while reading the input stream from the network

    if you are running this process from a remote machine using SSIS TCP chimney needs to be disabled on that machine as well.

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

  • RE: Getting "The header for file '....modellog.ldf' is not a valid" starting the server

    Interesting. I have certainly never come across any technical information that alludes to this behaviour. To my mind the documentation leads you to think the restore of model would be...

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

  • RE: Getting "The header for file '....modellog.ldf' is not a valid" starting the server

    GilaMonster (7/25/2011)


    george sibbald (7/25/2011)


    GilaMonster (7/25/2011)


    TRaceflag 3608

    Start the SQL Server from the command line in single user, restricted more and with that traceflag

    SQLServr.exe -m -f -T3608

    I don't believe that will work...

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

  • RE: Getting "The header for file '....modellog.ldf' is not a valid" starting the server

    GilaMonster (7/25/2011)


    TRaceflag 3608

    Start the SQL Server from the command line in single user, restricted more and with that traceflag

    SQLServr.exe -m -f -T3608

    I don't believe that will work Gail. Only the...

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

  • RE: What happens to Transaction Log chain if a backup fails?

    A failed backup will not break the log chain.

    But why are you trying to force on your clients where they backup to? Let them decide for themselves, which would normally...

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

  • RE: Cannot do a simple BULK INSERT!

    OS error code 5 means access denied. This is a permissions error.

    Make sure the account you are using has access to the directory and to the file itself

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

  • RE: Login Properties

    The question does specifically say SQL208 and for sa.

    For any SQL authenticated account I get 1900-01-01, for windows accounts I get NULL

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

Viewing 15 posts - 1,591 through 1,605 (of 4,745 total)