Viewing 15 posts - 451 through 465 (of 1,825 total)
LutzM (1/4/2011)
January 4, 2011 at 3:38 pm
something like
REPLACE(<yourstring>,'-large.jpg','')
Should do the trick
January 4, 2011 at 3:08 pm
Had to share ... On facebook one of my wifes friends posts
On drilling into C++ from C#, I know now why C# is so called "word safe": Bloody hell C++...
January 4, 2011 at 2:49 pm
LutzM (1/4/2011)
I sometimes have a hard time following Dave, especially if he dives deep into details.
My only chance is to read what he wrote over and over again until I...
January 4, 2011 at 8:45 am
Brandie Tarvin (1/4/2011)
And I found out I wasn't following Dave either. Silly me.
Funnily enough , most people arent surprised to find out they are not following me 😀
January 4, 2011 at 7:00 am
Grant Fritchey (1/4/2011)
It really is like launching a nuclear strike, but if you're not getting satisfaction, I'd tweet about it.
Already did , maybe everyone was in a holiday mood 😉
Just...
January 4, 2011 at 6:16 am
Chris Morris-439714 (1/4/2011)
Craig Farrell (1/3/2011)
January 4, 2011 at 5:29 am
kurniawan.kumala (1/3/2011)
may i question to you, base on your link.....
1. indexes IX_Dave_Items and IX_Dave_Price can be run at sql 2005?
2. at index IX_Dave_General, if i don't have trancode, so...
January 3, 2011 at 12:47 pm
Happy new year to you too,
The key is now to find the first/earliest 'IN' stock movement , that still has stock remaining in the warehouse. Since you are...
January 3, 2011 at 2:31 am
Ok , so you have 5000 lines of stock,
how would you calculate the amount of stock for each line ?
December 31, 2010 at 4:29 am
Hi ,
im not going to give you the answer here ,
but answer me this (in SQL code) :
Can you tell me how much stock you have in your warehouse right...
December 31, 2010 at 2:05 am
use the modulus operator (%)
So if X%2 = 0 then even if X%2=1 then odd
December 30, 2010 at 9:44 am
Try this one which describes the code i wrote.
December 30, 2010 at 9:35 am
Take a look here
http://ask.sqlservercentral.com/questions/826/the-fifo-stock-inventory-sql-problem
IIUC , you only need to take it as far as the "LastPartialStock" subquery
December 30, 2010 at 3:43 am
Koen (da-zero) (12/30/2010)
(Devil's advocate: Plagiarism is the sincerest form of flattery :-))
Cant say im feeling flattered 😉
http://arabprogrammers.blogspot.com/2010/12/returning-top-x-row-for-each-group.html
EDIT :
And another...
December 30, 2010 at 2:40 am
Viewing 15 posts - 451 through 465 (of 1,825 total)