Showing posts with label loaded. Show all posts
Showing posts with label loaded. Show all posts

Friday, March 9, 2012

Is SP1 loaded?

How can I check (where can I check) to see if SP1 was loaded onto a server?
I checked Help, About. I check Control Panel. Any other suggestions?Hi Diane
If you want to check whether SP1 was applied to your SQL Server, run this:
SELECT SERVERPROPERTY('ProductLevel')
HTH
Kalen Delaney, SQL Server MVP
"Diane" <Diane@.discussions.microsoft.com> wrote in message
news:D1283EA1-96E0-48A2-B6B6-94E52EC28BBA@.microsoft.com...
> How can I check (where can I check) to see if SP1 was loaded onto a
> server?
> I checked Help, About. I check Control Panel. Any other suggestions?

Is SP1 loaded?

How can I check (where can I check) to see if SP1 was loaded onto a server?
I checked Help, About. I check Control Panel. Any other suggestions?Hi Diane
If you want to check whether SP1 was applied to your SQL Server, run this:
SELECT SERVERPROPERTY('ProductLevel')
--
HTH
Kalen Delaney, SQL Server MVP
"Diane" <Diane@.discussions.microsoft.com> wrote in message
news:D1283EA1-96E0-48A2-B6B6-94E52EC28BBA@.microsoft.com...
> How can I check (where can I check) to see if SP1 was loaded onto a
> server?
> I checked Help, About. I check Control Panel. Any other suggestions?

Wednesday, March 7, 2012

Is RS/SQL 2000 compatible with VS 2005?

My experience has been that version 2000 reports are converted to 2005 when loaded into VS 2005. I want to process reports without converting. Basically I need what service pack of SQL/RS 2000 to edit, deploy, and run in full benefit of VS 2005? SP 3? SP 4? Or do I have to upgrade to SQL/RS 2005? How do I justify the expense to my client if so? Thanks.

I could be wrong but I don't think you can use VS.NET 2005 with RS 2000. I think the business Intelligent studio report only work w/ rs2k5.

Again, i have not try it and am not sure.

|||

I agree with Bruce.

You can't use vs2005 to produce RS2000 reports or run on a RS2000 server. You can run RS2000 reports on a SRS2005 server, without converting, but that'll give you the same result as running on RS2000. Obviously you can still connect to a SQL2000 db irrespective of which RS you use.

If your client needs that which RS200 cannot offer, then they'll have to front up the cash for SRS2005.