Viewing 15 posts - 91 through 105 (of 139 total)
Thanks for the response, now I just have only 1 package instead of 2 packages. How do I check for the file existence and then exec the package if the...
May 21, 2008 at 3:30 pm
Ben Sullins (5/21/2008)
Why not make an SSRS report with a data driven subscription?
Ben,
Please let me know any article you may have to do this. Thx much.
May 21, 2008 at 10:21 am
veenagireesha (5/20/2008)
Hi,You need to deploy your package. How did you copy the package to msdb folder ? Refer the SSIS package deployment..
-V
Thanks for your response, I imported by right-clicking on...
May 21, 2008 at 9:35 am
I did the following to save the SSIS package onto db server:
Imported the SSIS package into MSDB folder and also imported into the
\MSDB\Maintenance plans folder.
I get the following error:
Could not...
May 20, 2008 at 10:10 am
Thanks for your response, Is it safe to use File watcher task, as I heard that it can cause memory leaks!
I set the option of timeout value to 2 minutes...
May 2, 2008 at 2:19 pm
I linked up the File watcher task and the Exec package task(Filesystem - with the desired package that should execute when true).
Do I need to schedule this package1 which...
May 1, 2008 at 7:21 am
Since the SSIS packages are not in MSDB, I did the following:
1. Right click on MSDB
2. Import package
Inside Import package window:
Package location: SQL Server
Server: servername
authentication: windows authen
Package path: \\server\C$\folder1\SSIS...
April 24, 2008 at 1:18 pm
lucky (4/17/2008)
Mh (4/17/2008)
Any help will be great!!Have you evaluated your expressions so that you can verify the exact path it is trying to hit.
Yes, I did that and it shows...
April 18, 2008 at 7:19 am
Any help will be great!!
April 17, 2008 at 3:48 pm
Here's what I did so far, struggling with this for the past two days to get it work, any help is greatly appreciated:
I have foreach loop container, inside which there's...
April 16, 2008 at 8:51 am
This will give you exactly what you need, loading data from multiple excel files was a big pain, it took me a while to figure this out.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2317252&SiteID=1
April 15, 2008 at 9:33 am
Steve Jones - Editor (4/11/2008)
What are the sizes of the log backups?
size of the Tran log backup's is 220MB(average).
April 11, 2008 at 1:35 pm
How about this one, I want to know if Free: 1756.5MB is it okay for the database??
1. I have the following question on the space allocated for DB's:
From the task...
April 11, 2008 at 9:07 am
I need to find out if debug and trace will help us to determine why the connection is being lost as we are losing connection once in a while when...
April 3, 2008 at 9:36 am
In what order does the following need to run:
1. Reorganize data and index pages
2. Update stats
3. Check database integrity
Also since Reorganize data and index pages takes care of Update stats...
March 27, 2008 at 3:35 pm
Viewing 15 posts - 91 through 105 (of 139 total)