Viewing 15 posts - 4,831 through 4,845 (of 11,678 total)
A better forum might be the SSAS forum itself (you have to scroll a bit more down):
September 18, 2013 at 2:36 am
Please read the link in my signature on how to post questions.
In short, we need the following: table DDL, sample data (in the form of insert statements) and desired output.
On...
September 18, 2013 at 2:33 am
There are classroom trainings with that kind of offering, but not sure about online trainings.
September 18, 2013 at 1:14 am
If you google for SQL Server top 10 design mistakes you can find some good leads.
Kevin Kline has a session about this, you might find a recording online.
Here are the...
September 17, 2013 at 12:29 pm
I haven't used them personally, but I know the teachers of the courses are real professionals.
September 17, 2013 at 7:11 am
Check out pragmatic works and pluralsight.
September 17, 2013 at 6:32 am
No. If your SSIS packages are stored in the MSDB database, you can query them using XML functions.
Here's a starting point:
September 17, 2013 at 5:12 am
As I said, for SSIS package you'll need to parse the XML file to get the connection manager info.
September 17, 2013 at 4:39 am
You mean for documentation purposes?
You'll need to parse the SSIS package to get that information (a .dtsx file is just a XML file).
September 17, 2013 at 3:38 am
I'm no DBA myself, but this book has got some good comments:
September 17, 2013 at 12:55 am
Data virtualization. It's the first time I hear that term. I know data visualization, but SSIS is certainly no visualization tool.
If it's about data integration, SSIS is really a good...
September 17, 2013 at 12:53 am
You probably will need to change your design in the database.
September 16, 2013 at 10:58 am
Oh boy, if the package already takes 40 minutes to run, the OLE DB will slow it down to a couple of hours.
Furthermore, regarding your statement "... incorrectly suggesting that...
September 16, 2013 at 7:54 am
Viewing 15 posts - 4,831 through 4,845 (of 11,678 total)