Click here to Skip to main content
15,911,789 members
Home / Discussions / Database
   

Database

 
QuestionHelp needed for a serach condition in sql [modified] Pin
Naveed Kamboh15-May-08 1:46
Naveed Kamboh15-May-08 1:46 
AnswerRe: Help needed for a serach condition in sql Pin
Blue_Boy15-May-08 1:52
Blue_Boy15-May-08 1:52 
AnswerRe: Help needed for a serach condition in sql Pin
Piyush Vardhan Singh15-May-08 1:54
Piyush Vardhan Singh15-May-08 1:54 
AnswerRe: Help needed for a serach condition in sql Pin
Blue_Boy15-May-08 4:27
Blue_Boy15-May-08 4:27 
GeneralRe: Help needed for a serach condition in sql Pin
Naveed Kamboh15-May-08 6:20
Naveed Kamboh15-May-08 6:20 
GeneralRe: Help needed for a serach condition in sql Pin
Blue_Boy15-May-08 8:02
Blue_Boy15-May-08 8:02 
QuestionSql server 2000 reporting installation problem Pin
veereshIndia15-May-08 0:37
veereshIndia15-May-08 0:37 
AnswerRe: Sql server 2000 reporting installation problem Pin
John_Adams15-May-08 20:32
John_Adams15-May-08 20:32 
Hi Veeresh,

Please know that:

1. SQL Server Reporting services require SQL Server SP3a for SQL Server 2000. Install that first. You can dowload this from the following location.

http://www.microsoft.com/sql/downloads/2000/sp3.asp

After installing, do a reboot.

2. If you have installed whidbey or longhorn bits, then you need do some registry hack. Otherwise Reporting services will give an error “ASP.NET v1.1 not Installed” so it wont install server components. This error is coming because when you install whidbey, ASP.NET version is mapped to 2.0*.. However reporting services requires 1.1 only.. I dont why such requirement is there as 1.x ASP.NET pages will work in 2.0 version also..

To avoid this just change this reqistry setting,

\\HKLM\SOFTWARE\Microsoft\ASP.NET\RootVer] = "1.1.4322.573"

For more details, refer this blog

3. If you provide service account for running reporting service, then you will get a error “install an hotfix XXXX if you want to run this service in NT Service account”.. To avoid this give any domain account credentials.

4. After you install reporting service, install reporting service service pack1. you can download it from here,

http://www.microsoft.com/downloads/details.aspx?FamilyId=580FEBF7-2972-40E7-BCCF-6CD90AC2F464&displaylang=en


Hope this helps Smile | :)

Regards,
John Adams
ComponentOne LLC

GeneralRe: Sql server 2000 reporting installation problem Pin
veereshIndia15-May-08 23:27
veereshIndia15-May-08 23:27 
Questionfind discrepancy between two tables Pin
sqldba14-May-08 23:50
sqldba14-May-08 23:50 
AnswerRe: find discrepancy between two tables Pin
Alsvha15-May-08 0:09
Alsvha15-May-08 0:09 
GeneralRe: find discrepancy between two tables Pin
Naveed Kamboh15-May-08 1:52
Naveed Kamboh15-May-08 1:52 
GeneralRe: find discrepancy between two tables Pin
Alsvha15-May-08 23:08
Alsvha15-May-08 23:08 
QuestionProblem in select Pin
ksaw12314-May-08 21:52
ksaw12314-May-08 21:52 
AnswerRe: Problem in select Pin
Nic Rowan14-May-08 22:40
Nic Rowan14-May-08 22:40 
GeneralRe: Problem in select Pin
mr_lasseter15-May-08 4:13
mr_lasseter15-May-08 4:13 
GeneralRe: Problem in select Pin
Nic Rowan15-May-08 22:15
Nic Rowan15-May-08 22:15 
QuestionHelp changing Server Collation. [modified] Pin
Nic Rowan14-May-08 21:31
Nic Rowan14-May-08 21:31 
Questionproblem saving arabic data Pin
Boshkash14-May-08 5:22
Boshkash14-May-08 5:22 
AnswerIGNORE Pin
leckey14-May-08 8:18
leckey14-May-08 8:18 
QuestionHow can set a picture in Access database? Pin
Le@rner14-May-08 2:18
Le@rner14-May-08 2:18 
AnswerRe: How can set a picture in Access database? Pin
Blue_Boy14-May-08 2:59
Blue_Boy14-May-08 2:59 
QuestionCorrelated sub query issue Pin
AJ du Plessis14-May-08 0:59
AJ du Plessis14-May-08 0:59 
AnswerRe: Correlated sub query issue Pin
SomeGuyThatIsMe14-May-08 2:10
SomeGuyThatIsMe14-May-08 2:10 
GeneralRe: Correlated sub query issue Pin
AJ du Plessis14-May-08 2:43
AJ du Plessis14-May-08 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.