Viewing 7 posts - 1 through 7 (of 7 total)
How about installing SSIS component of SQL2005 only on your server
September 20, 2010 at 8:24 am
You should have two web sites created
http://servername/reports This is where you set access rights.
http://servername/reportserver Gives an explorer view.
You may need to use http://localhost/reports
If this...
May 26, 2010 at 1:36 am
have you tried logging in as an administrator browse to http://servername/reports then in site setting >Configure Site-Wide Security > system role assignments >add new role assignment
put in your...
May 24, 2010 at 2:38 am
Built in procedures may give you what you want sp_helpdb can be used with or without DBNAME
exec sp_helpdb DBNAME
or
exec sp_databases
If you are looking at reports in SMS have a look...
August 5, 2009 at 1:33 am
Simple – in simple recovery mode, the transaction log is not backed up so you can only recover to the most recent full or differential backup.
Full – in full...
July 31, 2009 at 7:54 am
I use this to check services and start, i dont have speech marks in get-content path
# Setup trap to catch exceptions
trap [Exception]
{
write-error $("TRAPPED: " + $_.Exception.Message);
}
# read computers...
July 24, 2009 at 3:02 am
Viewing 7 posts - 1 through 7 (of 7 total)