There is a new Report Pack for Reporting Services 2000 at
http://www.microsoft.com/downloads/details.aspx?FamilyId=2805D337-14C7-40E3-820B-E7EE653C68C0&displaylang=en.
Further Report Packs, which provide useful sample reports, are can be
downloaded using links on
http://www.microsoft.com/sql/reporting/downloads/default.asp.
Report Packs are not to be confused with the long-awaited Service Pack
2.
Andrew Watt
MVP - InfoPathAndrew ,
Thank you very much.
It is hard to keep track of what is out there. you made life easier here.
:)
John
--
Message posted via http://www.sqlmonster.com|||A full list is at
http://www.microsoft.com/sql/reporting/downloads/default.asp.
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Andrew Watt [MVP - InfoPath]" <SVGDeveloper@.aol.com> wrote in message
news:u55251hhdcejo3cde1ue56q4o65dijblcu@.4ax.com...
> There is a new Report Pack for Reporting Services 2000 at
> http://www.microsoft.com/downloads/details.aspx?FamilyId=2805D337-14C7-40E3-820B-E7EE653C68C0&displaylang=en.
> Further Report Packs, which provide useful sample reports, are can be
> downloaded using links on
> http://www.microsoft.com/sql/reporting/downloads/default.asp.
> Report Packs are not to be confused with the long-awaited Service Pack
> 2.
> Andrew Watt
> MVP - InfoPath|||This is a multipart message in MIME format.
--=_alternative 004630FB86256FDA_=Content-Type: text/plain; charset="us-ascii"
Anyone have a similar thing for reports that describe Reporting Service
usage (such as execution times, users running reports, etc.)?
--=_alternative 004630FB86256FDA_=Content-Type: text/html; charset="us-ascii"
<br><font size=1 face="sans-serif">Anyone have a similar thing for reports that describe Reporting Service usage (such as execution times, users running reports, etc.)?</font>
--=_alternative 004630FB86256FDA_=--|||This exists, I found it and downloaded it, but I can't find it :(
There is a nasty DTS package that comes with it to make it readable, as
well as a few reports. I'll keep looking...|||Acutally there is a DTS package and report pack for execution times and
what not...I believe they are both on the Reporting Services CD.
Otherwise you can find them on microsofts website somewhere.|||were you able to run this DTS package succesfully ? It fails for me at
different
steps - not able to open a connection etc --
is this feature integrated into rs2005 ?
"John" wrote:
> This exists, I found it and downloaded it, but I can't find it :(
> There is a nasty DTS package that comes with it to make it readable, as
> well as a few reports. I'll keep looking...
>|||Yes, I was able to run the DTS package. I think I had to make some
changes ...I don't remember exactly. There is a document on how to get
this to work also...again not sure where that is. I run the DTS package
once a week and view stats on my reports. It's fairly handy.|||Sorry, I forgot the link.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsadmin/htm/arp_rslogfiles_v1_88gy.asp
"ranga" wrote:
> were you able to run this DTS package succesfully ? It fails for me at
> different
> steps - not able to open a connection etc --
> is this feature integrated into rs2005 ?
> "John" wrote:
> > This exists, I found it and downloaded it, but I can't find it :(
> > There is a nasty DTS package that comes with it to make it readable, as
> > well as a few reports. I'll keep looking...
> >
> >|||This article explains how to set up the DTS package, and deploy the reports.
"ranga" wrote:
> were you able to run this DTS package succesfully ? It fails for me at
> different
> steps - not able to open a connection etc --
> is this feature integrated into rs2005 ?
> "John" wrote:
> > This exists, I found it and downloaded it, but I can't find it :(
> > There is a nasty DTS package that comes with it to make it readable, as
> > well as a few reports. I'll keep looking...
> >
> >
Showing posts with label pack. Show all posts
Showing posts with label pack. Show all posts
Friday, March 23, 2012
Monday, March 12, 2012
new patch for 32 bit and 64 bit SQL server
How do you determine if a server is running the 32 bit or
64 bit version. I have seen the query to determine service
pack level but I don't see an indicator to determine if a
server is 32 bit or 64 bit. There is a different patch
dependant on this value.>--Original Message--
>Pat,
>Is it the season? lol :-)
>I just answered a similar query a while back...
>--
>Dinesh.
>SQL Server FAQ at
>http://www.tkdinesh.com
>"Pat" <mcilweep@.ctbsonline.com> wrote in message
>news:01ee01c352d6$7d4ca5c0$a301280a@.phx.gbl...
>> How do you determine if a server is running the 32 bit
or
>> 64 bit version. I have seen the query to determine
service
>> pack level but I don't see an indicator to determine if
a
>> server is 32 bit or 64 bit. There is a different patch
>> dependant on this value.
>
>.
>I appreciate your reply but still don't see the info I
need. I found the info about determining the SP of SQL on
your website FAQ's, but I don't see anything that
indicates that it is a 32 bit or 64 bit system. What am I
missing?|||Pat,
May be I got carried away because I answered couple of similar posts
one-by-one in .server :-) The latest one was by Aparna Rege.Anyways, this is
the info:
You should be able to tell by running a SELECT @.@.version against your SQL
Server.
On 32-bit, you will see the following:
Microsoft SQL Server 2000 - 8.00.818 (Intel X86)
May 31 2003 16:08:15
Copyright (c) 1988-2003 Microsoft Corporation
Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 1)
On 64-bit, the architecture should be Intel IA-64
Microsoft SQL Server 2000 - 8.00.818 (Intel IA-64)
Thanks to : Arvind Krishnan
--
Dinesh.
SQL Server FAQ at
http://www.tkdinesh.com
"Pat" <mcilweep@.ctbsonline.com> wrote in message
news:03cb01c352e6$10f67990$a101280a@.phx.gbl...
> >--Original Message--
> >Pat,
> >
> >Is it the season? lol :-)
> >
> >I just answered a similar query a while back...
> >
> >--
> >Dinesh.
> >SQL Server FAQ at
> >http://www.tkdinesh.com
> >
> >"Pat" <mcilweep@.ctbsonline.com> wrote in message
> >news:01ee01c352d6$7d4ca5c0$a301280a@.phx.gbl...
> >> How do you determine if a server is running the 32 bit
> or
> >> 64 bit version. I have seen the query to determine
> service
> >> pack level but I don't see an indicator to determine if
> a
> >> server is 32 bit or 64 bit. There is a different patch
> >> dependant on this value.
> >
> >
> >.
> >I appreciate your reply but still don't see the info I
> need. I found the info about determining the SP of SQL on
> your website FAQ's, but I don't see anything that
> indicates that it is a 32 bit or 64 bit system. What am I
> missing?
64 bit version. I have seen the query to determine service
pack level but I don't see an indicator to determine if a
server is 32 bit or 64 bit. There is a different patch
dependant on this value.>--Original Message--
>Pat,
>Is it the season? lol :-)
>I just answered a similar query a while back...
>--
>Dinesh.
>SQL Server FAQ at
>http://www.tkdinesh.com
>"Pat" <mcilweep@.ctbsonline.com> wrote in message
>news:01ee01c352d6$7d4ca5c0$a301280a@.phx.gbl...
>> How do you determine if a server is running the 32 bit
or
>> 64 bit version. I have seen the query to determine
service
>> pack level but I don't see an indicator to determine if
a
>> server is 32 bit or 64 bit. There is a different patch
>> dependant on this value.
>
>.
>I appreciate your reply but still don't see the info I
need. I found the info about determining the SP of SQL on
your website FAQ's, but I don't see anything that
indicates that it is a 32 bit or 64 bit system. What am I
missing?|||Pat,
May be I got carried away because I answered couple of similar posts
one-by-one in .server :-) The latest one was by Aparna Rege.Anyways, this is
the info:
You should be able to tell by running a SELECT @.@.version against your SQL
Server.
On 32-bit, you will see the following:
Microsoft SQL Server 2000 - 8.00.818 (Intel X86)
May 31 2003 16:08:15
Copyright (c) 1988-2003 Microsoft Corporation
Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 1)
On 64-bit, the architecture should be Intel IA-64
Microsoft SQL Server 2000 - 8.00.818 (Intel IA-64)
Thanks to : Arvind Krishnan
--
Dinesh.
SQL Server FAQ at
http://www.tkdinesh.com
"Pat" <mcilweep@.ctbsonline.com> wrote in message
news:03cb01c352e6$10f67990$a101280a@.phx.gbl...
> >--Original Message--
> >Pat,
> >
> >Is it the season? lol :-)
> >
> >I just answered a similar query a while back...
> >
> >--
> >Dinesh.
> >SQL Server FAQ at
> >http://www.tkdinesh.com
> >
> >"Pat" <mcilweep@.ctbsonline.com> wrote in message
> >news:01ee01c352d6$7d4ca5c0$a301280a@.phx.gbl...
> >> How do you determine if a server is running the 32 bit
> or
> >> 64 bit version. I have seen the query to determine
> service
> >> pack level but I don't see an indicator to determine if
> a
> >> server is 32 bit or 64 bit. There is a different patch
> >> dependant on this value.
> >
> >
> >.
> >I appreciate your reply but still don't see the info I
> need. I found the info about determining the SP of SQL on
> your website FAQ's, but I don't see anything that
> indicates that it is a 32 bit or 64 bit system. What am I
> missing?
Subscribe to:
Posts (Atom)