Viewing 15 posts - 16 through 30 (of 34 total)
I figure it out.
using below expression:
=iif((fields!db_owner.Value) =1 and fields!db_owner.Value = sum(fields!db_owner.Value),"Pink","White")
December 8, 2015 at 12:32 pm
hmm.. the point is I don't see any hyperlink in your post can you send it again? thanks
November 23, 2015 at 2:22 pm
@Phil Parkin
I am using M:\Products & Services\Business Planning & Analysis\ProjectOzRawDataFile_DoNotDelete_Atif\RawData\SAPARawData_PatBell in my package not UNC path I guess so if I have to use UNC path I have to provide...
November 20, 2015 at 8:03 am
And I saw some people had same issue with job agent and they solved problem by making folder as shared folder. But the point is my folder is in the...
November 20, 2015 at 7:16 am
in my command line : /SQL "\"\Driver\"" /SERVER 1k53rw1 /X86 /CHECKPOINTING OFF /REPORTING E
November 20, 2015 at 7:13 am
everyone has access permission on that folder and if I create a job then will use my account credential to run that job anyway I guess. And like I said...
November 19, 2015 at 11:24 am
I already fix the problem thank you for your help.
1 more question here.
I'm trying to schedule my SSIS package and already deployed my as package deployment model into SQL.
after I...
November 19, 2015 at 9:47 am
I have a script task in my SSIS package and count file numbers in the folder but always return mecount = 1 even if there is no file placed and...
November 19, 2015 at 9:39 am
if we can not delete this file then Im gonna write a script to get the excel filename only start with "INV"
November 18, 2015 at 12:04 pm
I using this code based on your suggestion. But always give me file is open error.
public void Main()
{
...
November 18, 2015 at 9:19 am
thanks for your apply!
Can you provide the code for IsFileLocked functioin ?
November 18, 2015 at 9:04 am
I have one script task at top of the package to check if there are any excel file exist in two different folders . If no file exist i will...
November 12, 2015 at 9:44 am
I using below code to check if the excel file is opened or not
public void Main()
{
Boolean mFileLocked = true;
while (mFileLocked)
...
November 12, 2015 at 8:30 am
Thank you Alvin.
Create one job with 3 schedules, one for each day -Complete
For error handling I know it's regarding SSIS package not sql job agent.
I appreciate If you can provide...
November 10, 2015 at 2:36 pm
Viewing 15 posts - 16 through 30 (of 34 total)