Viewing 15 posts - 76 through 90 (of 210 total)
david.wright-948385 (7/8/2014)
All good, positive stuff, but it sounded a bit like the sermon on the mount!
Really, sermon on the mount? Have you read that lately? When Jesus was...
July 8, 2014 at 5:12 am
simonc 39536 (5/9/2014)
In this instance you should use ROWS because it is the more correct solution for what you...
May 9, 2014 at 6:31 am
simonc 39536 (5/9/2014)
Interesting, so...
May 9, 2014 at 5:15 am
Stefan Krzywicki (5/8/2014)
I'm not sure what you meant by this though
I found something new in SQL Server 2012. You can now add an order by to the over( partition...
May 8, 2014 at 10:07 am
Not sure if you completely read my article, but the solution you posted is what I replaced to speed up the update.
Thanks for your post.
Ben
May 8, 2014 at 9:08 am
I will have to take a closer look at your code. Thanks for posting it.
Ben
May 8, 2014 at 5:15 am
No I didn't try with sqlcmd. Honestly , I didn't think of that.
November 14, 2013 at 12:58 pm
If you run all the lines in the question in a query window you will see you don't get an invalid object error. The table doesn't get dropped before...
December 22, 2012 at 6:11 am
I started off writing Cobol, then moved into Delphi (visual Pascal). I ended up with .net and sql server databases. Pretty sure I will be doing this until...
April 27, 2012 at 5:44 am
As long as we are dreaming here. It would be nice to have one of those new all electric Nissan Leaf cars. Then as long as I am...
December 23, 2011 at 5:58 am
Actually, Kevin was right. The existing spec only needed to solve one math operation. That is the column would contain either + or - or X or /
So...
November 22, 2011 at 5:50 pm
Kevin,
I appreciate your post.
I hope the other posters will understand, I don't have issue with people commenting on how to improve code. As long as they understand...
November 22, 2011 at 11:49 am
You know, I find your comment offensive. I put time and effort into this article and this code. I had a problem to solve that required a function...
November 21, 2011 at 9:26 pm
I would stay away from cursors if you decide to do it in t-sql. It might be better to use vb.net or c# and then use the clr. ...
November 21, 2011 at 12:27 pm
Viewing 15 posts - 76 through 90 (of 210 total)