Viewing 15 posts - 1,066 through 1,080 (of 1,790 total)
1) Yes, 2) Yes, 3) I have built reports with 2008 tools and deployed to 2005 RS, and 4) Yes. 😀
November 7, 2008 at 3:14 pm
The screen shot you show is fairly normal. You should be able to click next and walk through the installation. Be sure to use the Configuration Wizard once the install...
November 7, 2008 at 3:12 pm
madhu.arda (11/7/2008)
Was that the error...
November 7, 2008 at 1:45 pm
Best thing to do would be to get the reporting services installed and then walk through the "Reporting Services Configuration Wizard" under start > programs > ..SQL Server 2005 >...
November 7, 2008 at 12:31 pm
The restore of msdb will take care of jobs and I believe you alerts as sysalerts resides there.
The procedure that Tracey mentioned will allow you to script out the...
November 7, 2008 at 12:25 pm
The standard rule of thumb is not to use select * in a view for the very reason that you would have to refresh the view with every change of...
November 6, 2008 at 2:13 pm
Thanks and I did think about trying that. Have you seen this before? Very curious.
November 5, 2008 at 10:15 am
Are you referring to Activity Monitor in SSMS in 2008? If so, then you will need to run a trace to collect the different queries that it runs and probably...
October 29, 2008 at 1:20 pm
Assuming this is reporting services.... If so, then you need to look at the details of the report (view details when looking at the available reports). You should then be...
October 29, 2008 at 12:44 pm
I would actually use the SQL Server 2005 Books On Line resource first and then search out questions from there.
October 29, 2008 at 8:49 am
I struggling a bit with why you would use the same server that you have as a publisher and possibly a distributor unless you have another instance on the same...
October 29, 2008 at 8:48 am
Just stumbled on this post but wondering where you see these faults? Curious.
October 29, 2008 at 8:44 am
This link - https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=377594&SiteID=1 - should help in troubleshooting this. There are a couple of blog entries as well regarding the warnings you are seeing.
October 29, 2008 at 8:36 am
This query which is part of the procedure you are referencing will return all the backups. So, find this portion of the code and look at the query. Start looking...
October 29, 2008 at 8:31 am
chileu17 (10/28/2008)
my SQL Server 2k5 has only one disk but it's supposed to be able to do parallel read/write operations.
I would be a bit concerned about this configuration even...
October 28, 2008 at 2:47 pm
Viewing 15 posts - 1,066 through 1,080 (of 1,790 total)