Viewing 15 posts - 55,141 through 55,155 (of 59,078 total)
| I would feel some kind of anxiety about the system which needs 9 gig for operational data. |
You ain't...
September 7, 2007 at 6:48 pm
I'm thinking that your problem is a combination of using the wrong Provider, using a client side cursor, and doing a count in the app instead of on the server.
September 7, 2007 at 6:25 pm
Only if you use dynamic SQL...
September 7, 2007 at 6:19 pm
My company hired a SQL Server developer, on his resume he put down he had over ten years... |
September 7, 2007 at 6:16 pm
Don't need a "date walking loop". Just use the formula I posted to calculate the week days and hit a holiday table for the number of days to subtract
September 7, 2007 at 5:22 pm
Totally wrong approach?
Heh, extraordinary claims require extraordinary proof, Joe. If you're talking about the code I submitted and if you think a calendar...
September 7, 2007 at 5:19 pm
Wasn't meant to resolve business days per month nor figure out what a business month consists of... it was meant to find weekdays (despite the title). If you don't need...
September 7, 2007 at 5:14 pm
Actually, that's quite a nice compliment...
thanks ![]()
September 7, 2007 at 5:11 pm
Dizzy...
I see no similar problem... it operates as expected for the dates you posted having problems with...
-- Wed 1st May 2002 and an end date of Fri 31st...
September 7, 2007 at 5:10 pm
Heh... sorry... you post faster than I do ![]()
September 7, 2007 at 8:03 am
No... not the right way... you have to copy a quote box from some other thread and paste it into your response... then edit what's in that graphic by copying...
September 7, 2007 at 8:02 am
Yes... sp__ will still go to MASTER first because it still contains sp_ as the first 3 characters.
Yes, you can do this without a function... it'll be a bit (maybe...
September 7, 2007 at 7:56 am
Ah... Matt's right... I left out a step... I should have said to insert all your missing rows into YourTable first, then run my code... don't need to add extra...
September 7, 2007 at 7:52 am
Roger that... still shouldn't matter but "can do"...
This obviously won't work if foreign keys exist... ![]()
First things first... make a "backup" of the table...
September 7, 2007 at 7:32 am
Viewing 15 posts - 55,141 through 55,155 (of 59,078 total)