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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-06-10 : 08:21:49
|
Nasir writes "I got the following error when saving patient's study file (rather saving in database)step 'DTSStep_DTSExecuteSQLTask_4' failedStep error source: microsoft data transformation services (DTS) packageStep Error Description: unspecified error(microsoft OLE DB Provider for SQL Server (8000405): cannot open database requested in login 'Clab_optical'. login fails)Step error code: 80074005step error help file: sqldts.hlpstep error help contect id : 1100It is saving my patient file in db...we have windows nt workstationand using cardiolab software with this" |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-10 : 13:18:07
|
I think you need to reset your default database with sp_defaultdb. Or maybe your login doesn't have access to that database, in which case ask the DBA to provide you access.Tara |
 |
|
|
|
|