Viewing 15 posts - 226 through 240 (of 312 total)
ok but that is still to manual. That takes someone opening it. I want it so it sends out refreshed using the SQL server only.
August 21, 2006 at 2:45 pm
The OR statement worked but the performance changed from 2 min to 42 min query. I also found that there is some duplication in the Sales data between your_reference...
August 4, 2006 at 8:52 am
This is probably pretty late but if you never found the answer this will work on 2k
DBCC SHRINKDATABASE (N'Hr_database', 0,TRUNCATEONLY)
August 2, 2006 at 8:20 am
I do not think you can. You would have to use a linked server and write a script to compare the two tables
July 18, 2006 at 9:26 am
This is a rough answer but using excel you can do both mdx and link to the data using pivot tables. That would be under data import and choose...
July 18, 2006 at 8:06 am
Yup all those things are what I am doing. So I need to grant execute rights only to specific Procs. Is there a good way to handle this? ...
June 14, 2006 at 10:35 am
I understand what you guys are saying but when I do the top 5 thing I only get 5 records. I need the top 5 per customer/item combination. ...
June 2, 2006 at 8:28 am
These are unposted sales orders. This is an alert to notify of Quantity out of tolerance. Cost has no berring. Basically this is to help in...
June 1, 2006 at 9:16 pm
Wow that was pretty cool. I never new that. I of course shared this to co-workers and got kudos. Thanks a ton. that helps me in...
May 23, 2006 at 10:13 am
Also FYI on the maintanence task of deleting old back ups. I had a problem where it would not delete the old files. It was looking for extension...
May 17, 2006 at 1:09 pm
From the sounds of it you need a relational Cube so that changes are reflected. Problem with that is I do not think you can do that once a...
May 17, 2006 at 9:53 am
I have had this problem. The only solution I found was this site
http://www.orafaq.com/forum/t/38079/0/
This solution will only work on a 32 bit system. If you are on...
May 17, 2006 at 8:23 am
Viewing 15 posts - 226 through 240 (of 312 total)