Showing posts with label failed. Show all posts
Showing posts with label failed. Show all posts

Monday, March 26, 2012

Model backup failed

Good morning,
I am new to sql server and I have an issue with my backups.
So I set up these jobs:
Backup for System database:
Model, Master, MSDB DATABASE separately (every day at 22h)
Model, Master, MSDB log separately (every hour, between 5h-21h)
Backup for User Database
Database User (every day at 23h)
Database Log (every hour, between 02h-21h)
2 Plan Maintenance
Integrity Checks for all Database (System + User)
Optimization Job for all Database (System + User)
Why does my model backup and msdb log failed ? any idea?
Thanks
InaCan you post us the contents of your error log file please!
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
> Thanks
> Ina
>|||Immy wrote:
> Can you post us the contents of your error log file please!
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> > Good morning,
> >
> > I am new to sql server and I have an issue with my backups.
> >
> > So I set up these jobs:
> >
> > Backup for System database:
> >
> > Model, Master, MSDB DATABASE separately (every day at 22h)
> > Model, Master, MSDB log separately (every hour, between 5h-21h)
> >
> > Backup for User Database
> >
> > Database User (every day at 23h)
> > Database Log (every hour, between 02h-21h)
> >
> > 2 Plan Maintenance
> > Integrity Checks for all Database (System + User)
> > Optimization Job for all Database (System + User)
> >
> > Why does my model backup and msdb log failed ? any idea?
> >
> > Thanks
> >
> > Ina
> >
What is recovery model msdb database? If it is simple you log backup
will fail
For model database backup failure look in error log , it will have
detailed information about it.
Regards
Amish Shah|||"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
Beacuse they are in SIMPLE recovery mode and there's no need for a
logbackup.
The full should work fine though.
> Thanks
> Ina
>|||Hi,
What is the error you are getting?
First of all there is no need to backup the log for Model and Master
database; this is because we
are not supposed to do manipulations into these system databases.
Incase if you are getting errors in transaction log backup then verify the
recovery model for MSDB and Model databases.
For transaction log backup the recovery model should be either Bulk_logged
or Full.
Thanks
Hari
SQL Server MVP
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
> Thanks
> Ina
>|||Thanks guys.
It was because the MSDB Database was set up to simple instead of Full.
I changed it
but the model DB backup I do not know why it is failing
The job failed. The Job was invoked by Schedule 26 (Schedule 1). The
last step to run was step 1 (Step 1).
This is the job error I get.
Ina
I thing
Hari Prasad wrote:
> Hi,
> What is the error you are getting?
> First of all there is no need to backup the log for Model and Master
> database; this is because we
> are not supposed to do manipulations into these system databases.
> Incase if you are getting errors in transaction log backup then verify the
> recovery model for MSDB and Model databases.
> For transaction log backup the recovery model should be either Bulk_logged
> or Full.
> Thanks
> Hari
> SQL Server MVP
>
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> > Good morning,
> >
> > I am new to sql server and I have an issue with my backups.
> >
> > So I set up these jobs:
> >
> > Backup for System database:
> >
> > Model, Master, MSDB DATABASE separately (every day at 22h)
> > Model, Master, MSDB log separately (every hour, between 5h-21h)
> >
> > Backup for User Database
> >
> > Database User (every day at 23h)
> > Database Log (every hour, between 02h-21h)
> >
> > 2 Plan Maintenance
> > Integrity Checks for all Database (System + User)
> > Optimization Job for all Database (System + User)
> >
> > Why does my model backup and msdb log failed ? any idea?
> >
> > Thanks
> >
> > Ina
> >|||Specify a report file for the Maint Plan and check for the SQL Server errors in that report file.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155043376.504435.46880@.n13g2000cwa.googlegroups.com...
> Thanks guys.
> It was because the MSDB Database was set up to simple instead of Full.
> I changed it
> but the model DB backup I do not know why it is failing
> The job failed. The Job was invoked by Schedule 26 (Schedule 1). The
> last step to run was step 1 (Step 1).
> This is the job error I get.
> Ina
> I thing
> Hari Prasad wrote:
>> Hi,
>> What is the error you are getting?
>> First of all there is no need to backup the log for Model and Master
>> database; this is because we
>> are not supposed to do manipulations into these system databases.
>> Incase if you are getting errors in transaction log backup then verify the
>> recovery model for MSDB and Model databases.
>> For transaction log backup the recovery model should be either Bulk_logged
>> or Full.
>> Thanks
>> Hari
>> SQL Server MVP
>>
>> "ina" <roberta.inalbon@.gmail.com> wrote in message
>> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
>> > Good morning,
>> >
>> > I am new to sql server and I have an issue with my backups.
>> >
>> > So I set up these jobs:
>> >
>> > Backup for System database:
>> >
>> > Model, Master, MSDB DATABASE separately (every day at 22h)
>> > Model, Master, MSDB log separately (every hour, between 5h-21h)
>> >
>> > Backup for User Database
>> >
>> > Database User (every day at 23h)
>> > Database Log (every hour, between 02h-21h)
>> >
>> > 2 Plan Maintenance
>> > Integrity Checks for all Database (System + User)
>> > Optimization Job for all Database (System + User)
>> >
>> > Why does my model backup and msdb log failed ? any idea?
>> >
>> > Thanks
>> >
>> > Ina
>> >
>|||Thank you all for this good advice I will check it.
Ina
Tibor Karaszi wrote:
> Specify a report file for the Maint Plan and check for the SQL Server errors in that report file.
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
>
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155043376.504435.46880@.n13g2000cwa.googlegroups.com...
> > Thanks guys.
> >
> > It was because the MSDB Database was set up to simple instead of Full.
> > I changed it
> > but the model DB backup I do not know why it is failing
> >
> > The job failed. The Job was invoked by Schedule 26 (Schedule 1). The
> > last step to run was step 1 (Step 1).
> >
> > This is the job error I get.
> >
> > Ina
> >
> > I thing
> > Hari Prasad wrote:
> >> Hi,
> >>
> >> What is the error you are getting?
> >>
> >> First of all there is no need to backup the log for Model and Master
> >> database; this is because we
> >> are not supposed to do manipulations into these system databases.
> >>
> >> Incase if you are getting errors in transaction log backup then verify the
> >> recovery model for MSDB and Model databases.
> >> For transaction log backup the recovery model should be either Bulk_logged
> >> or Full.
> >>
> >> Thanks
> >> Hari
> >> SQL Server MVP
> >>
> >>
> >> "ina" <roberta.inalbon@.gmail.com> wrote in message
> >> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> >> > Good morning,
> >> >
> >> > I am new to sql server and I have an issue with my backups.
> >> >
> >> > So I set up these jobs:
> >> >
> >> > Backup for System database:
> >> >
> >> > Model, Master, MSDB DATABASE separately (every day at 22h)
> >> > Model, Master, MSDB log separately (every hour, between 5h-21h)
> >> >
> >> > Backup for User Database
> >> >
> >> > Database User (every day at 23h)
> >> > Database Log (every hour, between 02h-21h)
> >> >
> >> > 2 Plan Maintenance
> >> > Integrity Checks for all Database (System + User)
> >> > Optimization Job for all Database (System + User)
> >> >
> >> > Why does my model backup and msdb log failed ? any idea?
> >> >
> >> > Thanks
> >> >
> >> > Ina
> >> >
> >

