Viewing 15 posts - 22,591 through 22,605 (of 59,067 total)
gautham.gn (10/15/2014)
This is how I achieved the result.
select a,b, stuff(
(select ', '+level1 from
(select a,b,c+'('+
stuff((select ', '+d from example with (nolock)
where a = x.a and b = x.b and...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 15, 2014 at 9:19 am
gautham.gn (10/14/2014)
Thanks everyone.But Can we achieve the result without cte.
I want to use stuff inside stuff.
And I achieved it guys.
Thanks for supporting me guys..
Great. Glad you achieved what you...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 11:26 pm
imran.shah (10/14/2014)
I put the G/L as a left join and anything I had in the where...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 11:00 pm
UserRR (10/13/2014)
I've been trying to reclaim a large amount of wasted space on partitions that are no longer growing
1. What do you consider to be a "large amount" in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 5:45 am
It'll be interesting when an actual vendor name also contains dashes. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 5:40 am
The problem with adding to procs to "update" the audit table is that if the audit table changes, you must find and update all those procs or, perhaps, managed code....
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 5:32 am
I started working on the article last night but didn't finish it. It's coming.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2014 at 5:08 am
It's late and I'm out of coffee so I might not be thinking clearly. This does 1 + x + y table scans where "x" is the
unique number...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 9:02 pm
UDBA (10/13/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 12:21 pm
Steve Jones - SSC Editor (10/13/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 9:28 am
Steve Jones - SSC Editor (10/13/2014)
Based on this, which is an interesting problem: http://www.sqlservercentral.com/Forums/Topic1625170-2799-1.aspxShow how to move rows to a delimited string and then summarize.
What would you suggest as a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 9:16 am
What has become a classic method for doing this may be found at the following URL...
http://www.sqlservercentral.com/articles/comma+separated+list/71700/
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 9:12 am
Absolutely no idea without you posting the query.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 7:52 am
monique 88355 (10/13/2014)
Thank you so much! You are awesome!
Can I just ask one more thing?
I've added ', ' to my query [@RetVal = @RetVal + c.Descr + ', ']...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 7:50 am
To me, installing a system and then documenting it means that there was little or no planning for the new system. That's means that a whole lot of things...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2014 at 7:47 am
Viewing 15 posts - 22,591 through 22,605 (of 59,067 total)