Viewing 15 posts - 16 through 30 (of 32 total)
What type of connection are you using?
November 25, 2005 at 4:25 am
I got this error a couple of days ago on my daily data warehouse load. I just re-ran the load, it worked and it hasn't failed since.
I am pretty sure this...
November 25, 2005 at 4:20 am
A foreign key constraint is a relationship between tables to enforce data integrity. It basically checks for the existence of a key in one table before allowing the record in the...
November 9, 2005 at 2:51 am
When you expand the linked server under Security in Enterprise Manager can you see a list of tables when you click on Tables ?
Daniel
November 8, 2005 at 7:03 am
Hi,
I had a similar requirement for incrementally loading data into our DW and this is how I did it.
To do this you will need a global variable and a dynamic...
November 8, 2005 at 5:08 am
Your problem is that the UDF is only available through a SQL Server connection. I think you have two options.
1. Re-write the UDF as a vbscript function and then paste this function into all...
November 8, 2005 at 3:31 am
Hi Dan,
Debugging VB script in DTS is a next to impossible and the documentation isn't great. That said, here is a link to the DTS programming reference which should help.
November 8, 2005 at 3:24 am
If there are no dependencies between the packages then it would be easiest to remove the package that runs only between Tuesday and Saturday from the master package and schedule...
November 8, 2005 at 3:16 am
You could start by reading some of the information on this site.
Good luck!!!!!
November 4, 2005 at 9:47 am
Is the KEEPNULLS option suitable?
Daniel
November 3, 2005 at 10:47 am
I've not come across this berfore. Try using a dynamic properties task to set the batch file location from a global variable each time the package runs.
Daniel
November 3, 2005 at 10:44 am
Try This.
Select
FK_Book,
Category
From
#BookCategory
Where
FK_Book
Not In (Select
November 3, 2005 at 10:36 am
Thanks for the replies.
Personally I think benchmarking a server in this way is a waste of my time but my manager is very keen on the idea. lol.
There is no...
November 2, 2005 at 8:59 am
Is the developer is updating all of the necessary connections within the package to use the new emerid user account or are they just using the emerid user to logon to...
November 2, 2005 at 7:52 am
Viewing 15 posts - 16 through 30 (of 32 total)