Viewing 15 posts - 721 through 735 (of 1,086 total)
But its a nice clean bulldozer... Anyway, I still like to play in the dirt...
July 5, 2005 at 11:54 am
Thank you for your suggestions Boreades, but: "Neaner, neaner, neaner... we won."
(Albeit, that was a pretty good rant...)
July 5, 2005 at 11:32 am
Vladan - yours WILL absolutely be faster! Mine is far more a bulldozer approach. I should probably change my screen name to bulldozer...
July 5, 2005 at 10:49 am
Actually, mine should work even if two orders were made on the same date, as long as your date field, (and the data passed into it) is smalldatetime or datetime. ...
July 1, 2005 at 11:23 am
This might be overkill, but here is another option. If you take the -- out of the PRINT @sql line, you will see what is happening... Like Vladan's, this will...
July 1, 2005 at 11:08 am
Well no, you don't HAVE to..., that is a wonderful choice we can make...
(ooops..., is my Irish showing?)
June 30, 2005 at 2:18 pm
I am shooting in the breeze here - you have a lot of table/fields with no data to populate.
You are in fact using an INNER join outside the LEFT...
June 30, 2005 at 12:25 pm
Is that "plain" as in boring, or "plain" as in understandable?
June 30, 2005 at 11:49 am
If every entry is in this format try using SUBSTRING.
ELECT SUBSTRING( '2005/07/13', 9, 2) + '/' + SUBSTRING( '2005/07/13', 6, 2) + '/' + SUBSTRING( '2005/07/13', 1, 4)
June 30, 2005 at 8:19 am
Thanks for your help.
This is driving me nuts. When I first created it, I declared the Stored Procedure and the parameters were read by Reporting Services and already fulfilled. ...
June 30, 2005 at 8:14 am
Too young for COBOL???? Man, I had to learn it on the fly to try and document Business Rules for some past application stuff. It is still around and working...
June 29, 2005 at 3:08 pm
Remi was correct in interpretting my meaning. I should have said three (3) prefixes instead of four; I erroneously counted the table name as a prefix. Dopey me.
June 29, 2005 at 1:06 pm
COBOL is a "Business Language" (har har) that old dudes used.
June 29, 2005 at 12:59 pm
Actually, I was doing something along these lines on a linked server and ran into the same problem. I too will be interested to know if there another way to...
June 29, 2005 at 11:18 am
Viewing 15 posts - 721 through 735 (of 1,086 total)