Viewing 15 posts - 631 through 645 (of 2,636 total)
When you open a package I Business Intelligence Development Studio, Protection Level is shown in the package properties. That's where you can change it. By default, it's always...
December 2, 2008 at 12:08 pm
And please, please don't post the same question in multiple forums. It might seem like you'll get more responses, but it just wastes peoples time and spreads replies all...
December 2, 2008 at 9:46 am
I've gotten this error when I've saved a package with the Protection Level set to the default EncryptAllWithUserKey, which means only I can execute the package. I changed the...
December 2, 2008 at 9:34 am
Please don't double post. See replies in this thread: http://www.sqlservercentral.com/Forums/Topic611126-19-1.aspx#bm611634
December 1, 2008 at 1:18 pm
You could also script out the jobs in Enterprise Manager and run the script in a SQL 2005 query window.
December 1, 2008 at 1:09 pm
You can import multiple tables in the Wizard if you choose "Copy data from one or more tables or views" rather than "Write a query to specify the data to...
December 1, 2008 at 12:35 pm
Next time you use the Wizard, when you get to the screen that has options to "execute immediately" and "save SSIS package", choose to save either in SQL Server or...
December 1, 2008 at 9:25 am
Yeah, point in time recovery depends on the database using full or bulk-logged recovery model. So more information is needed from the OP.
November 26, 2008 at 12:15 pm
Please describe how you migrated the DTS package to SSIS. Did you use the Migration Wizard in SSMS or in BIDS? If you did, you have to choose...
November 26, 2008 at 12:10 pm
ritesh.saluja (11/26/2008)
I cannot see any permission details at table levels like "Select, insert2 permission...
November 26, 2008 at 10:33 am
CHECKIDENT works fine, but the OP said he's deleting all rows from the table anyway, so TRUNCATE
TABLE meets both needs.
November 26, 2008 at 10:12 am
You should read "Deploying packages [Integration Services]" in BooksOnLine. That will get you started and may answer all your questions. If you have trouble, you can post specific...
November 25, 2008 at 2:15 pm
Amit Joneja (11/25/2008)
After importing the DTS packages, I right-click and choose "Migrate Package".
Ah, omitting that bit in your original post is what threw me off. BTW, do you...
November 25, 2008 at 1:30 pm
You can specify the schema when you save the new table by inserting the schema name in front of the table name in the save table dialog box.
November 25, 2008 at 10:17 am
Rich,
I don't know how you could have a schedule without a related job. Query dbo.sysjobschedules and dbo.sysjobs in msdb to see if there are is a related job.
November 25, 2008 at 10:08 am
Viewing 15 posts - 631 through 645 (of 2,636 total)