Forum Replies Created

Viewing 14 posts - 346 through 360 (of 360 total)

  • RE: SQL Server Side trace stop

    Yes, I tried to open it and it opened fine. Now I see that it shows the file size. I think its showing the size after the specified time has...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SQL Server Side trace stop

    Lowell,

    I already stopped the trace by executing

    exec sp_trace_setstatus @trace_id,0

    @traceid in this case is 2, and when executed I get the result command executed successfully. but the file size is still...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SQL Server Side trace stop

    Also, I set the end time to a later time in the code that I used for tracing. But had to stop trace in the middle (before actual complete time...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SQL Server Side trace stop

    Also, when i query select * from sys.traces the status column shows 0 for my trace that has id as 2.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Msg 802, Level 17, State 20, Line 1 There is insufficient memory available in the buffer pool.

    Just an FYI...I have the total index size as 30GB and I have increased my transaction log size to 50GB.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: size of indexes is greater than or equal to the actual size of the table...

    Hi Kubicek,

    I have written a cursor that identifies all the indexes on tables that are not being used. Interesting in our case nothing showed up. The results were blank on...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: size of indexes is greater than or equal to the actual size of the table...

    Thanks for your reply...I will do some reading on how B-tree structures store data.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SQL Server 2008 R2 Server Side Tracing

    Thank You.

    One more thing...can we increase the trace file size while the trace is running?

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: DBCC CHeckDB issue

    Thanks Guys...I have cancelled the ones I used earlier...i will be running it with switches after hours

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: DBCC CHeckDB issue

    I cancelled the DBCC CHeckDB query ...does it impact anything?

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: identify applications using sa

    Is there a way to find the actual executable that is using the sql authentication in connection strings.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: identify applications using sa

    Thanks Lowell...I am able to see from a host ".Net SqlClient Data Provider" as the program name logged multiple times...so is that the actual application?

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: identify applications using sa

    Thank you...i will try and get back to you

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: identify applications using sa

    Thanks much for your responses...I was actually looking to identify if there is a way I can capture the connection strings of those applications when they hit the database :-D...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

Viewing 14 posts - 346 through 360 (of 360 total)