Viewing 15 posts - 1,081 through 1,095 (of 1,839 total)
Did you check your logs to see where the time is being taken? (e.g. data acquisiion or manipulation within RS).
February 22, 2006 at 4:13 pm
You could look at using the parent child hierarchy type, this will/should handle your P/C relationships (but may not if you can't find a way to extract them from Hyp...
February 20, 2006 at 11:57 pm
I haven't tested it but the datatype of the param may be fixed at varchar, so maybe casting it to an integer may fix the issue.
February 20, 2006 at 11:45 pm
The client side printing needs the activeX control installed. This should install on the first attempt to print when using a machine without the control installed. I...
February 20, 2006 at 9:47 pm
Ajay gave you the TSQL that you can use in a separate dataset which you then use in specifying the default/s for your time parameters.
If you don't want to use...
February 20, 2006 at 8:02 am
Did you upgrade or do a clean install to XP? Can you remove the activeX control and re-install it? I know in XPSP2 you can go to the...
February 20, 2006 at 7:54 am
Possibly the 'Web part pages' or 'Webs' areas in the following url could help you. You can definitely query SPS for info on what it contains.
HTH,
February 18, 2006 at 5:01 am
Other than trying to write your own RegEx parsing strings, I'd try to use someone else's RTF to TXT conversion code. Here are a few ways -> http://www.freedownloadscenter.com/Web_Authoring/HTML_to_ASCII_Converters/RTF_to_HTML_DLL.html ...
February 18, 2006 at 4:50 am
AS works only with integrated security, so no, no SQL user accounts/names are allowed.
February 18, 2006 at 4:37 am
RS is putting the data into a tempdb (cache) so it can reference this for future runs/exports to excel etc.
If you check your (execution) logs in the RS...
February 18, 2006 at 4:31 am
I have a friend who encountered this also but he had a fix - I'll find out what it was and post it.
February 17, 2006 at 3:04 pm
I would normally pivot the data also (like Chris is alluding to) and have the 'time' identifier as a single field and the 'amount' as a single field (you're currently...
February 16, 2006 at 4:52 pm
OK, i didn't read through all of the code, but... it was long.
With what you'retrtying to do, are you getting a result set like this ->
Part123 22 ...
February 16, 2006 at 4:41 pm
As Michael posted, you should be able to find info on the webservice in BOL. Also if you hit the URL he pasted directly (change server names if required)...
February 16, 2006 at 4:19 pm
re: the complexity of build etc, if you're concerned that your archives may be corrupt, you could try the DSO-XML tool (unsported from msft, thnks Dave Wickert!). It scripts...
February 16, 2006 at 5:02 am
Viewing 15 posts - 1,081 through 1,095 (of 1,839 total)