Viewing 15 posts - 52,636 through 52,650 (of 59,070 total)
Radovan Jablonovsky (2/8/2008)
If it is possible in your production environment to dynamically change number of processors, then it is OK. In our environment it is more conservative, therefore I am...
February 8, 2008 at 4:04 pm
I absolutely agree, Matt... same thing goes with the SUM() OVER... they (MS) don't allow the necessary ORDER BY to calculate a running total using SUM() OVER like they do...
February 8, 2008 at 7:10 am
Which error? The one about conversion from char to date producing an out of range value? And, even if you fix that, you'll still end up with a...
February 8, 2008 at 7:06 am
VARCHAR(MAX)
February 7, 2008 at 8:26 pm
Philippe Cand (2/6/2008)
This article is getting unprecedented proportions.
How could we have MS SQL engine development database guys participating in the discussion If they are not yet already doing so...
February 7, 2008 at 8:00 pm
Radovan Jablonovsky (2/7/2008)
Replay for Jeff,Server was setup to use 2 CPU for parallelism and query execution plan showed parallel execution was used in sorting index. See attached pictures.
Sincerely,
Radovan Jablonovsky
Amazing... I've...
February 7, 2008 at 7:57 pm
Adam Haines (2/7/2008)
Good solution Jeff, simply amazing. 😉
Thanks, Adam :blush:
February 7, 2008 at 7:26 pm
Just a couple of suggestions, folks...
First, there is no need for a loop in the creation of a "Tally" or "Numbers" table. Second, to be truly effective and to...
February 7, 2008 at 6:56 am
Yes... the solution is posted above... the server must be logged into the domain as a user that can actually "see" the file path.
February 7, 2008 at 6:18 am
First, mailing you the solution wouldn't do anyone else any good...
Second, take a look at BCP in Books Online... it's likely your best bet.
February 7, 2008 at 6:14 am
Import 1 line and count the LEN difference between the line with delimiters and the line where the delimiters have been replaced with nothing and add 1 to that.
For fixed...
February 7, 2008 at 5:59 am
Chirag (2/6/2008)
I have a doubt abt the index selection when i ran your code
in the article ' Running total.......'
I created the table dbo.JBMTest , added the clustered...
February 7, 2008 at 5:51 am
Matt Miller (2/5/2008)
Jeff Moden (2/5/2008)
February 7, 2008 at 5:22 am
Perfect... another "convert" to denounce the evils of RBAR 😛
Thanks, for the feedback, Whitt. Real glad we could collectively make such a difference for you.
February 6, 2008 at 6:52 pm
Tony McGarry (2/6/2008)
I doesn't generate unnecessary numbers and is easy to understand
[font="Courier New"]CREATE FUNCTION dbo.GetSequence
(
@Start BIGINT,
...
February 6, 2008 at 6:31 pm
Viewing 15 posts - 52,636 through 52,650 (of 59,070 total)