Viewing 15 posts - 226 through 240 (of 642 total)
Thanks a lot for that advice. I will try today.
March 18, 2014 at 8:23 am
Shawn, I've been googling but OData links are sparse.
I want to create an OData source in a new Project/package but there's no Source Connection Manager called that in my...
March 17, 2014 at 10:24 pm
Shawn, thanks.
Icbidtg (I can't believe I didn't try google:w00t:). I didn't think it could be about the type of connection. Thanks for the next lead.
March 17, 2014 at 7:35 am
Shawn, In the XML file I find three connectionManagers.
It seems that VS is not liking the OData one. So, I removed it (left other two alone) and tried reload,...
March 17, 2014 at 1:16 am
And what files would be a reasonable way to ask for from someone intending to share their ssis package with you? This ssis package exists on that person's computer...
March 17, 2014 at 12:14 am
very good ideas. I will try this.
March 16, 2014 at 11:58 pm
thanks for replying happycat and shawn. Glad to learn about opening up in notepad and tips for finding version.
PackageFormatVersion is 6 so 2012!
So, should I...
March 16, 2014 at 11:07 pm
Hi Dixie Flatline, I saw this on another post and was trying to understand it so I appreciate that you explained the code more in this version. I will...
March 4, 2014 at 3:01 am
Well, I thank you very much for advising on the NEWID() function.
I went searching for the answer to my question in an existing thread and found these. I hope...
March 2, 2014 at 11:48 am
I don't know why they did that in Books Online except, maybe, that it's easier to remember than 2147483647, which is the maximum postive number that an INT can contain.
by...
March 2, 2014 at 11:30 am
The Dixie Flatline (12/16/2010)
Generating TOP (X) WHERE (random number test) is fast, but tends to skew towards...
March 1, 2014 at 10:34 pm
Hi RBarryYoung,
Can you please explain use of 0x7fffffff ?
March 1, 2014 at 9:02 pm
Problem is solved by using Dense_Rank function and the blog that helped me solve problem of not being able to use COUNT DISTINCT in the OVER clause with PARTITION BY...
February 23, 2014 at 4:48 pm
Jeff, the query you gave me gives incorrect average, anyway. So the following query shows how I get just the correct Average#ofLineItemsPerDistinctInvoice for any given month. It's what...
February 23, 2014 at 1:07 pm
the reason for preaggregating is because there's too much data to fit into excel and growing. But, in preaggregating the column names need to remain intact, with no intersection...
February 18, 2014 at 10:34 pm
Viewing 15 posts - 226 through 240 (of 642 total)