Viewing 15 posts - 10,666 through 10,680 (of 11,678 total)
Craig Farrell (1/3/2011)
Happy...
January 3, 2011 at 11:17 am
You can also check out the blog of Jamie Thomson (SSIS junkie).
He has a lot of blog posts on the basics of SSIS.
New blog: http://sqlblog.com/blogs/jamie_thomson/
January 3, 2011 at 3:57 am
You can process a cube using SSIS (or management studio), but you should construct a cube using BIDS (the same developer interface as for SSIS).
When you create a new project,...
January 3, 2011 at 3:54 am
My advice: don't use them.
They don't really have a purpose and they are just there so there's some similarity between SSIS and SSAS/SSRS.
For more information, see this article:
January 3, 2011 at 3:52 am
This might be an oversimplification, but I usually test SSIS packages by running them in BIDS and see if everything becomes green 🙂
After that, I check if the output is...
January 3, 2011 at 3:49 am
LutzM (12/30/2010)
At the beginnig I had my hard times with SSIS, too (who didn't)?
I didn't 🙂
I liked SSIS right from the start (except of course those crappy SQL editors...
January 3, 2011 at 3:41 am
How do you want to import the Excel columns?
As strings or as dates?
January 3, 2011 at 3:35 am
Is there a reason why you are using cursors to delete records, or are you just experimenting?
January 3, 2011 at 3:33 am
Is there a question?
If yes, could you explain your question/problem a bit further?
January 3, 2011 at 3:23 am
Maybe this thread can offer some assistance:
http://www.sqlservercentral.com/Forums/Topic982326-364-1.aspx
January 2, 2011 at 11:52 am
Probably a bit late since those 4 hours have already passed, but how are the packages stored on the server? On the file system, in the package store or in...
January 2, 2011 at 11:45 am
First verify which service account SQL Server Agent uses (in SQL Server Configuration Manager)
Then go to the folder and make sure the appropriate rights are set.
For more information, see:
http://msdn.microsoft.com/en-us/library/ms191543(v=SQL.90).aspx
January 2, 2011 at 11:41 am
Regarding the installation of 2005 express, the following blog post can be of some assistance:
January 2, 2011 at 11:36 am
Viewing 15 posts - 10,666 through 10,680 (of 11,678 total)