Viewing 15 posts - 3,481 through 3,495 (of 6,036 total)
There was recently an article on this site.
Right for you.
http://www.sqlservercentral.com/articles/Advanced+Querying/2829/
October 9, 2007 at 3:23 pm
There is a special feature for storing files.
They name it "File System".
So, store files where they belong.
Record a link to your file into database and return it to application when...
October 9, 2007 at 3:02 pm
Read about scalar functions in CREATE FUNCTION topic of BOL.
October 9, 2007 at 4:41 am
Greg,
Why do you need #Ins?
It does not add anything, just causes another recompilation of the trigger.
October 8, 2007 at 8:46 pm
dhay1999 (10/5/2007)
October 8, 2007 at 6:56 pm
Jeff Moden (10/8/2007)
Personally, yeah... I think dates with no orders should be included in the mix and possibly execluding weekends as a separate category. Not what the OP asked...
October 8, 2007 at 5:59 pm
Ilkka Vaahtoranta (10/8/2007)
October 8, 2007 at 2:49 pm
I believe this topic is a perfect illustration for the article "Why programmers cannot program?".
They take care about everything - formatting, performance, style, but ignore building correct algorithm absolutely.
October 8, 2007 at 1:22 pm
Maddogs,
I was talking about MY PROJECTS.
Projects I designed, built and told developers what to do.
Of course, there are plenty of other projects around, designed by normal simple-mind developers.
Of course, we...
October 7, 2007 at 4:12 pm
What about days having no orders?
What if nobody made any order on Tuesday?
Jeff, don't you think the Thursday calculation should include zero orders for Tuesday, not whatever number for...
October 6, 2007 at 9:38 pm
Greg,
in the example given your approach gives 3 days Orders Count for 05/05/1998.
OP expects it to be 10.
That's why I asked about the logic to be implemented.
October 6, 2007 at 5:37 pm
David,
that was not much help.
You cannot build any right query unless you know what you are querying for.
I still see the same logical error (according to my understanding) in the...
October 6, 2007 at 1:35 am
Still it's not clear what are trying to achieve.
As for me the solution you posted is logically wrong.
But I cannot be sure because I don't have an idea what's the...
October 5, 2007 at 11:41 pm
I fixed the typo.
October 5, 2007 at 9:37 pm
Viewing 15 posts - 3,481 through 3,495 (of 6,036 total)