Viewing 7 posts - 11,671 through 11,677 (of 11,677 total)
If you run the following query at the msdb database (one of the system databases) at your SQL Server, do you get any results?
SQL Server 2005:
SELECT [folderid]
...
February 16, 2010 at 7:07 am
Ragie,
I've had a similar issue not so long ago.
I was also looking for a clean way to 'exit the loop' if an error was found (similar to the continue statement...
February 16, 2010 at 5:36 am
You could also send the execution command directly to the server. Something in the like of:
"C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /SQL "\Folder\MyPackage" /SERVER "MyServer" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF...
February 16, 2010 at 1:00 am
Hi.
I recreated your problem in one of my cubes.
I added a calculated attribute 'Test' as day(Calendar_Date) in my time dimension.
I did this in the data source view by using a...
February 15, 2010 at 7:27 am
Did you try re-starting the Integration Services-service in SQL Server Configuration Manager?
February 15, 2010 at 6:57 am
Some basic questions to start with (some may even seem stupid :))
* Did you deploy the cube to the right destination on the server?
* Has your connection manager in BIDS...
February 15, 2010 at 6:37 am
Try to get your hands on the book "Professional Microsoft SQL Server 2008 Integration Services" from Wrox.
It provides you with a thorough overview of SSIS, together with a lot of...
February 15, 2010 at 5:55 am
Viewing 7 posts - 11,671 through 11,677 (of 11,677 total)