Viewing 12 posts - 46 through 57 (of 57 total)
1. On the subscription page for the failing report, what's the status of it?. This will help to find out what went wrong.
2. Double-check the schedule. Sometimes RS uses a...
April 27, 2005 at 4:55 am
Autoshrink is very costly in terms of resources and can cause a lot of locking issues, not only on the distribution DB but on all others.
My personal preference is to...
April 26, 2005 at 1:44 am
I had the same problem where I had to backup a prod. DB 4 times a day, and at the end of every day the network guys backed up the...
April 20, 2005 at 7:02 am
I tried installing the Sample Printer Delivery Extension from RS, and did not worked the first time. But supposedly works, creating a new export...
April 13, 2005 at 6:24 am
If you see the status of the job marked as "Failed", then check the detail log of the package.
If the package did not run at all, open it and check...
April 13, 2005 at 6:19 am
The use of Tempdb depends on a lot of things: how heavely cursor, sorts, on-the-fly agregations are used, rollups, etc. Also Tempdb is shared with all DB's and users, so...
April 7, 2005 at 7:54 am
Thank you all. I was able to transfer the log, but now the new week came up, and the cube had to be fully-reprocess (as every week).
But this time, the...
April 7, 2005 at 6:06 am
I migrated the AS repository to SQL too, but the log is still on the jet engine.
1. How do you moved the log table to SQL?
2. How do you...
April 6, 2005 at 6:49 am
Check the path for the default Data and Log files in your production server. I'm not sure where RS tries to create its databases, but I assume they should be on...
April 5, 2005 at 9:18 am
You're correct Scott; this only exports a Structured file. My mistake, sorry for the waste of time.
But also thanks to Mike for his help.
Cesar
March 23, 2005 at 11:25 am
Here's my modified copy; I changed it so it only displays the command to do the export, but you can comment out the line that executes it.
Change the destination folder...
March 23, 2005 at 9:01 am
There is a script called sp__SaveDTS, that scans sysdtspackages, and creates a call to export that package to a VB file. Once you have all the packages in text format,...
March 23, 2005 at 5:55 am
Viewing 12 posts - 46 through 57 (of 57 total)