Viewing 15 posts - 106 through 120 (of 134 total)
If you want to load all the excel files in a directory, you just need folder location and files(*.xls). You don't have to use variables for these. Inside you can...
June 13, 2008 at 9:42 am
Its not clear(Going to its location ???), how r u executing exactly and when r u getting this error ?
-V
June 12, 2008 at 11:46 am
Hi,
You need to work around with something like this....Find all command options available through winzip..It has password (-s) command etc...You need to use xp_cmdshell, unless you are not fan of...
May 21, 2008 at 10:12 am
Hi,
You need to deploy your package. How did you copy the package to msdb folder ? Refer the SSIS package deployment..
-V
May 20, 2008 at 12:57 pm
hi,
You have to use script task to check for null and replace it with ""
Try this:
If Row.Column1_IsNull = True Then
Trim(Row.Column1) = ""
...
May 19, 2008 at 10:54 am
I guess it is the problem with the network so the communication error.
-V
May 19, 2008 at 10:20 am
Hi,
Yeah..Begin and end..Also, It didn't like database name with the disable trigger..I had 39 triggers to disable..
Solved...
Thanks Guys!!!
May 16, 2008 at 3:10 pm
You forgot to put the code...
-V
May 15, 2008 at 1:14 pm
Hi,
How to find triggers assosiated with a table ?
Thanks again..
-V
May 15, 2008 at 9:42 am
Hi,
I wanted to know disable all triggers at once, which had text like GLPAudit, not individually. Using dynamic sql it may be possible I guess..But I don't know much dynamic...
May 14, 2008 at 9:16 am
Hi,
You cn usev execute sql task to use t-sql. In your case, you have to use variables to map your stored proc opuput. even you can use t-sql on job...
May 13, 2008 at 4:37 pm
Hi,
It is not clear that you have problem with restoring of your msdb database or with the SSIS package inside msdb database. If you wnt to access SSIS package in...
May 12, 2008 at 11:19 am
Hi,
Do you have sufficient permission to use sql server agent ?
May 12, 2008 at 10:25 am
Thank you for your answers. I will try, any way its a brand new server !!!
-V
May 9, 2008 at 5:04 pm
Do you have BIDS installed ?
-V
May 8, 2008 at 5:19 pm
Viewing 15 posts - 106 through 120 (of 134 total)