Viewing 15 posts - 286 through 300 (of 313 total)
shank,
Change the package security to "EcryptSensitiveWithPassword". Click on an open area of the ssis control flow tab and then go to the Properties window. There is a section for package...
September 12, 2007 at 9:48 am
I would set up a stand-alone table with these columns: tick1, tick2, tick3, etc
Then, when you're external process runs, set the tick equal to green or red or whatever other...
September 12, 2007 at 9:31 am
Thanks for the reply. I'll take a look at that. I was scouring the internet yesterday and came upon the topic of SQL Agent Tokens which I think...
May 19, 2007 at 9:33 am
Sorry, didn't replace [job_id] with [name] like I said:
SELECT [name]
FROM msdb.dbo.sysjobs
WHERE job_id = CONVERT(uniqueidentifier, $(ESCAPE_NONE(JOBID)))
May 19, 2007 at 9:33 am
Sounds good.
March 14, 2007 at 1:28 pm
Have you tried looking into the Unpivot component for the data flow? I haven't had much experience with it, but from my experience it should help you with what...
March 14, 2007 at 1:13 pm
You can look at how the package is made- what components it contains and what transformations are being performed.
March 14, 2007 at 1:08 pm
If you're going to just do an import or export, it's easier to use the wizard and let it build the package. The wizard builds you an SSIS package,...
March 14, 2007 at 11:35 am
The article at http://www.databasejournal.com/features/mssql/article.php/3580216 should help you get started with the import and export wizard.
To schedule it as a job, you will probably do best by changing the...
March 14, 2007 at 11:17 am
Hi,
See my post at http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=148&messageid=349385. It should help you get through your issue.
Let me know if that helps.
Steve
March 14, 2007 at 1:06 am
Thanks for the reply, Frank. If I understand this correctly, this will be exactly what I need to to.
The conditional split component solved the first check where I check...
March 11, 2007 at 11:10 am
I saw them but wasn't sure how to utilize them. I'll take a look at the BOL and then try to work something out.
Thanks for the info.
March 9, 2007 at 8:20 am
I would suggest taking a look at SQL Server 2005 SP2 as it should have more integration with SharePoint. See this article:
March 8, 2007 at 2:49 pm
Good information. Thanks for that. I am still ironing out some of the ways to use SSIS in SQL. I was able to get my packages up...
March 8, 2007 at 2:45 pm
Viewing 15 posts - 286 through 300 (of 313 total)