Viewing 11 posts - 181 through 191 (of 191 total)
Thanks that really helped. not how to get them to reference the reference dataset you mention but this makes sense.
Thank you
May 5, 2016 at 8:30 am
That makes it clearer, thanks for the explanation.
May 26, 2015 at 9:24 am
The Year holds 2015
and if I run this:
Select dateadd(year,[Year]-1900,0)
from ##Shift
I get this (if it helps)
Select dateadd(year,[Year]-1900,0)
from ##Shift
Column1
2015-01-01
2015-01-01
2015-01-01
But I still do...
May 26, 2015 at 9:09 am
Hi,
I jsut got this to work:
I had to add -S and the server name
Thanks:-)
May 21, 2015 at 12:21 pm
Just curious, this would be more efficient if it were possable to do the sub query in a inline view.
Does anyone know if that is possable in anyway?
I cannot get...
December 2, 2014 at 6:51 am
Thanks that makes sennce.
thnak you.
November 30, 2014 at 4:56 pm
Hi,
And thanks for the alternate way of doing this, but when I compard the execution plans the cost was about the same; I was looking for a more efficent way....
November 29, 2014 at 10:29 am
Thanks that what I foung too but want to be sure I was seeing this right.
Thanks
November 13, 2014 at 8:51 am
That really helped:-)
Thanks I relly appreciate it.
February 1, 2012 at 1:39 pm
In regards to the first question, but if two peope were hiting the same record what would happen. I always thought that it was a first come first serve process;...
February 1, 2012 at 12:57 pm
Viewing 11 posts - 181 through 191 (of 191 total)