Newsgroup questions !
Are you new to SMS 2003 and need some quick answers ? Try the SMS Communitys and newsgroups. you can find them if you follow this link -> Community.
Another good resource is the Tech FAQs. They contain alot of good information, if you need to know something check there first.
http://www.microsoft.com/technet/sms/2003/library/techfaq/default.mspx
An example of a question could be:
Question:
There seems to be a limitation on the Web Reporting tool of 10,000 records. Is there any way to increase that?
Answer:
You can change the limit by modifying the registry on the reporting point machine. Under the HKEY_LOCAL_MACHINESoftwareMicrosoftSMSReporting key, add the DWORD value Rowcount and assign it the value for your desired maximum limit. The maximum row count in decimal is 32767. If you need to return more than 32,767 records, you can set the row count to 0xffffffff hexadecimal, which will return all rows. However, this significantly increases the workload on the SMS site database. If you experience problems displaying the values in reports, add the Values Rowcount registry key by using the same settings as above.
Be aware that if you increase this value, you might also need to adjust the AspBufferingLimit setting. For more information about changing the AspBufferingLimit setting, see the FAQ “When my Web reports contain a column that has more than 5,000 records I get an IIS error 500 on my IIS 6.0 reporting point. How do I fix this?†earlier in this document.
So if you havent checked the Tech FAQ:s out do so.