yes. If I set this to one graph per CPU, I get 4 individual graphs and not 2.
I see this issue in more than one place. For instance, in MSSQL Server properties in Enterprise manager, the processor tab allows me to set processors 0, 1, 2, or 3 to be active when I use MSSQL. Why would MSSQL...
Hi All,
Search functionality is down so I apologize if this is a duplicate.
I have a dell poweredge 1600SC server with a dual cpu. My OS is W2K advance server and for some reason instead of seeing 2 CPUs in task manager, I see 4.
Additionally, every process seems to only occupy 25% of CPU...
Thanks Donutman. I was going to post the following:
DROP TABLE #Tmp
declare @setdate as datetime
set @setdate = getdate()-30
CREATE TABLE #Tmp
(DateNum datetime)
WHILE @setdate < convert(varchar(10),getdate(),101)
BEGIN
INSERT INTO #Tmp
SELECT @setdate
SET...
Hi,
I have a challenge here that I'm sure there is a way around:
I'd like to create a trend query that has running totals per day (including days w/ 0 total). The only problem is that the table I am querying only has records for the days that events took place. e.g.
date total...
Hi Guys,
This should be easy but I'm having trouble.
I have a report with a report parameter called 'Parameter A'.
Parameter A's values are listed as non queried values:
Label Value
ParamA ="A*"
ParamB ="B*"
ParamC ="C*"
ALL ="*"
NOT_C...
Another followup but no solution.
I have noticed when creating an ASPX page and referencing a report that uses the bar chart control, the image is not displayed. This is the kicker though.
Despite having the red X on the image as if to say the image didn't load, mousing over the bars will still...
Hi All,
Simple problem I think.
I have a group of reports setup in reporting services and I would like to make them available through a webpage. This is a security question:
If I have my IIS directory security settings for my site set to integrated authentication, and I have set the report...
Actually, help in enterprise manager only points to the microsoft management console help file.
Query Analyzer has an excellent transact SQL reference. Lookup Cast and Convert and they have a whole section on date format manipulation.
Hi Guys,
Working on some reports right now and the guy from sales likes bar charts and the girl in marketing likes pie charts.
Simple solution right? Be able to toggle from one chart type to another!
I'm actually having trouble doing this. I'd like to simply modify the report.type property...
Hi there,
Assuming your MSSQL service is still running and your installation isn't corrupted, you can do this by opening Start Menu --> Programs --> Microsoft SQL Server --> Service Manager.
You'll get your Service manager window to popup. Close the window and it should sit in your taskbar.
Nothing inconvenient in posting your questions on this site. I encourage you to post more reporting services questions so they can start a separate forum soon.
Not sure if I totally understand your question yet, but there is a filter property that can be assigned to a dataset that works like a where clause.
If this isn't helpful, elaborate a bit on what you're trying to do:)
The tool is free and comes bundled with a widelely used DBMS. I think it will blow away the competition even if the feature set is less. It's just too easy to use and too many people are irritated with Crystal and the gang.
Kinda stumped on this but I thought I would help anyway.
Not sure about the purpose of the money data type if it doesn't output with a currency symbol. Here's a workaround in case there is no way to display the currency symbol straight up.
select '$' + CONVERT(varchar(20),AccountPrice) from...
Skip playing with the format code because ssrs gets confused trying to apply a numeric format code to the entire expression because the addition of the string to the end of the expression makes the expression not exclusively numeric.
convert the first part an integer using the cint command and...
Both of your queries work Jay.
Thank you.
MSSQL reporting services is an interesting tool. As I familiarize myslef with it, I'll be sure to add any insight I gain to this site.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.