Model backup failed

Good morning,
I am new to sql server and I have an issue with my backups.
So I set up these jobs:
Backup for System database:
Model, Master, MSDB DATABASE separately (every day at 22h)
Model, Master, MSDB log separately (every hour, between 5h-21h)
Backup for User Database
Database User (every day at 23h)
Database Log (every hour, between 02h-21h)
2 Plan Maintenance
Integrity Checks for all Database (System + User)
Optimization Job for all Database (System + User)
Why does my model backup and msdb log failed ? any idea?
Thanks
InaCan you post us the contents of your error log file please!
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
> Thanks
> Ina
>|||Immy wrote:
[vbcol=seagreen]
> Can you post us the contents of your error log file please!
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
What is recovery model msdb database? If it is simple you log backup
will fail
For model database backup failure look in error log , it will have
detailed information about it.
Regards
Amish Shah|||"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
Beacuse they are in SIMPLE recovery mode and there's no need for a
logbackup.
The full should work fine though.

> Thanks
> Ina
>|||Hi,
What is the error you are getting?
First of all there is no need to backup the log for Model and Master
database; this is because we
are not supposed to do manipulations into these system databases.
Incase if you are getting errors in transaction log backup then verify the
recovery model for MSDB and Model databases.
For transaction log backup the recovery model should be either Bulk_logged
or Full.
Thanks
Hari
SQL Server MVP
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...
> Good morning,
> I am new to sql server and I have an issue with my backups.
> So I set up these jobs:
> Backup for System database:
> Model, Master, MSDB DATABASE separately (every day at 22h)
> Model, Master, MSDB log separately (every hour, between 5h-21h)
> Backup for User Database
> Database User (every day at 23h)
> Database Log (every hour, between 02h-21h)
> 2 Plan Maintenance
> Integrity Checks for all Database (System + User)
> Optimization Job for all Database (System + User)
> Why does my model backup and msdb log failed ? any idea?
> Thanks
> Ina
>|||Thanks guys.
It was because the MSDB Database was set up to simple instead of Full.
I changed it
but the model DB backup I do not know why it is failing
The job failed. The Job was invoked by Schedule 26 (Schedule 1). The
last step to run was step 1 (Step 1).
This is the job error I get.
Ina
I thing
Hari Prasad wrote:[vbcol=seagreen]
> Hi,
> What is the error you are getting?
> First of all there is no need to backup the log for Model and Master
> database; this is because we
> are not supposed to do manipulations into these system databases.
> Incase if you are getting errors in transaction log backup then verify the
> recovery model for MSDB and Model databases.
> For transaction log backup the recovery model should be either Bulk_logged
> or Full.
> Thanks
> Hari
> SQL Server MVP
>
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155022867.432337.303640@.75g2000cwc.googlegroups.com...|||Specify a report file for the Maint Plan and check for the SQL Server errors
in that report file.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"ina" <roberta.inalbon@.gmail.com> wrote in message
news:1155043376.504435.46880@.n13g2000cwa.googlegroups.com...
> Thanks guys.
> It was because the MSDB Database was set up to simple instead of Full.
> I changed it
> but the model DB backup I do not know why it is failing
> The job failed. The Job was invoked by Schedule 26 (Schedule 1). The
> last step to run was step 1 (Step 1).
> This is the job error I get.
> Ina
> I thing
> Hari Prasad wrote:
>|||Thank you all for this good advice I will check it.
Ina
Tibor Karaszi wrote:[vbcol=seagreen]
> Specify a report file for the Maint Plan and check for the SQL Server erro
rs in that report file.
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
>
> "ina" <roberta.inalbon@.gmail.com> wrote in message
> news:1155043376.504435.46880@.n13g2000cwa.googlegroups.com...

