Forum Replies Created

Viewing 15 posts - 76 through 90 (of 230 total)

  • RE: Backup / Restore plan

    Ya I am more concerned about the time involved here. We don't have the space for alot of full's or differentials. So I was wondering about applying alot ot t-logs...

  • RE: Profiler missing duration

    not a nested stored procedure.

  • RE: shrink file

    ya it is a 7.0 database.

    I issue a dbcc shrinkfile for the log and I have truncate log on checkpoint enabled. After the dbcc shrinkfile is ran I issue a...

  • RE: Profiler

    isolated environment for testing purposes maybe.

  • RE: Profiler

    This is the way I see it,

    1. A Client connection to SQL Server

    2. SQL Server assigns one of the available threads it has assuming there are free ones(MAX WORKER THREADS)

    3....

  • RE: Profiler

    BOL:

    Threads allow complex applications to make more effective use of a CPU even on computers with a single CPU. With one CPU, only one thread can execute at a time....

  • RE: shrink file

    also, why is it some log file will shrink right away and others won't at all or take time to shrink?

  • RE: Write-Ahead Transaction Log

    how does an EMC SAN work with this?

    I think we have 16GB of cache on the SAN here.

    Write-through?

    Write-back?

  • RE: .trc to table

    AH,

    this is kinda tricky.

    In 2000 profiler, you have to wait for all the rows to be put in Profiler(no indicator) before the greyed out save as will be...

  • RE: .trc to table

    ya you must be using 7.0 profiler. I just got the same result are you.

  • RE: .trc to table

    you using 2000 profiler?

  • RE: .trc to table

    when I open an existing .trc file,

    the SAVE AS options are greyed out.

  • RE: .trc to table

    that won't work.

    This did:

    fn_trace_gettable

    ex.

    USE PERFORMANCEDB

    SELECT * INTO globexSTR50b

    FROM ::fn_trace_gettable('G:\Perf_Logs\Globex_STR_Oct29\globexSTR50b.trc', default)

  • RE: CHECKPOINT

    comments Steve?

  • RE: Books

    no sorry.

    I want a book on distributed transactions.

    More of an architectural book on transactions.

Viewing 15 posts - 76 through 90 (of 230 total)