Viewing 15 posts - 16 through 30 (of 187 total)
Phil Parkin (5/25/2011)
Please state expected results for
SELECT *
FROM Structure
WHERE product = 'Part A'
Would you want to see Part Y in the results?
Yes, I would need to see 'Part Y' and...
May 25, 2011 at 5:06 am
I think I've found the problem. The index on Table A did not have the "Automatically Recompute Statistics" option ticked. I ticked this and now it seems to return the...
March 31, 2011 at 9:18 am
Jack Corbett (3/30/2011)
Are you getting the same execution plan each time?
What are the results of SET STATISTICS IO ON? Are you...
March 30, 2011 at 2:13 pm
Just updated the statistics manually but the query still took an age to run, rebuilt the index straight after and it returned within the 10 seconds again.
March 30, 2011 at 9:15 am
Thanks Wayne, I didn't know about that IntelliSense cache 🙂
October 16, 2010 at 7:05 am
Changing the in-line queries resolved the problem; all is as expected 🙂
Thanks for your help
June 30, 2010 at 2:05 am
I checked the principal ids and found that all of the objects are owned by the same schema, however, I also found that the client application that accesses the database...
June 28, 2010 at 11:02 am
denglishbi (6/28/2010)
June 28, 2010 at 6:27 am
Hi Gail,
Two of the stored procs use dynamic SQL but all of them were created by the dbo.
June 27, 2010 at 7:31 am
Ok, thanks for the advice, I'm going to try and store the note in a varchar(max) field and see how I get on with that.
June 21, 2010 at 1:15 pm
When I select Design the interfaces freezes for a couple of seconds and then brings up a dialogue box with the error message and a list of debuggers to use...
June 11, 2010 at 12:05 pm
If I right click and select Edit it is fine, it only crashes when Design is selected. I cannot post the actual syntax but here is roughly what it looks...
June 11, 2010 at 11:23 am
I've just run a few tests and found that it doesn't crash on every view.
On one of the views that it did crash on I get the following message:
"An...
June 11, 2010 at 11:00 am
Viewing 15 posts - 16 through 30 (of 187 total)