Re: Identifying what Apps are using a database
From: Rick Sawtell (quickening_at_msn.com)
Date: 01/10/05
- Next message: Bob L. - SBS: "Help troubleshooting DTC start"
- Previous message: Richard Badge: "Default Collate Codes for SQL 7 and 2000"
- In reply to: Van Jones: "Identifying what Apps are using a database"
- Next in thread: Van Jones: "Re: Identifying what Apps are using a database"
- Reply: Van Jones: "Re: Identifying what Apps are using a database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 Jan 2005 16:07:38 -0600
"Van Jones" <anonymous@discussions.microsoft.com> wrote in message
news:012401c4f75f$6fe0e520$a601280a@phx.gbl...
> I'm looking for a little insight on identifying what apps
> are updating a particular database. Basically we have a
> front end developed for the db but some people may have
> created Access dbs and processes in Access to do updates.
> I need to determine if this is happening since we may be
> moving the db to a different sql server. SQL Profiler
> would work, but it's hit and miss. Plus I'd have to let
> it run for a few days which would create a huge trace
> file. If I did let it run for a few days, I still may not
> capture and activity from Access if they didn't happen to
> run any Access updates during that time. Is there
> anything out there that can help me?
>
> Thanks,
>
> Van Jones
I would still go with Profiler. Take a look at the Filters tab. You can
do things like: NOT LIKE and add all of the known applications that will
log in. You can weed out just about all the activity that you don't want
to see. Then your trace file will not be enormous.
The other suggestion is to turn on profiler and ask everyone to hit the
server with their updates so that you can capture everything in one go.
Rick Sawtell
MCT, MCSD, MCDBA
- Next message: Bob L. - SBS: "Help troubleshooting DTC start"
- Previous message: Richard Badge: "Default Collate Codes for SQL 7 and 2000"
- In reply to: Van Jones: "Identifying what Apps are using a database"
- Next in thread: Van Jones: "Re: Identifying what Apps are using a database"
- Reply: Van Jones: "Re: Identifying what Apps are using a database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|