Viewing 15 posts - 18,106 through 18,120 (of 59,069 total)
Instead of creating a raft of new tables to hold identical data for a reporting tool, can you cheat and just create views that look like tables or, perhaps, use...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 11:03 pm
RV16 (3/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 11:01 pm
Eric M Russell (3/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 10:54 pm
JustMarie (3/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 10:52 pm
Using your data, pick what you need from the following. Do not get rid of the SortPath in the CTE. You can get rid of it in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 10:36 pm
WayneS (3/15/2016)
Sure, why not. I'll even compare it to the CLR function in the resources in Jeff's article also.
Just to be sure, that CLR is actually broken. It works...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 9:47 pm
jasona.work (3/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 4:14 pm
tauseef.jan (3/15/2016)
But I have a problem, that I have EMPTY(NULL) columns.
because of this the columns in the email get shifted to the left.
Please help...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 9:30 am
yb751 (3/15/2016)
Jeff Moden (3/14/2016)
Shifting gears a bit......Consider the possibility of not using HierarchyID at all.
Interesting stuff Jeff...I've bookmarked those articles. A little more than I can handle before I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2016 at 9:16 am
TheSQLGuru (3/14/2016)
Jeff Moden (3/14/2016)
TheSQLGuru (3/14/2016)
2) Partitioning CAN make SOME or even MOST...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 8:28 pm
Lowell (3/14/2016)
{somedata} + {row delimiter}, which in this case is CrLf, puts the cursor on...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 8:05 pm
Jack Corbett (3/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 7:53 pm
Luis Cazares (3/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 7:50 pm
Shifting gears a bit...
...Consider the possibility of not using HierarchyID at all.
http://www.sqlservercentral.com/articles/Hierarchy/94040/
http://www.sqlservercentral.com/articles/T-SQL/94570/
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 7:45 pm
I think it highly ironic that a lot of managers want code real bad and then have the nerve to be disappointed when the developers give it them that way....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 7:34 pm
Viewing 15 posts - 18,106 through 18,120 (of 59,069 total)