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 |
|
brinster
Starting Member
8 Posts |
Posted - 2003-11-07 : 10:00:54
|
| HelloWe make a restoration of database in this database there is a sysusers tables with login and users ;which is the method to delete this login in sysuers tablesThe second problem is that we have drop a database ODBC link and recreate behing this odbc link and there the application has never run after this recreation of ODBC link why ?Wich is the link between ODBC sql and database mssql 7 i don t see ?Regards |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-11-07 : 11:07:22
|
| sp_revokedbaccess or sp_dropuser==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-11-07 : 12:07:16
|
| Did you recreate the DSN correctly? Did it test successfully to the database server? I don't understand your last question.Tara |
 |
|
|
|
|
|