Will Profiler Capture all data feeds/applications accessing SQl Server

  • My manager wants all data feeds to be captured for a number of SQL Servers.

    This is because all reports, SSIS Packages and anything else relevant need to be repointed to a new server at some stage. Nobody really knows what accesses what.

    I am using Profiler to do this. Is Profiler likely to capture everything accessing or using a sql server, or are there better 3rd party tools out there to do this?

    Cheers,

    George

  • Profiler is your tool. It will capture every database call, based on the events you select. You definately need RPC:Completed and SQL:BatchCompleted.

  • Profiler will help you to accomplish what you mant, but it causes overhead on your Server. You may find this link interesting http://www.sqlskills.com/blogs/jonathan/category/Extended-Events.aspx

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply