Viewing 15 posts - 1 through 15 (of 20 total)
simple timeouts on every operation involving that record
May 22, 2008 at 7:47 am
I was able to run the profile with small files using the settings you suggested.
So I decided to use a bigger workload to get some statistical variety. I used a...
January 9, 2008 at 8:40 am
Many thanks for helping.
Fact is my production server is not busy enough. The app is an internal one which is used only "sometimes". As I know what the most used...
January 9, 2008 at 3:17 am
GilaMonster (1/8/2008)
Try running profiler and capturing the SP:StmtCompleted event (under stored procedures)
Thanks for your answer and advices.
I am supposed to capture this event? Just let the profiler run and wait...
January 8, 2008 at 10:15 am
I was able to produce a trace from the SQL Profiler, but When i run the Index Tuning Wizard with that trace I get the error "the workload does not...
January 8, 2008 at 9:15 am
I know about that.
I didn't write the code so before doing anything else I am trying to index the DB (it's not indexed at all now). I am doing so...
January 8, 2008 at 7:58 am
OK,
I set the track change property to Off and setup a schedule to run the indexing at night.
Thanks again!
G
May 16, 2007 at 9:12 am
Ok,
I discovered i have a full-text indexing active on one of my tables.
It seems while this 'job' is running if another job or process runs the DB is beign blocked.
There's actually...
May 16, 2007 at 7:12 am
it worked:
job_id: 929D9ADA-8CA7-420E-A37E-E96C7BEBB073
step_name: Full-Text Indexing
command: use [HumanResources] exec sp_fulltext_table N'[dbo].[tbl_People_Attachments]', N'start_full'
Can't find job ID on job's properties. How can I understand if this is one of my jobs of...
May 16, 2007 at 6:38 am
Sorry,
I should have had specified.
No errors, when I look for a string I know is in there sometimes it doesn't find it.
Cheers,
G
May 16, 2007 at 5:25 am
Version is 9.00.3042.
Probably is related to what you say.
I'll try to install the SP2 fix.
Thanks,
Giovanni Idili
April 25, 2007 at 9:23 am
OK,
many thanks once again for your help!
Giovanni
April 24, 2007 at 6:26 am
Viewing 15 posts - 1 through 15 (of 20 total)