Viewing 15 posts - 151 through 165 (of 192 total)
You mean, restore to production, but to a different db?
January 12, 2007 at 10:28 am
this site is driving me nuts with it's losing what you just typed when you try to preview!!!!!!grrr
- Anyway -
I've never done this, so...
January 12, 2007 at 10:27 am
Put RPC:Completed in there too. Seems like you should be getting some sql for the SQL:BatchCompleted.
If it's happening in a stored procedure, I don't think you'll see the 'Alter%', right?
January 12, 2007 at 10:10 am
I couldn't believe we bought an access solution (I'm new here, about 2.5 months)!! For some reason the idea of a company selling an access front end just makes me laugh.
The...
January 9, 2007 at 4:06 pm
I can't get access to access yet, but I've been told it's an mdb, not an adp. I'm going to have to remote into a user box - so I'll...
January 9, 2007 at 4:04 pm
A little more info on the subject. The application is a ms access front end, supplied by a vendor. One of the users has said that sometimes they want to...
January 9, 2007 at 2:30 pm
A view will not help at all.
Are 'Cash payments' recorded in another detail table?
Does this table contain LastNo?
If so, it doesn't seem that you need to be storing LastNo in...
January 5, 2007 at 4:25 pm
If one of these statements were being blocked, wouldn't they deadlock after a certain amount of time? I have a select statement with a time of 23 minutes in my list!
January 5, 2007 at 4:01 pm
It's just something that seemed pursuable in our system - most of our apps are vendored so we can't mess with the db. In this case, one of our apps was responsible, so...
January 4, 2007 at 5:14 pm
Chalk it up to a consulting firm which did an audit of our environment to consolidate to virtual servers. They gave this document to my senior who now thinks this...
January 4, 2007 at 5:07 pm
>>meaning every 20 minutes or so, all statistcs are being updated.
In certain situations, you do not want this happening during a busy time of the day. It may drain performance.
January 4, 2007 at 4:56 pm
Is P_MON_CONNECTIONS intended to be run when investigating blocks identified by the previous procs? first I was thinking it was the main proc which fired off the sp_who logging proc,...
January 4, 2007 at 4:40 pm
Mohammed - I've added info in red above, which should clarify.
January 4, 2007 at 8:19 am
the 'execute%' will get you what you need for now, but there are other things which may be added. You really need to look for -BkUpDB and your path in:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID...
January 3, 2007 at 3:09 pm
I was hoping to find these scans in profiler, link them to sysobjects and then take a look at the indexes on the table. The bulk of these seem to...
January 3, 2007 at 2:32 pm
Viewing 15 posts - 151 through 165 (of 192 total)