Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
digitaltransfer
Starting Member
20 Posts |
Posted - 2009-02-05 : 09:48:50
|
| How do I sort these errors out Ordinal 40 could not be located in the dynamic link libary mtslsapi.dllthe ordinal 29 could not be located in the dynamic link libary odbcbcp.dllalso SQLmanger.exe ordinal I assume that is the above ?svchost.exe application error application failed to initialise properly (0xc0000.142) click on ok to terminate applicationany help greatly appreciated I have run the disc through but nothing happensRegards Russell |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-05 : 09:51:33
|
| Can you give us idea what you are doing? |
 |
|
|
digitaltransfer
Starting Member
20 Posts |
Posted - 2009-02-05 : 09:55:30
|
| Hey sodeep Charlie said I should speak to you I have had probs with my window 2000 server the LDF files took over the system and I could not log on so as per charlie suggestion I backed them up and saved them to another disc, my original intension was to copy the disc on to a new bigger hard drive was 80gb bought a 750gb but it would not load I was going from a IDE to a SATA so removed the LDF files and it logged on however the above errors were showing ? any help greatly appreciated, I think once this is sorted I might need some help with the DB there after I understand you are DA MAN when it come to Db's Russell |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-05 : 10:15:25
|
quote: Originally posted by digitaltransfer Hey sodeep Charlie said I should speak to you I have had probs with my window 2000 server the LDF files took over the system and I could not log on so as per charlie suggestion I backed them up and saved them to another disc, my original intension was to copy the disc on to a new bigger hard drive was 80gb bought a 750gb but it would not load I was going from a IDE to a SATA so removed the LDF files Was SQL Server Stopped Properly? Did you attach mdf files with sp_attach_singledb?Also if you can log in:Run and post the result:DBCC CHECKDB (yourDB) WITH NO_INFOMSGS, ALL_ERRORMSGS Looks like it is corrupt.Paul Randal is expert in this field. You can post it in Database Corruption topic. and it logged on however the above errors were showing ? any help greatly appreciated, I think once this is sorted I might need some help with the DB there after I understand you are DA MAN when it come to Db's Russell
|
 |
|
|
digitaltransfer
Starting Member
20 Posts |
Posted - 2009-02-05 : 11:05:05
|
| excuse my ignorance sodeep how do I run this ? in dos menu ? sos I am no programmer but I know my way round !! thanks Russell |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-05 : 11:19:20
|
| Run in Query Analyzer. You said you can connect to DB right. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
|
|
digitaltransfer
Starting Member
20 Posts |
Posted - 2009-02-05 : 12:27:32
|
| Sorry no I cannot I can log on to the server not the DB at the mo ? Tara I will subscribeCheers Russell |
 |
|
|
|
|
|