Friday, March 23, 2012

MMC Snap-in Failed to initialize

I am getting this problem when I try to open a DTS package.
MMC: Snap-in Failed to Initialize: Name: Meta Data Services:
CLSID(xxxxxxxxxxx)
Have anyone encountered this problem?
LystraDoes anyone have any ideas regarding this problem?|||More regarding this problem:

Once I go to open meta data services I get this message:

An error occurred while trying to access the information. The msdb DB could not be open.

Please help.

Thanks

Lystra|||this might be helpful:

http://www.examnotes.net/article44826.html

mojza|||Thanks, I was able to solve the problem.

There was some dll's missing in the repository folder once I copied them over and register the files I was able to get rid of that problem.

However another problem developed which is once I click on a dts package to open up it just hang with only white space. I check to see if all of the dll's for the dts package was there, which it is. Doesn't any one know what this problem is?

Thanks

MMC Snapin failed to initialize

Hi there,
I have a problem when I start up the MMC of sql server :
"Snapin failed to initialize"
Thats the message when I add/remove the sql server snapin. When I try to
collapse sql server open in MMC it just hangs.
This problem is here for more then 10 days and I cant find a solution to it.
Google groups has many (old) suggestions but none of them work
I am suspecting that the followin update caused the problem (not 100% sure
though)
Security Update for Microsoft Data Access Components (KB832483)
Sql server runs fine but I cant administer it properly. Please help.
icq : 203284108Hi Tom,
Are you attempting to run the MMC at the server hosting SQL Server? Or are
you attempting to run the MMC remotely?
In either case, from the same machine you are running the MMC, attempt to
connect using Query Analyzer or simply create a test ODBC connnection to
the server. Does that connection work OK? If it does, we know ODBC
connectivity is OK. That would tend to eliminate MS04-003 as the root
cause of the issue.
If indeed ODBC connectivity fails that would explain why the MMC snapin is
failing. It uses ODBC for connectivity to the server.
If you are testing at the server hosting SQL Server, try an ODBC test from
another machine. You can accomplish this even if you do not have Query
Analyzer installed. Simply create a test ODBC DSN and test the connection.
Obviously if ODBC connectivity is OK using Query Analyzer or a test ODBC
DSN, there is a problem wikth the MMC Snapin itself. Let me know what you
discover.
Thank you.
Gary Whitley
This posting is provided "AS IS" with no warranties, and confers no rights.|||Lo Gary,
This is what I tried :
1) Connect with sql query analyzer : it works
2) Create odbc data source : it works
Querying the data from the website is also no problem.
So its realy is a problem with mmc itself I believe.
I reinstalled SQL server (server + cleint tools) and tried to start mmc
after some short prayers.
The problem is still there. It seems an uninstall leaves some settings
behind (in the registry maybe).
This was my last resort. I don't have the technical knowledge to track this
further down.
I hope some experienced people can advice me further.
I cant administer my sql server (via a remote mmc neither) and using the QA
is slowing me down tremendously.
Please advice. I see lots of other post about this prob (maybe its not the
same thing that triggers it).
But the MMC is a bit fragile so it seems :s
"Gary Whitley [MSFT]" <garyw@.online.microsoft.com> wrote in message
news:l#Su82O5DHA.568@.cpmsftngxa07.phx.gbl...
quote:

