|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, November 04, 2009 3:35 PM
Points: 25,
Visits: 161
|
|
Hi Friends,
how we create packages in sql server database system. whatever iam creating packages those are saved in FileSystem. but i want to save them in SQL server database.
so, is there any option to choose sql server database as my storage location of my packages. Please tell me the steps to follow.
This is very urgent. please help in this tegard.
Thanks sathish
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, January 04, 2013 12:35 PM
Points: 11,
Visits: 98
|
|
Yes. You'll have to open Integration Services in Mgmt Studio. Under "MSDB", create a folder(s) to store your package(s). Then, go to your package and do File --> Save Copy As. Choose your server and folder.
I think you might not be able to do this if you have your package EncryptSenstiveWithPassword though so if that is the case, you may just have to set it EncryptSenstive or DontSaveSensitve (which should be fine since its on your DB server and therefore should be limited access via security)
:)
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, November 04, 2009 3:35 PM
Points: 25,
Visits: 161
|
|
Thanks Aaron,
nice suggestion. I resolved this problem in the same way what you said.
Thanks sathish
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, November 03, 2010 2:32 AM
Points: 1,249,
Visits: 400
|
|
What you may also consider doing, is as following.
In BIDS, right click on your project name and select properties. You will notice there is a Deployment utility section. On this section, select createDeploymentUtility = True.
Rebuild your package, and look at your \bin folder. In here you should now have a Deployment folder. There should be a file created which is an integration services deployment manifesto. If you open this file, this will open a package deployment wizard, which has a step in there which allows you to either select file system or SQL server deployment.
The nice thing about this utility is that it works with your variables, and that it deploys multiple packages within the same project together.
~PD
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 18, 2011 2:29 PM
Points: 70,
Visits: 125
|
|
Hi -
Can you suggest (or) do you know what permissions should i need to give to my user - he needs to creat a SSIS package.
Thanks!
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 4:14 AM
Points: 2,
Visits: 4
|
|
hello to all
this is my 1st time i want to create SSIS package.Step is as below But i am using visual studio 2008 or sql server 2008 r2 so how can create To create a new SSIS package, follow these steps:
Launch Business Intelligence Development Studio. Select File > New > Project. Select the Business Intelligence Projects project type. Select the Integration Services Project template. Select a convenient location. Name the new project ISProject1 and click OK.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 12:08 PM
Points: 4,238,
Visits: 9,480
|
|
arjundhilod (4/2/2013) hello to all
this is my 1st time i want to create SSIS package.Step is as below But i am using visual studio 2008 or sql server 2008 r2 so how can create To create a new SSIS package, follow these steps:
Launch Business Intelligence Development Studio. Select File > New > Project. Select the Business Intelligence Projects project type. Select the Integration Services Project template. Select a convenient location. Name the new project ISProject1 and click OK.
Please start a new thread. When you do, please try to be clear about what question your are asking, as I cannot understand from the above.
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 4:14 AM
Points: 2,
Visits: 4
|
|
| How to create SSIS package and what s/w i need for it ............Step by step i am already use sql server 2008r2 and visual studio 2008.
|
|
|
|