Viewing 15 posts - 6,106 through 6,120 (of 11,678 total)
Please do not crosspost. It wastes peoples time and fragments replies.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1393165-1549-1.aspx
December 6, 2012 at 12:32 am
In 2013 I will be exploring the new BI capabilities in SQL Server and Office 2013 (so basically the tabular model and PowerView).
I hope to get my MCSE certification on...
December 6, 2012 at 12:30 am
Usually integer columns are a bit faster than string columns.
So for a primary key it's a good idea to take an integer column, instead of a string column or a...
December 6, 2012 at 12:27 am
I would put a property on the visibility of the 2012 column that checks the parameter value.
December 6, 2012 at 12:25 am
Put a dataflow on the control flow. Add an OLE DB source and an OLE DB Destination. Done.
(you can find stuff like this in even the most basic tutorial on...
December 6, 2012 at 12:23 am
I don't see any actual errors. What does the SQL Server Agent log say?
December 6, 2012 at 12:21 am
Yes, if you have a link between those two.
In other words, one dimension should have a foreign key to the other dimension.
December 6, 2012 at 12:15 am
davdam8 (12/5/2012)
I would like to improve the look/design of the report.
Turn it more attractive visually.
Is there a way to add design features to SSRS?
Thanks
Sorry if it sounds crazy.
Regards!
In SSRS...
December 5, 2012 at 5:13 am
If you don't specify the package to run in 32-bit it will run in 64-bit and thus search for 64-bit providers.
So I think you won't need the 32-bit provider on...
December 5, 2012 at 4:52 am
dan-572483 (12/4/2012)
December 5, 2012 at 3:57 am
You'll need two dimensions in your cube. One SendCountry dimension (linked to the fact with the SndCountryKey) and one PayCountry dimension (linked to the fact table with the PayCountryKey)
This modelling...
December 5, 2012 at 3:51 am
It seems to be some sort of permission issue.
Which account is used to run the SSIS package?
December 5, 2012 at 3:49 am
Does DB2 have some sort of bulk insert functionality?
December 5, 2012 at 3:47 am
Could you be a bit more specific?
What do you want to improve?
December 5, 2012 at 3:43 am
Viewing 15 posts - 6,106 through 6,120 (of 11,678 total)