> Hi Tom,
> Are you attempting to run the MMC at the server hosting SQL Server? Or

are
quote:

> you attempting to run the MMC remotely?
> In either case, from the same machine you are running the MMC, attempt to
> connect using Query Analyzer or simply create a test ODBC connnection to
> the server. Does that connection work OK? If it does, we know ODBC
> connectivity is OK. That would tend to eliminate MS04-003 as the root
> cause of the issue.
> If indeed ODBC connectivity fails that would explain why the MMC snapin is
> failing. It uses ODBC for connectivity to the server.
> If you are testing at the server hosting SQL Server, try an ODBC test from
> another machine. You can accomplish this even if you do not have Query
> Analyzer installed. Simply create a test ODBC DSN and test the

connection.
quote:

> Obviously if ODBC connectivity is OK using Query Analyzer or a test ODBC
> DSN, there is a problem wikth the MMC Snapin itself. Let me know what you
> discover.
> Thank you.
> Gary Whitley
> This posting is provided "AS IS" with no warranties, and confers no

rights.
quote:

>
|||Hi Tom,
Thank you for using the Microsoft newsgroups as your source for technical
information. In this particular case the complexity of your issue will
require in-depth troubleshooting and will not be best served by newsgroup
support. Please go to;
http://support.microsoft.com/common...=fh;en-us;cntac
tms
Select your region from the map and follow the instructions for contacting
our telephone support centers in your area.
Thank you.
Gary Whitley
This posting is provided "AS IS" with no warranties, and confers no rights.|||Im hoping to solve this myself. I dont want my boss to pay...
I discovered something new today :
When I connect from the badly behaving pc with QA to a remotly sql server
2000 the QA waits indefinitly.
There is no locking going on it just waits. Even if I just say "use
nothwind".
I can connect to the local sql server with QA just fine. How can I see whats
going wrong if the remote pc is queried?
Thx for the help so far Gary.
Tom
"Gary Whitley [MSFT]" <garyw@.online.microsoft.com> wrote in message
news:pMsgiBd5DHA.2768@.cpmsftngxa07.phx.gbl...
quote:

> Hi Tom,
> Thank you for using the Microsoft newsgroups as your source for technical
> information. In this particular case the complexity of your issue will
> require in-depth troubleshooting and will not be best served by newsgroup
> support. Please go to;
>

http://support.microsoft.com/common...=fh;en-us;cntac
quote:

> tms
> Select your region from the map and follow the instructions for contacting
> our telephone support centers in your area.
> Thank you.
> Gary Whitley
> This posting is provided "AS IS" with no warranties, and confers no

rights.
quote:

>
|||Hi Tom,
There are two tools that may help you in this case.
First, you can use SQL Profiler at the SQL Server itself to track your
session on the server. This tool allows you to determine what commands, if
any, SQL receives and what occurs after it receives the command.
Second, you may want to get a network sniff between the client and server.
The best way to handle this is to get a trace at both the client and the
server at the same time. This allows you to analyze the requests from the
client, determine if the server gets the request and what response, if any,
is sent back to the client. The goal will be to find where the problem
occurs.
Thanks.
Gary
This posting is provided "AS IS" with no warranties, and confers no rights.

MMC initialize error

