Sorry,
I know that in the past, several posts have been answered with “there are several good sources for SQL on the net, please look for them.” And please redirect this, as necessary.
Here’s the deal.
1. My office set up a virtual developer machine where they installed SQL2008(Express) and BIDS(Business Intelligence Development Studio).
2. I’m trying to upload some XML data to my handy dandy db on SQL2008.
This sounds simple, but here’s what I’m getting:
1. Setting up a connection manager – it won’t find my handy dandy db. If I put the name in the Logical Name, and save it, everything seems to be okay until I go to either test out the connection manager or try to run my package. I just keep getting one of two messages – either my Windows login doesn’t have permission to use my handy dandy db or I am already in my handy dandy db and blocking my package.
2. I’ve tried moving my handy dandy db (and I know this is a big no-no) into the Master db, but when I do this, it still isn’t available and then the same disaster awaits as in #1 above.
I would just as soon keep everything on the BIDS project in XML, since I’m trying to interface with another application, but the XML I have now is for lookup tables and I fear once I get the test data, it will be looking for those lookup tables in the XML references.
Any suggestions? I’m supposed to have something for this project by next week.