Viewing 15 posts - 1 through 15 (of 84 total)
September 11, 2018 at 1:38 pm
That will work for a small sample test data but there are over three thousands rows, that will be a lot of "Select ......... Union all" statements.
July 26, 2018 at 6:45 am
select [Invoice Number],
[Invoice Date],
[Dept#],
[Loc#],
[Category#],
[GS] as 'General Store',
[Regfee] as 'NE Regional Fees',
[PCOST] as 'Pacific Fees',
[OfficeFee]...
July 23, 2017 at 6:30 pm
I have the values displaying from left to right, the dynamic Pivot works, but if I want add an additional column to be the total of the months
I would have to...
July 23, 2017 at 1:40 pm
Thanks works, I forgot about the Pivot function.
July 23, 2017 at 11:51 am
I see were you going but the problem with your example it's basically repeating the code, Network will be the same as llcode but with one character missing.
attach is some...
July 13, 2017 at 1:14 pm
Yes I'm sure that's the key(id) and the columns I want from tblB are Cost & TotalCost. Their are no null values in that column.
July 12, 2017 at 3:52 pm
Thanks guys just doing this works "
CAST((pwdlastset
February 27, 2017 at 10:21 am
I got it to work, I just added a wildcard "*" to the filename.
December 1, 2015 at 12:18 pm
Never mind, I use Alter table ..... to disable the trigger.
October 28, 2015 at 12:40 pm
Thank you for the suggestion, if I take a backup of the 2k5 msdb database and restore it to the 2012 msdb database that should put the SSIS package on...
October 14, 2015 at 7:14 pm
That's what I figure. If the SharePoint Farm was setup 1st the I will need to check to see if SSRS Server services is loaded if not then install...
September 15, 2015 at 8:29 pm
Viewing 15 posts - 1 through 15 (of 84 total)