Viewing 15 posts - 6,616 through 6,630 (of 11,678 total)
Normally you can install different editions side by side without issues.
July 30, 2012 at 12:49 am
Which datatype is used in the dataflow?
Go to the advanced editor of the source component and check the output columns.
July 30, 2012 at 12:47 am
Is it possible to give the desired output for the sample data that you provided?
July 30, 2012 at 12:33 am
Something like this?
SELECT ID, Name, Type, CountType = COUNT(Type)
FROM Table1 t1 INNER JOIN Table2 t2 ON t1.Type = t2.Type
GROUP BY ID, Name, Type
This code is a best guess, as there's...
July 30, 2012 at 12:31 am
It's possible. You can "model" a dimensional starschema in the data source view of Analysis Services.
July 30, 2012 at 12:12 am
Which data column did you want to remove exactly?
And which column do you want to speed up?
Typically, indexes will enhance query performance, if created correctly.
July 30, 2012 at 12:09 am
L' Eomot Inversé (7/27/2012)
It seemed to me ...[/i].

ps: not meant sarcastic, ironicallly or cynically, but as a real compliment. Just in case 🙂
July 27, 2012 at 1:57 pm
Jeff Moden (7/27/2012)
SQL Kiwi (7/27/2012)
Jeff Moden (7/27/2012)
I had an ephipany that just hit me like a ton of bricks....I see! Well that explains it
Wow... Another eye opener that...
July 27, 2012 at 11:11 am
Jeff Moden (7/27/2012)
Koen Verbeeck (7/27/2012)
Jeff, this is all your fault.http://www.sqlservercentral.com/Forums/Topic1336367-147-1.aspx#bm1336413
ps: irony
BWAAA_HAAA!!!! Too funny, Koen! I think that even without your "ps", I'd have picked up on the irony of...
July 27, 2012 at 11:04 am
Jeff, this is all your fault.
http://www.sqlservercentral.com/Forums/Topic1336367-147-1.aspx#bm1336413
ps: irony
July 27, 2012 at 5:39 am
You just need to upgrade the package to the 2008 SSIS version (it will change a version number in the XML behind the .dtsx and upgrade the native providers) Since...
July 27, 2012 at 5:33 am
Viewing 15 posts - 6,616 through 6,630 (of 11,678 total)