Viewing 15 posts - 8,701 through 8,715 (of 18,926 total)
That doesn't make a whole lot of sens to me... if rand or newid() is called only once in the query, then how come the result is really random... and...
November 26, 2008 at 8:55 am
Oh boy!, can you give us the loginc behind all this?
I'm sure we can optimize most of it, if not all of it, but we need more info.
November 26, 2008 at 5:52 am
Please post the full code of the sp... and table definitions and sample data, along with the required results.
The short answer is do insert into () Select Make, Calculations, In...
November 26, 2008 at 4:34 am
Thanks for the info.
This is where I still have an issue :
Select order by newid() returns 95 rows
Select @concat = .... order by newid() = 1 row????
The query itself...
November 26, 2008 at 1:35 am
Since when can DateofBirth = "" ???
A date value is set to a date.... or null, period (sql server side).
November 26, 2008 at 1:30 am
Using the command prompt to start the installation :
SETUP.EXE INSTANCENAME="NetSDK" SAPWD="yourSAPassword"
Get all the rest of the details here :
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.adonet/topic12142.aspx
November 26, 2008 at 1:27 am
That's exactly the behavior I'm noticing: The order by newid() is working alright, the problem is further down the line where the concatenation happens (or does NOT happen).
November 25, 2008 at 3:42 pm
The working plans have an extra compute scalar operation... which seems to be where the data is shot in the variable.
In the failing plan, there's a difference in the compute...
November 25, 2008 at 9:27 am
That's so cool, so many ways to screw up with the engine ;).
November 25, 2008 at 8:20 am
Hey Gaby, any way you can zip a backup of that DB here and post it in the forums?
November 24, 2008 at 11:33 am
I see many of you have far more experience in that domain that I'll ever have.
I have a new client with a hugely critical server for their system (central server...
November 24, 2008 at 11:07 am
And about me??? I met her there last year!!!!!!!!
November 24, 2008 at 8:50 am
Viewing 15 posts - 8,701 through 8,715 (of 18,926 total)