Viewing 15 posts - 1,171 through 1,185 (of 10,144 total)
BLOB_EATER (9/30/2016)
Thanks to those that have given me advice! this is a great forum.
So you and Mrs Blobby are talking to each other again? 😀
October 3, 2016 at 1:43 am
BLOB_EATER (9/30/2016)
I'm super pumped at the moment 1 of my tutorials on Azure DWH will be moving over to the Microsoft website-wiki. :w00t:
Gosh, nice job Blobby!
October 3, 2016 at 1:42 am
moranamon (9/30/2016)
Thanks for your reply.
With your permission i would to explain again approach #1.
Three entities, let's name them all.
Employees, Houses, Cars. lets assume that each one of them should...
September 30, 2016 at 8:16 am
sanjaydut26 (9/30/2016)
I modified the query toDeclare @query nvarchar(max)
set @query = dbo.ufn_GetHcmDesignFields(3, 31418)
Declare @query2 nvarchar(max)
EXEC sp_executesql N'@query','@query2 nvarchar(max) output',@query2 output
select @query2 as Test
I get the same error
Can you post the...
September 30, 2016 at 8:01 am
Kaye Cahs (9/30/2016)
djj (9/29/2016)
Grumpy DBA (9/29/2016)
HappyGeek (9/29/2016)
CoatPaint
Brush
Hair
Today
September 30, 2016 at 7:34 am
Some pointers in the right direction - and kudos for asking for them instead of a solution. The type of problem you are investigating is called "Relational Division".
The late...
September 30, 2016 at 4:57 am
javirsantos (9/30/2016)
I set up a test environment with S2 CU1 patch level and gives the same error, deadlock.
There's a strong relationship between transaction duration and deadlock occurrence. Speeding up your...
September 30, 2016 at 3:49 am
BSavoie (9/29/2016)
Many of our queries could care less about the many statuses for a given Order, all they care about is the current status. For these queries, having to join...
September 30, 2016 at 3:37 am
Eirikur Eiriksson (9/18/2016)
Now where is that crystal ball again?😎
You're going to need a pair of those. The OP (or should that be "perp"?) has been posting for over three years...
September 19, 2016 at 1:52 am
astrid 69000 (9/18/2016)
this is the result i needi have attached an excel cause i dont know how to make a sample of a table to show it.
That's similar to...
September 19, 2016 at 1:49 am
Kevin.J.Small (9/16/2016)
September 16, 2016 at 8:03 am
MickyD (9/16/2016)
Thanks all some great topics for me to continue comms with the Devs there.I will extract execution plan on the simple select I have been sent.
thanks again
Please could you...
September 16, 2016 at 4:47 am
Jeff Moden (9/13/2016)
ChrisM@Work (9/13/2016)
Eric M Russell (9/12/2016)
September 16, 2016 at 1:34 am
Iwas Bornready (9/15/2016)
ChrisM@Work (9/15/2016)
Here's one I knocked up in a couple of...
September 15, 2016 at 8:40 am
Interesting. It does a lot of work for the result. Have you speed-tested it against the house splitter?
Here's one I knocked up in a couple of minutes to show...
September 15, 2016 at 3:01 am
Viewing 15 posts - 1,171 through 1,185 (of 10,144 total)