Viewing 15 posts - 466 through 480 (of 606 total)
Never seen anything like that before. Do all your dimensions take an age to run?
I would suggest making sure you have all the service packs installed. Then delete the dimension...
July 26, 2004 at 7:25 am
as far as I know it all depends on how you set up your sql server installation. I.e right click on the server in EM and select properites and then...
July 26, 2004 at 7:13 am
Look on the advanced tab on the dimension properites. You will see a yes/no for 'All Level'.
July 26, 2004 at 7:10 am
There is no need to use an activex task unless you want to enrich or change the data you are copying in.
Just write your query inside a Transform Data Task...
July 26, 2004 at 7:02 am
Why not just use the 'Microsoft odbc driver for oracle' from the connection windows. Connects just as you would an access db. Does not need tns names file to work.
July 22, 2004 at 10:11 am
You just need to create another dts package and use the dts package task. This is the yellow parcel with a blue arrow wrapped around it.
You can either call the...
July 22, 2004 at 10:04 am
I think it depends on how you have the db configured. For example, I have growth at 10%. I imagine that when the db needs more space it will take...
July 22, 2004 at 5:00 am
You need to check the box 'Always read properites from UDL file'. If it is unchecked, the information is cached.
July 22, 2004 at 4:14 am
Did you shrink the database afterwards. You will probably find that the space will not be reclaimed until you do so.
July 22, 2004 at 3:58 am
It sounds to me that you have some very large dimensions. Do you have any description type columns in the dimensions? It is not a good idea to hold large...
July 20, 2004 at 5:44 am
You could always WAITFOR, but I guess that effectively stops anyone querying the tables during update.
July 16, 2004 at 7:01 am
All I can think of is to query msdb..sp_get_composite_job_info to see if the job is still running. ACTIVE = "Y"
You will then need code to see when the job started...
July 16, 2004 at 5:52 am
I get you now. I don't know of a way to reporoduce the behaviour. I very much doubt there is unless you specifically build something.
July 15, 2004 at 9:07 am
Have you thought about using the read config task.
I created one to dynamically populate the destination file through activex.
You may be able to use global variables. See this link....
July 15, 2004 at 8:17 am
Have you thought about calling the dts package from vba and sending in the parameters you want to be dynamic.
You can give your users a locked down front end...
July 15, 2004 at 3:52 am
Viewing 15 posts - 466 through 480 (of 606 total)