Viewing 15 posts - 61 through 75 (of 108 total)
There are some tools for you to check DLL dependencies such as Dependency Walker 2.2, but i didn't use them before. You may have a try.
May 23, 2012 at 1:33 am
Please post your SQL Server error log first
May 22, 2012 at 7:09 pm
make sure your smtp server doesnt require any kind of extra authentication and the account you used has the permission to send email.
May 22, 2012 at 2:30 am
use following script to query space used by objects, then figure out what happened.
----the tempdb space used by user and by internal objects
Select
SUM (user_object_reserved_page_count)*8 as...
May 22, 2012 at 2:22 am
use sys.dm_exec_requests to check whether the job still running or stucked.
And you could also check SQL Server errorlog whether any errors.
May 22, 2012 at 2:12 am
Did u install the SQL Server with local administrator?
saw following information from setup log:
-- Error 1402. Could not open key: UNKNOWN\Components\1FA18F7974E099CD0AF18C3B9B1A1EE8\607E70BC7DD53904381A41035D6BAF57. System error 5Verify that you have sufficient access...
May 22, 2012 at 2:09 am
Can u connect successfully from local? Can you telnet port 1433?
May 22, 2012 at 2:02 am
You may need do a fully testing to make these ExtendedStoredProcedure.
May 22, 2012 at 1:59 am
Have u ever checked windows event log and SQL Server error log? Found anything related?
May 4, 2012 at 1:32 am
Add more infomation:
web config file line 25 <identity impersonate="true" />
April 23, 2012 at 11:31 pm
I think you may need data warehouse not single reporting and you could only ETL these objects you needed in report not everything. After that, you could optimize your DW...
April 18, 2012 at 10:07 pm
Open "Reporting Services Configuration" and check the database status.
April 18, 2012 at 1:46 am
Thanks Gail. I already implemented option 1.
December 20, 2011 at 2:09 am
Thanks Gail. I think it is better for us to modify max file size, so it could keep more information. And it shouldn't impact performance.
December 19, 2011 at 8:43 pm
Viewing 15 posts - 61 through 75 (of 108 total)