Viewing 15 posts - 16 through 30 (of 92 total)
Hi
it's a strange one.
I have a 64 bit VM (Server 2012) with 32 bit Sage ODBC which isn't working in SSIS. I can see the data in preview but...
November 15, 2016 at 8:53 am
hmm, i did add myself (current user) when i did the install. I have resoved it by getting one of the domain admin guys to login into the VM under...
October 18, 2016 at 10:23 am
That's kind of what i thought. Problem is i can't even access the report manager page due to permissions. Do i need to get the admin account to give me...
October 18, 2016 at 10:10 am
i think so? 😐
I really want to be able to pivot the data in excel so i can see ytd by
week
week - product
week - customer
week - customer - product
September 6, 2016 at 6:54 am
Hi, thanks for the replies
I have attached some script which creates a couple of simple tables/data and then create the data set i have.
I'm still not getting the correct result...
September 6, 2016 at 4:22 am
what i'm trying to do is a year on year comparison
so the first thing i did was to create 2 data sets, one for current year - week and and...
September 5, 2016 at 3:30 pm
I'm hoping that they can save the file somewhere then run a job/tasks/process/file? that will import it into the db.
Thanks
August 19, 2016 at 2:02 am
Thanks for the replies..
perhaps i should have given my final expectations...
i have 2 tables which i'm trying to join. I know the lot exists under the conditions in the subquery...
February 17, 2016 at 10:39 am
and just to expand on this a little further, here's the calculation to do the YTD for the same period the previous year....
=CALCULATE(SUM('Fact Proteus Sales'[InvoiceValue]), DATESYTD(SAMEPERIODLASTYEAR('Dim Dates'[Date])),ALL('Dim Dates'))
October 10, 2014 at 5:04 am
solved it....
=CALCULATE(SUM('Fact Proteus Sales'[InvoiceValue]), DATESYTD('Dim Dates'[Date]),ALL('Dim Dates'))
many thanks to this vid...
https://www.youtube.com/watch?v=E-3TST8uLSk
🙂
October 10, 2014 at 3:34 am
a media event is created which has accountId, stockId, startDate, endDate. (it also has some other details about the event).
after insert, delete, update i need
1) to calculate a %...
January 16, 2014 at 5:01 am
i'm relatively new to t-sql and i've written it as it works so please don't ban me from the forum based on this. It's also quite lengthy.....
first the trigger. It's...
January 16, 2014 at 3:52 am
exactly correct ChrisM@Work. i had a trigger which was a single row update on the table i was trying to delete from. I disabled the trigger and my t-sql ran...
January 16, 2014 at 3:27 am
thanks for the replies, still not working.
annoyingly this test code seems to work....
-- create the test tables
create table test1(
MediaDetailId int identity (1,1) not null,
Qty int null
)
create table test2(
MediaDetailId int
)
-- insert...
January 15, 2014 at 11:14 am
Viewing 15 posts - 16 through 30 (of 92 total)