Viewing 15 posts - 106 through 120 (of 186 total)
Thanks and just to confirm, the SQL server has a build number of SP2 plus a query hot fix.
Is it possible the application of the SP2 didn't patch the SSIS...
March 21, 2008 at 8:25 am
It sounds like it...your error message cannot find a valid SQL id to become the db_owner.
In most cases unless a vendor app asks for it but the database owner is...
March 18, 2008 at 2:41 pm
If that is the case why would I get this message:
Error:SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The product level is
insufficient for component "Data Conversion (cleared_amt)"(1422)
Error:SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The product level is
insufficient...
March 18, 2008 at 1:28 pm
Any resources you can recommend to do some additional research on the syntax diffs and the migration? I can only put tools on my own laptop but in return can't...
March 12, 2008 at 1:08 pm
You apologize for the question being basic I hope you don't mind the answer basic as well!
Open SSIS, on the control flow select the Control Flow item 'Script Task'. ...
March 12, 2008 at 12:48 pm
T tried to upload some of the tables and the queries remained in Access, but we had to bring them back to Access since performance was unbelievably slow and at...
March 12, 2008 at 12:36 pm
Thanks guys I haven't had time to test but this makes sense. I build the SSIS package on my desktop and the flat file is located on my C...
February 29, 2008 at 2:10 pm
No errors when run in Business Studio but if I run it in SQL job I think I don't have the correct settings as there is a myriad of tabs...
February 28, 2008 at 6:59 pm
You create a package via the Business Intelligence Development Studio. Debug it..make sure all steps are green then Save As to SQL server msdb database.
In Studio Manager if you...
February 27, 2008 at 2:55 pm
There is an option in the export/import to append data but if this is test, I feel it is much easier to do a backup of production, then do a...
February 27, 2008 at 2:50 pm
Keith try this:
1. In the source server via Studio Management, highlight the table, right-click and choose Script Table As Create To New Query
2. Save this query as a .sql file
3....
February 27, 2008 at 12:48 pm
Rob,
Try this script to find all columns of job_id within the msdb database. If this script doesn't work I have two more search scripts:
/* This command using the undocumented...
February 27, 2008 at 12:44 pm
In SQL 2005 in msdb.dbo.sysjobs that field is no longer there.
It is replaced by the originating_server_id which is an INT datatype.
Haven't need to delve into this much but...
February 22, 2008 at 10:52 am
Again not sure if I follow...a 'shell' SELECT script is this
SELECT [column1]
,[column2]
,[column3]
,[column4]
...
February 21, 2008 at 12:35 pm
Viewing 15 posts - 106 through 120 (of 186 total)