Hi! Thank you so much for responding!
I may not have been clear about a couple of things.
The company I'm doing this work for will not allow SSIS to be installed on the DB Server. They will not allow DTSX packages to be stored either within SQL or anywhere on the file system of the DB Server. As I read their requirements document further, they won't even allow SQL Server Agent jobs to run on their database servers. It looks as though the only way they allow data to be loaded is by processes developed through their ETL group.
The basic upshot is that I need to be able to install SQL Server on this little App Server in order to run jobs, data load processes, so some reporting, and allow this all to be maintained by the person running that server. At least that's what I'm thinking at this point. They're making it nearly impossible to deal with their different IT departments. I get it that this is a HUGE company, and the work I'm doing is just one small data and reporting project that their IT group doesn't want to do. Still, I wish they would have a special group specially designated to manage these small projects. All their IT group seems to care about are the enterprise applications, which is how this small project wound up being contracted out to me in the first place.
I'll come back with how we finally worked this out as soon as I have an answer. Thanks again!
Karen
Good luck. It sounds hellish!
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
Karen Grube,
a) You can configure SQL agent to run packages from file system. So if you can place the package in a fileshare and if the sql server agent has access to these files, you can succesfully configure the job.
b) Another aproach you can use is create an application (.net) to call these packages . schedule this with windows scheduler.
http://stackoverflow.com/questions/273751/how-to-execute-an-ssis-package-from-net
I havent tried the second option (I had been a DBA with all access most of my career), but I am confident it should work
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply