Viewing 15 posts - 1 through 15 (of 21 total)
Hello Victor,
Sadly enough, yes I need all of those columns. The view has been specifically built for a salary report, and there's a lot of fields for vacation, overtime types,...
May 11, 2012 at 3:17 am
Hi Victor,
Providing a full DDL might be a bit problematic, as there is several pages of fields in there, so I'll try to keep it short while still providing...
May 7, 2012 at 3:51 am
Here they are. The view has grown in between, and so the execution plan has changed somewhat, but the resulting amount of time is still the same.
May 4, 2012 at 7:01 am
Hi GSquared,
The main costs in both execution plans are in the joins. They both do a clustered index scan on the primary key, which is the usual autoincremented ID field....
May 4, 2012 at 2:10 am
Back again! As promised, that resultset:
Start of the arrangement:
regeling_id regeling_code regeling_omschrijving regeling_startdatum
------------ -------------- ---------------------- --------------------
1 TEST...
May 12, 2010 at 6:21 am
@Wesley:
Yeah, I kind of already was thinking along those lines as soon as you mentioned the idea.. I'm playing with the idea to do that with a temporary table perhaps...
May 7, 2010 at 2:36 am
There's a select query which last column gives me a date near the bottom of the script.
I want that date replaced by a 1, 2, or 3 (the...
May 5, 2010 at 9:58 am
Hi Lutz,
I've read the article linked to your topmost signaturelink, and I've come up with the following. Hope it becomes clear enough. 🙂
/* Generating and populating tables. */
CREATE TABLE...
May 5, 2010 at 6:40 am
Hello all,
Again my problem occured. I have the following results per your suggestions:
EXECUTE sp_lock :
I am not sure what these columns are supposed to tell me, but the type...
July 14, 2008 at 4:22 am
Thanks for the input folks! I had to do it manually again yesterday, after which time I know things will run smooth for a while, but then I'll keep this...
July 9, 2008 at 2:51 am
Thanks for your reply!
I've tried your two commands and gained the following information:
The select query tells me that the cmd field of the process in question is AWAITING COMMAND
The stored...
July 8, 2008 at 6:54 am
Now that's unfortunate.. ah well.. thank you again for your time!
December 17, 2007 at 10:10 am
Hi Ian,
I've looked at your screenshot, but I don't have the option greyed out... I've attached the image as it looks here..
It's unfortunate things like these happen, but luckily...
December 13, 2007 at 9:07 am
That at least proves that the related project could not be the issue.
I have no clue either. I happen to have things like these quite often.
Impossible situations which...
December 13, 2007 at 6:49 am
Hello Ian,
I tried to type you a message, but there was an error. In short, could you try to run the SP without an active project for me? Thanks for...
December 13, 2007 at 3:38 am
Viewing 15 posts - 1 through 15 (of 21 total)