Viewing 15 posts - 286 through 300 (of 851 total)
DC (4/27/2009)
April 27, 2009 at 3:44 pm
greatheep (4/27/2009)
In summary, we want:
- If there is an error in a row,...
April 27, 2009 at 3:37 pm
mmunson (4/27/2009)
:w00t: Thank you Bruce! It works perfectly!
[font="Verdana"]You're welcome, Michelle. 😀 I'm glad it worked.
[/font]
April 27, 2009 at 3:32 pm
[font="Verdana"]Hi Michelle,
The trick here is that you need to actually convert the number to a datetime, not just treat it as a datetime and hope for the best. SQL...
April 27, 2009 at 2:32 pm
aaronxramirez (4/27/2009)
April 27, 2009 at 1:58 pm
[font="Verdana"]Aha!
I have to say I enjoyed this more than the first article, largely because the first article was really just an introduction to the topic.
I like your use of examples...
April 26, 2009 at 7:47 pm
[font="Verdana"]I like the southern cross, and I like the silver fern and I like the kiwi. They're all our national symbols. I don't see why the flag need...
April 26, 2009 at 3:38 pm
RBarryYoung (4/26/2009)
For anyone who has been wondering where I've been, let's jsut say that it has been an eventful two weeks. I am writing this now from...
April 26, 2009 at 3:07 pm
[font="Verdana"]The worst "novel solution" for a report I have ever seen was a canned standard report delivered as part of a banking solution to a small bank I did some...
April 26, 2009 at 3:01 pm
[font="Tahoma"]Using a left join is one way, but the code will progressively slow down (er, that doesn't mean it's invalid, and sometimes it's still the best performing solution because other...
April 26, 2009 at 2:48 pm
[font="Verdana"]"Are the posted questions getting worse?" Point's people in the direction of Flo's discussion question.[/font]
April 21, 2009 at 3:19 pm
rajamohangade (4/20/2009)
How can I write above logic by using EXISTS ?? Any help on this is really appreciated
[font="Verdana"]There are some excellent examples already posted. What have you tried? ...
April 20, 2009 at 8:01 pm
[font="Verdana"]Do you need to call the stored procedure to insert the data, or can you insert directly into underlying tables?[/font]
April 20, 2009 at 4:52 pm
Florian Reischl (4/19/2009)
Isn't this also possible with an infinite TSQL loop (I know, we don't do loops...) which allocates memory?
[font="Verdana"]May well be.
My concern with the RegEx stuff is the temptation...
April 19, 2009 at 5:34 pm
Florian Reischl (4/19/2009)
The problem is the string builder. It takes to much overhead inside.
[font="Verdana"]Only if you use code to generate the lookup table. 😀 Go on, list all...
April 19, 2009 at 4:39 pm
Viewing 15 posts - 286 through 300 (of 851 total)