Friday, March 30, 2012
having trouble getting reporting services installed properly
I am running Windows 2000 and VS 2003.
I installed Reporting Services with service pack 2.
When I type: in http://reportserver/reports I get an access denied 403 error.
When I go into IIS Manager and look for the Report folder properties I can't
find the Reports virtual directory. It does not exist.
So, how is it when I goto http://reportserver/reports I get a 403 error and
not a 404: File not found error.
The service is run as the executable: reportingservicesservice.exe
(discovered this through internet searches) on the machine, but when I search
for it, I can't find the file.
I have created a report and successfully viewed it in the VS 2003 Report
Designer, but the reporting services and Report Manager don't exist.
I do have this directory with lots of files, but I don't seem to have the
start page for Reporting Manaer anywhere on my system.
C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services
Could someone please advise.
Thank You
ChrisDid you open the reportning services configuration manager (new with 2005)
and configure the 2 folders. In 2005 it doesnt automatically create the 2
virtual folders, you have to explicitly create them through the configuration
manager.
Go to reporting services configuration (it should be somewhere in your
"START --> All programs") and connect to your report server, and make sure
the virtual directory tabs are green checked. If not set them
"Chris" wrote:
> Hi,
> I am running Windows 2000 and VS 2003.
> I installed Reporting Services with service pack 2.
> When I type: in http://reportserver/reports I get an access denied 403 error.
> When I go into IIS Manager and look for the Report folder properties I can't
> find the Reports virtual directory. It does not exist.
> So, how is it when I goto http://reportserver/reports I get a 403 error and
> not a 404: File not found error.
> The service is run as the executable: reportingservicesservice.exe
> (discovered this through internet searches) on the machine, but when I search
> for it, I can't find the file.
> I have created a report and successfully viewed it in the VS 2003 Report
> Designer, but the reporting services and Report Manager don't exist.
> I do have this directory with lots of files, but I don't seem to have the
> start page for Reporting Manaer anywhere on my system.
> C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services
> Could someone please advise.
> Thank You
> Chris|||Hi Nagini,
I am not using SQL Server 2005, I am using SQL Server 2000.
Thanks
Chris
"Nagini Indugula" wrote:
> Did you open the reportning services configuration manager (new with 2005)
> and configure the 2 folders. In 2005 it doesnt automatically create the 2
> virtual folders, you have to explicitly create them through the configuration
> manager.
> Go to reporting services configuration (it should be somewhere in your
> "START --> All programs") and connect to your report server, and make sure
> the virtual directory tabs are green checked. If not set them
> "Chris" wrote:
> > Hi,
> >
> > I am running Windows 2000 and VS 2003.
> >
> > I installed Reporting Services with service pack 2.
> >
> > When I type: in http://reportserver/reports I get an access denied 403 error.
> >
> > When I go into IIS Manager and look for the Report folder properties I can't
> > find the Reports virtual directory. It does not exist.
> >
> > So, how is it when I goto http://reportserver/reports I get a 403 error and
> > not a 404: File not found error.
> >
> > The service is run as the executable: reportingservicesservice.exe
> > (discovered this through internet searches) on the machine, but when I search
> > for it, I can't find the file.
> >
> > I have created a report and successfully viewed it in the VS 2003 Report
> > Designer, but the reporting services and Report Manager don't exist.
> >
> > I do have this directory with lots of files, but I don't seem to have the
> > start page for Reporting Manaer anywhere on my system.
> >
> > C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services
> >
> > Could someone please advise.
> >
> > Thank You
> >
> > Chris
Wednesday, March 28, 2012
Having problems service packing (sp2) on 4 node cluster
"Mark Broadbent" <nospam@.nospam.com> wrote in message
news:%232X3csx3HHA.4476@.TK2MSFTNGP06.phx.gbl...
> Hope somebody has had this problem too..
> Keep trying to install SP2 (on active node as per instructions) and have
> had several problems.
> When I had all four instances failed onto the node and I was trying to SP
> all of them the installer would simply disappear (and close) - no process
> remained.
> Then I attempted to do the install only to first instance (failing other 3
> over to other nodes). Installer was slightly more successful, upgrading
> all shared components but failed on the instance based ones e.g. the SQL
> Service and Analysis service.
> After reboots and several attempts to upgrade these two components of the
> first instance (which causes the installer to disappear). I have decided
> to upgrade the instance components of another instance via another
> physical host. Now the installer seems to just be hanging doing nothing
> (around 2 hours now). See screen shot. Any one got any advice?
> Thanks in advance,
> Mark.
>
>
Monday, March 26, 2012
HAving a problem
Have you ever got this TempDB error ?
By default, the TempDB locates at C drive and I increased its size by adding
2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
However, I don't know why the TempDB always cannot recognize these 2 D-drive
files when I come to office every morning.
The 2 D-drive files still exist in D drive but from the SQL Enterprise
Manager tells me the TempDB only has C-drive files.
Why, why the D-drive file pointers always become invvalid ?
Hi,
Can you execute the below statement in query analyzer:-
sp_helpdb tempdb
If it is not showing D drive file, then you have not added the new files
properly.
Refer ALTER DATABASE in books online to add a new file to D Drive. (You can
also use Enterprise manager)
Thanks
Hari
MCDBA
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>
|||What does "cannot recognize" mean? Do you get an error message (as your
subject implies)? If so, what is it?
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>
|||It means in SQL Enterprise Manager, it only says the TempDB has 2 C-drive
files but not have the 2 D-drive files I added last night.
However, the 2 D-drive files still exist in the D drive when I used File
Explorer to search them.
"Aaron Bertrand - MVP" <aaron@.TRASHaspfaq.com> wrote in message
news:#uPqAqMREHA.2972@.TK2MSFTNGP09.phx.gbl...
> What does "cannot recognize" mean? Do you get an error message (as your
> subject implies)? If so, what is it?
> --
> Aaron Bertrand
> SQL Server MVP
> http://www.aspfaq.com/
>
>
> "cpchan" <cpchaney@.netvigator.com> wrote in message
> news:c97hfp$rtr2@.imsp212.netvigator.com...
> adding
> D-drive
>
|||Hi,
Can you execute the below statement in query analyzer:-
sp_helpdb tempdb
If it is not showing D drive file, then you have not added the new files
properly. Please recreate the files using using ALTER DATABASE command.
Thanks
Hari
MCDBA
"Hari Prasad" <hari_prasad_k@.hotmail.com> wrote in message
news:ezZkyaMREHA.3944@.TK2MSFTNGP11.phx.gbl...
> Hi,
> Can you execute the below statement in query analyzer:-
> sp_helpdb tempdb
> If it is not showing D drive file, then you have not added the new files
> properly.
> Refer ALTER DATABASE in books online to add a new file to D Drive. (You
can
> also use Enterprise manager)
> Thanks
> Hari
> MCDBA
>
> "cpchan" <cpchaney@.netvigator.com> wrote in message
> news:c97hfp$rtr2@.imsp212.netvigator.com...
> adding
> D-drive
>
Friday, March 23, 2012
Have you ever got this TempDB error ?
By default, the TempDB locates at C drive and I increased its size by adding
2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
However, I don't know why the TempDB always cannot recognize these 2 D-drive
files when I come to office every morning.
The 2 D-drive files still exist in D drive but from the SQL Enterprise
Manager tells me the TempDB only has C-drive files.
Why, why the D-drive file pointers always become invvalid ?Hi,
Can you execute the below statement in query analyzer:-
sp_helpdb tempdb
If it is not showing D drive file, then you have not added the new files
properly.
Refer ALTER DATABASE in books online to add a new file to D Drive. (You can
also use Enterprise manager)
Thanks
Hari
MCDBA
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>|||What does "cannot recognize" mean? Do you get an error message (as your
subject implies)? If so, what is it?
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>|||It means in SQL Enterprise Manager, it only says the TempDB has 2 C-drive
files but not have the 2 D-drive files I added last night.
However, the 2 D-drive files still exist in the D drive when I used File
Explorer to search them.
"Aaron Bertrand - MVP" <aaron@.TRASHaspfaq.com> wrote in message
news:#uPqAqMREHA.2972@.TK2MSFTNGP09.phx.gbl...
> What does "cannot recognize" mean? Do you get an error message (as your
> subject implies)? If so, what is it?
> --
> Aaron Bertrand
> SQL Server MVP
> http://www.aspfaq.com/
>
>
> "cpchan" <cpchaney@.netvigator.com> wrote in message
> news:c97hfp$rtr2@.imsp212.netvigator.com...
> > My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> > By default, the TempDB locates at C drive and I increased its size by
> adding
> > 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> >
> > However, I don't know why the TempDB always cannot recognize these 2
> D-drive
> > files when I come to office every morning.
> > The 2 D-drive files still exist in D drive but from the SQL Enterprise
> > Manager tells me the TempDB only has C-drive files.
> >
> > Why, why the D-drive file pointers always become invvalid ?
> >
> >
> >
>|||Hi,
Can you execute the below statement in query analyzer:-
sp_helpdb tempdb
If it is not showing D drive file, then you have not added the new files
properly. Please recreate the files using using ALTER DATABASE command.
Thanks
Hari
MCDBA
"Hari Prasad" <hari_prasad_k@.hotmail.com> wrote in message
news:ezZkyaMREHA.3944@.TK2MSFTNGP11.phx.gbl...
> Hi,
> Can you execute the below statement in query analyzer:-
> sp_helpdb tempdb
> If it is not showing D drive file, then you have not added the new files
> properly.
> Refer ALTER DATABASE in books online to add a new file to D Drive. (You
can
> also use Enterprise manager)
> Thanks
> Hari
> MCDBA
>
> "cpchan" <cpchaney@.netvigator.com> wrote in message
> news:c97hfp$rtr2@.imsp212.netvigator.com...
> > My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> > By default, the TempDB locates at C drive and I increased its size by
> adding
> > 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> >
> > However, I don't know why the TempDB always cannot recognize these 2
> D-drive
> > files when I come to office every morning.
> > The 2 D-drive files still exist in D drive but from the SQL Enterprise
> > Manager tells me the TempDB only has C-drive files.
> >
> > Why, why the D-drive file pointers always become invvalid ?
> >
> >
> >
>
Have you ever got this TempDB error ?
By default, the TempDB locates at C drive and I increased its size by adding
2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
However, I don't know why the TempDB always cannot recognize these 2 D-drive
files when I come to office every morning.
The 2 D-drive files still exist in D drive but from the SQL Enterprise
Manager tells me the TempDB only has C-drive files.
Why, why the D-drive file pointers always become invvalid ?Hi,
Can you execute the below statement in query analyzer:-
sp_helpdb tempdb
If it is not showing D drive file, then you have not added the new files
properly.
Refer ALTER DATABASE in books online to add a new file to D Drive. (You can
also use Enterprise manager)
Thanks
Hari
MCDBA
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>|||What does "cannot recognize" mean? Do you get an error message (as your
subject implies)? If so, what is it?
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"cpchan" <cpchaney@.netvigator.com> wrote in message
news:c97hfp$rtr2@.imsp212.netvigator.com...
> My SQL Server 7.0 (with Service Pack 3) server has 3 drives : C, D, E.
> By default, the TempDB locates at C drive and I increased its size by
adding
> 2 more files (1 for TempDB database file and 1 for Temp log) at D drive.
> However, I don't know why the TempDB always cannot recognize these 2
D-drive
> files when I come to office every morning.
> The 2 D-drive files still exist in D drive but from the SQL Enterprise
> Manager tells me the TempDB only has C-drive files.
> Why, why the D-drive file pointers always become invvalid ?
>
>
have problem with service broker please help me
i'm new with service broker and need to develop mail site to send mass email and decide to use sevice broker i'm make aqueue ,sevice and all function for run service borker and creat databasie mail profile
then test it but it's don't work please help me to fine what's the problem ?
thanks very mcuh for every one read my request and response to me thanks very mcuh
Can you be more specific? What error messages do you see in the initiator queue, target queue and/or transmission queue?
Rushi
|||ok thankx for your responce
but it's give me -6 what don't it mean i don't know
have problem with service broker please help me
i'm new with service broker and need to develop mail site to send mass email and decide to use sevice broker i'm make aqueue ,sevice and all function for run service borker and creat databasie mail profile
then test it but it's don't work please help me to fine what's the problem ?
thanks very mcuh for every one read my request and response to me thanks very mcuh
Can you be more specific? What error messages do you see in the initiator queue, target queue and/or transmission queue?
Rushi
|||ok thankx for your responce
but it's give me -6 what don't it mean i don't know
have a win 2003 server,sql server 2000 8.00.194
install service pack 3a for sql server 2000. When I try to install sql
server 2000 sp3a I get the following error:
Setup was unable to validate the logged on user. Press Retry to enter
another option, or Cancel to exit setup.
what is the problem here and whats the solution?
i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
all but the problem still exists
This problem occurs when an open local shared memory connection is pending
when the Setup program starts. When you install SQL Server 2000 SP4, the
Setup program stops the SQL Server 2000 services. If a local shared memory
connection is pending, the local shared memory listener does not successfully
start after the SQL Server 2000 services are restarted.
When the application or service that has the local shared memory connection
is on the same computer as an instance of SQL Server, Microsoft Windows
interprocess communication (IPC) components are used for the connection.
Local named pipes and local shared memory are examples of Windows IPC
components. For example, you may experience this problem if you installed
Microsoft SQL Server 2000 Reporting Services on the same computer that is
running SQL Server.
for Solution see below...
http://support.microsoft.com/default.aspx/kb/891085
"deepakr" wrote:
> I wanted to install SQL Server 2000 Reporting Services. For this i need to
> install service pack 3a for sql server 2000. When I try to install sql
> server 2000 sp3a I get the following error:
> Setup was unable to validate the logged on user. Press Retry to enter
> another option, or Cancel to exit setup.
> what is the problem here and whats the solution?
> i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
> all but the problem still exists
>
|||The problem occurs when I install SQL Server 2000 SP3a. I have not installed
the Reporting services yet.
"Vishal Gandhi" wrote:
[vbcol=seagreen]
> This problem occurs when an open local shared memory connection is pending
> when the Setup program starts. When you install SQL Server 2000 SP4, the
> Setup program stops the SQL Server 2000 services. If a local shared memory
> connection is pending, the local shared memory listener does not successfully
> start after the SQL Server 2000 services are restarted.
> When the application or service that has the local shared memory connection
> is on the same computer as an instance of SQL Server, Microsoft Windows
> interprocess communication (IPC) components are used for the connection.
> Local named pipes and local shared memory are examples of Windows IPC
> components. For example, you may experience this problem if you installed
> Microsoft SQL Server 2000 Reporting Services on the same computer that is
> running SQL Server.
> for Solution see below...
> http://support.microsoft.com/default.aspx/kb/891085
>
> "deepakr" wrote:
have a win 2003 server,sql server 2000 8.00.194
install service pack 3a for sql server 2000. When I try to install sql
server 2000 sp3a I get the following error:
Setup was unable to validate the logged on user. Press Retry to enter
another option, or Cancel to exit setup.
what is the problem here and whats the solution?
i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
all but the problem still existsThis problem occurs when an open local shared memory connection is pending
when the Setup program starts. When you install SQL Server 2000 SP4, the
Setup program stops the SQL Server 2000 services. If a local shared memory
connection is pending, the local shared memory listener does not successfull
y
start after the SQL Server 2000 services are restarted.
When the application or service that has the local shared memory connection
is on the same computer as an instance of SQL Server, Microsoft Windows
interprocess communication (IPC) components are used for the connection.
Local named pipes and local shared memory are examples of Windows IPC
components. For example, you may experience this problem if you installed
Microsoft SQL Server 2000 Reporting Services on the same computer that is
running SQL Server.
for Solution see below...
http://support.microsoft.com/default.aspx/kb/891085
"deepakr" wrote:
> I wanted to install SQL Server 2000 Reporting Services. For this i need to
> install service pack 3a for sql server 2000. When I try to install sql
> server 2000 sp3a I get the following error:
> Setup was unable to validate the logged on user. Press Retry to enter
> another option, or Cancel to exit setup.
> what is the problem here and whats the solution?
> i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
> all but the problem still exists
>|||The problem occurs when I install SQL Server 2000 SP3a. I have not installed
the Reporting services yet.
"Vishal Gandhi" wrote:
[vbcol=seagreen]
> This problem occurs when an open local shared memory connection is pending
> when the Setup program starts. When you install SQL Server 2000 SP4, the
> Setup program stops the SQL Server 2000 services. If a local shared memory
> connection is pending, the local shared memory listener does not successfu
lly
> start after the SQL Server 2000 services are restarted.
> When the application or service that has the local shared memory connectio
n
> is on the same computer as an instance of SQL Server, Microsoft Windows
> interprocess communication (IPC) components are used for the connection.
> Local named pipes and local shared memory are examples of Windows IPC
> components. For example, you may experience this problem if you installed
> Microsoft SQL Server 2000 Reporting Services on the same computer that is
> running SQL Server.
> for Solution see below...
> http://support.microsoft.com/default.aspx/kb/891085
>
> "deepakr" wrote:
>sql
have a win 2003 server,sql server 2000 8.00.194
install service pack 3a for sql server 2000. When I try to install sql
server 2000 sp3a I get the following error:
Setup was unable to validate the logged on user. Press Retry to enter
another option, or Cancel to exit setup.
what is the problem here and whats the solution?
i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
all but the problem still existsThis problem occurs when an open local shared memory connection is pending
when the Setup program starts. When you install SQL Server 2000 SP4, the
Setup program stops the SQL Server 2000 services. If a local shared memory
connection is pending, the local shared memory listener does not successfully
start after the SQL Server 2000 services are restarted.
When the application or service that has the local shared memory connection
is on the same computer as an instance of SQL Server, Microsoft Windows
interprocess communication (IPC) components are used for the connection.
Local named pipes and local shared memory are examples of Windows IPC
components. For example, you may experience this problem if you installed
Microsoft SQL Server 2000 Reporting Services on the same computer that is
running SQL Server.
for Solution see below...
http://support.microsoft.com/default.aspx/kb/891085
"deepakr" wrote:
> I wanted to install SQL Server 2000 Reporting Services. For this i need to
> install service pack 3a for sql server 2000. When I try to install sql
> server 2000 sp3a I get the following error:
> Setup was unable to validate the logged on user. Press Retry to enter
> another option, or Cancel to exit setup.
> what is the problem here and whats the solution?
> i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
> all but the problem still exists
>|||The problem occurs when I install SQL Server 2000 SP3a. I have not installed
the Reporting services yet.
"Vishal Gandhi" wrote:
> This problem occurs when an open local shared memory connection is pending
> when the Setup program starts. When you install SQL Server 2000 SP4, the
> Setup program stops the SQL Server 2000 services. If a local shared memory
> connection is pending, the local shared memory listener does not successfully
> start after the SQL Server 2000 services are restarted.
> When the application or service that has the local shared memory connection
> is on the same computer as an instance of SQL Server, Microsoft Windows
> interprocess communication (IPC) components are used for the connection.
> Local named pipes and local shared memory are examples of Windows IPC
> components. For example, you may experience this problem if you installed
> Microsoft SQL Server 2000 Reporting Services on the same computer that is
> running SQL Server.
> for Solution see below...
> http://support.microsoft.com/default.aspx/kb/891085
>
> "deepakr" wrote:
> > I wanted to install SQL Server 2000 Reporting Services. For this i need to
> > install service pack 3a for sql server 2000. When I try to install sql
> > server 2000 sp3a I get the following error:
> >
> > Setup was unable to validate the logged on user. Press Retry to enter
> > another option, or Cancel to exit setup.
> >
> > what is the problem here and whats the solution?
> >
> > i got a few pointers from http://www.aspfaq.com/show.asp?id=2440. i tried
> > all but the problem still exists
> >
Wednesday, March 21, 2012
has SQL2005 service pack?
http://www.microsoft.com/technet/prodtechnol/sql/default.mspx
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Tarvirdi" <m_tarvirdi@.isc.iranet.net> wrote in message
news:eEV5tftYGHA.3448@.TK2MSFTNGP04.phx.gbl...
> Have Microsoft released service pack for SQL2005?
>|||Expected by end of April..
"Tarvirdi" <m_tarvirdi@.isc.iranet.net> wrote in message
news:eEV5tftYGHA.3448@.TK2MSFTNGP04.phx.gbl...
> Have Microsoft released service pack for SQL2005?
>sql
has SQL2005 service pack?
http://www.microsoft.com/technet/pr...ql/default.mspx
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Tarvirdi" <m_tarvirdi@.isc.iranet.net> wrote in message
news:eEV5tftYGHA.3448@.TK2MSFTNGP04.phx.gbl...
> Have Microsoft released service pack for SQL2005?
>|||Expected by end of April..
"Tarvirdi" <m_tarvirdi@.isc.iranet.net> wrote in message
news:eEV5tftYGHA.3448@.TK2MSFTNGP04.phx.gbl...
> Have Microsoft released service pack for SQL2005?
>