I have SQL server 2000. when I try to open Enterprise Manager, I am geting
this error message.
"snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
CLSID: {00100100-1816-8EF5-00AA0062C58F}"
Please help me how to reslove this problem. Thanks.
"Error Messages When You Install Office Server Extensions on Computer with
SQL Server 2000"
http://support.microsoft.com/default...&Product=sql2k
"Why does SQL Server 2005 break SQL Server 2000 tools?"
http://www.aspfaq.com/sql2005/show.asp?id=4 (maybe the solution of
re-register sqldmo.dll for SQL Server 2000 works in your situation)
Cristian Lefter, SQL Server MVP
"Kumar" <ravik_v@.hotmail.com> wrote in message
news:BDA694A0-E055-49CA-A1F8-C32BD6282966@.microsoft.com...
>I have SQL server 2000. when I try to open Enterprise Manager, I am geting
> this error message.
> "snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
> CLSID: {00100100-1816-8EF5-00AA0062C58F}"
> Please help me how to reslove this problem. Thanks.

MMC initialize error

I have SQL server 2000. when I try to open Enterprise Manager, I am geting
this error message.
"snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
CLSID: {00100100-1816-8EF5-00AA0062C58F}"
Please help me how to reslove this problem. Thanks."Error Messages When You Install Office Server Extensions on Computer with
SQL Server 2000"
http://support.microsoft.com/default.aspx?scid=kb;en-us;281460&Product=sql2k
"Why does SQL Server 2005 break SQL Server 2000 tools?"
http://www.aspfaq.com/sql2005/show.asp?id=4 (maybe the solution of
re-register sqldmo.dll for SQL Server 2000 works in your situation)
Cristian Lefter, SQL Server MVP
"Kumar" <ravik_v@.hotmail.com> wrote in message
news:BDA694A0-E055-49CA-A1F8-C32BD6282966@.microsoft.com...
>I have SQL server 2000. when I try to open Enterprise Manager, I am geting
> this error message.
> "snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
> CLSID: {00100100-1816-8EF5-00AA0062C58F}"
> Please help me how to reslove this problem. Thanks.

MMC initialize error

I have SQL server 2000. when I try to open Enterprise Manager, I am geting
this error message.
"snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
CLSID: {00100100-1816-8EF5-00AA0062C58F}"
Please help me how to reslove this problem. Thanks."Error Messages When You Install Office Server Extensions on Computer with
SQL Server 2000"
http://support.microsoft.com/defaul...0&Product=sql2k
"Why does SQL Server 2005 break SQL Server 2000 tools?"
http://www.aspfaq.com/sql2005/show.asp?id=4 (maybe the solution of
re-register sqldmo.dll for SQL Server 2000 works in your situation)
Cristian Lefter, SQL Server MVP
"Kumar" <ravik_v@.hotmail.com> wrote in message
news:BDA694A0-E055-49CA-A1F8-C32BD6282966@.microsoft.com...
>I have SQL server 2000. when I try to open Enterprise Manager, I am geting
> this error message.
> "snap-in failed to Initialize Name: Microsoft SQL Enterprise Manager
> CLSID: {00100100-1816-8EF5-00AA0062C58F}"
> Please help me how to reslove this problem. Thanks.

Monday, March 12, 2012

Missing System Stored Procedures

I have a server that has a few system stored procedures missing, among them
sp_grantdbaccess, sp_droplogin, etc. I think this may be from a failed
installation of a service pack. This server is going away in a couple of
weeks, but in the meatime, I would like to get put these system stored
procedures back, but have been unsuccessful doing so.
Does any have a suggestion, besides restoring master?Copy them from another SQL Server. Script them out and execute in the server
where they are missing.
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
"RogerT" <RogerT@.discussions.microsoft.com> wrote in message
news:2840B89F-C2FF-46D1-ACE3-F48CD2A9CF06@.microsoft.com...
>I have a server that has a few system stored procedures missing, among them
> sp_grantdbaccess, sp_droplogin, etc. I think this may be from a failed
> installation of a service pack. This server is going away in a couple of
> weeks, but in the meatime, I would like to get put these system stored
> procedures back, but have been unsuccessful doing so.
> Does any have a suggestion, besides restoring master?|||What did you do to try to get the procedures back? Did you
try reapplying the latest Service Pack? If you had problems
with applying one of the service packs, you'd probably want
to make sure nothing else has been impacted.
-Sue
On Fri, 6 Oct 2006 15:40:02 -0700, RogerT
<RogerT@.discussions.microsoft.com> wrote:
>I have a server that has a few system stored procedures missing, among them
>sp_grantdbaccess, sp_droplogin, etc. I think this may be from a failed
>installation of a service pack. This server is going away in a couple of
>weeks, but in the meatime, I would like to get put these system stored
>procedures back, but have been unsuccessful doing so.
>Does any have a suggestion, besides restoring master?