Forum Replies Created

Viewing 15 posts - 166 through 180 (of 213 total)

  • RE: Finding memory usage

    his question appeared to read how much server memory is in use, not available.

    quote:


    According to perfmon definition, 'maximum workspace memory' is...

  • RE: Finding memory usage

    would that query with 'maximum workspace memory' be the memory in use.

    quote:


    select counter_name, cntr_value from sysperfinfo where counter_name like 'Total Server Memory%'

    ...

  • RE: 3241 error

    here is the exact error message

    Server: Msg 3241, Level 16, State 37, Line 1

    The media family on device 'e:\sqlserver\mssql\backup\attain_tlog_200306030900.TRN'

    is incorrectly formed. SQL Server cannot process this media family.

    Server: Msg...

  • RE: 3241 error

    that is a different error message

    quote:


    Please ensure restoration of transaction logs is in correct sequence.


  • RE: 3241 error

    actually that is the first thing i tried was the dbcc traceon(3111) but i got the same error

    quote:


    Try launching the trace flag...

  • RE: reading transaction logs

    the trn file the backup file

    quote:


    You mean the Transaction log? Or the transaction log Backup file? If you are referring to the...

  • RE: reading transaction logs

    will that read a trn file directly

    quote:


    http://www.lumigent.com


  • RE: reading transaction logs

    plus i was looking for something less than 1k dollars

    quote:


    http://www.lumigent.com


  • RE: Keeping track of deleted records

    of course i believe in the 'records should never be deleted only have a status set theory' since one status field takes less space than a whole table. Plus...

  • RE: New SQL Server is slower than the old

    since it sounds like copying is what you do the most the raid configuration can make quite a difference especially if you are using raid 5 now. I had...

  • RE: HELP: Removing Users and Recreating

    /* i use this script to fix database users when i move databases to a different server.

    */

    declare @username varchar(100)

    declare @usersid varchar(500)

    declare @sql_cmd varchar(5000)

    -- This gets all of the cc info...

  • RE: Clustering and Disaster Recovery

    actually you should use what is best for the situation, we have a database with 30000 tables in it which can only be logged shipped, but because it can create...

  • RE: log shipping rights

    actually that would only work with syslogins

    Sysusers table in the read only database is the problem. I can work on the logins but not the sysusers since the database...

  • RE: log shipping rights

    that option terminates users who are connected before update, not users in the database. If somebody is fired and i am removing there login it comes of the production...

  • RE: undeletable databases

    actually that didnt work because it said it was in the middle of a restore.

    quote:


    try this:

    EXEC @retval = sp_replicationdboption '<database>', '<publication type>',...

Viewing 15 posts - 166 through 180 (of 213 total)