Viewing 14 posts - 61 through 74 (of 74 total)
Rajeev
Like I said before you can stripe your backup across multiple smaller files. If this helps with your backup to tape then thats great but you really should have your...
December 2, 2008 at 3:17 am
you can strip your backups across multiple files but this won't do it in chunks like you want. The best way to stop network failures affecting your backups is to...
December 2, 2008 at 2:46 am
I would love to contribute more but seldom find the time. I prefer those forums where you can respond via email like lazydba and sswug. I'm 1 DBA...
November 28, 2008 at 7:27 am
interesting indeed. puts our 300 million message/day project to shame..... but thats on SQL Server
August 27, 2008 at 5:28 am
Hi David
As a test you can generate RPC events like this:
OSQL -E
1> {call sp_who()}
2> GO
Hope this helps
February 4, 2008 at 4:34 am
I've used your script to capture a trace file. When I open the trace file in Profiler I see loads of RPC:Completed events with all the fields displaying EXCEPT...
February 1, 2008 at 10:06 am
provided the app doesn't need any user intervention and message boxes etc can be suppressed then you can call an executable from SQL stored proc by using xp_cmdshell to...
February 1, 2008 at 8:40 am
thanks for the reply.
Please note that the last part of my script, to stop the Trace, should only be run once you have issued some RPC:Completed events that have been...
February 1, 2008 at 8:08 am
that is a GREAT tip. I will work on it.
thanks.
-- cranfield
February 1, 2008 at 4:25 am
thanks for that. Adding the BatchCompleted event is certainly an option and will work but we're only interested in RPC:Completed event.
I see the Textdata just fine when I run...
February 1, 2008 at 4:21 am
No, the textdata field is not there in the properties.
This is my trace code. Try it for yourself. You will see that the .trc file that gets generated does not...
January 31, 2008 at 8:13 am
hi Greg
Thanks for the pointers. This works for me:
select j.name, jh.message, jh.run_status , jh.run_date , jh.run_time , jh.run_duration
from msdb..sysjobhistory jh
join msdb..sysjobs j on jh.job_id =...
January 31, 2008 at 6:52 am
Hi
The properties box does not list the TextData column nor does it list the filter I specify in my script.
The textdata field is there in the .trc file as I...
January 31, 2008 at 6:22 am
me too... lots of errors.
-- cranfield, DBA
December 11, 2007 at 7:34 am
Viewing 14 posts - 61 through 74 (of 74 total)