Viewing 15 posts - 226 through 240 (of 358 total)
Thanks.
Are you using any expressions or package configurations that would affect where you think the Excel file will be?
:w00t:
August 26, 2009 at 9:06 am
I would edit the package and put in a script task prior to calling the stoired proc. Put a MSG box in the script task. Run the package the message...
August 26, 2009 at 9:04 am
I must be doing something really wrong this week. The Microsoft connection site will not allow me to self nominate. That made me a bit grumpy. I spent most of...
August 26, 2009 at 8:34 am
EncryptSensitiveWithUserKey -
I have just built some packages so have been looking at the security level. I can not find written proof that this is true but I suspect that...
August 26, 2009 at 7:56 am
Small talk in moderation can be good. If it helps to build a bond all the better. I was once interviewed by someone who used to play football (soccer dude)...
August 26, 2009 at 7:49 am
Is there a default value for the parameter in the stored proc?
What is the default value for the variable in SSIS?
Can you see what the value of the variable is...
August 26, 2009 at 6:34 am
You are executing the SSIS package from a SQL job. Are you executing the SQL Job on your laptop or on the server?
What is the package protection level in the...
August 26, 2009 at 6:19 am
or is the question -
how do i get current date i.e select getdate() ?
Ells.
😎
August 26, 2009 at 4:57 am
I ahve to admit all of my documentation is done in a word doc of the same name as the package. This can be placed in with the packages or...
August 25, 2009 at 7:59 am
not quite sure what what you are asking. The windows ID must be able to access the folder and read the file.
It looks like this os only the case when...
August 25, 2009 at 7:36 am
Created my own stored proc.
USE [PH_Datawarehouse]
GO
/****** Object: StoredProcedure [dbo].[sp_dts_addlogentry] Script Date: 08/24/2009 14:51:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[usp_test]
AS
IF 1 =...
August 24, 2009 at 8:03 am
Should have said 5mb per file limit. BUT there is a fabulous utility called Chainsaw this will chainsaw your file into whatever size chunks you want and produce a bat...
August 24, 2009 at 6:57 am
Windows live Sky Drive.
25GB of space and all you need is a windows live login. Whats on there is all my notes, scripts, projects, docs and a list of...
August 24, 2009 at 6:37 am
I dont quite understand what you have done. Could you take a screen shot of the control flow tab and data flow tab and add those as an attachmnet and...
August 24, 2009 at 2:11 am
have you tried different options under the impersonation tab of the data source. Mine is currently set to use the service account
Ells.
:w00t:
August 24, 2009 at 1:30 am
Viewing 15 posts - 226 through 240 (of 358 total)