Sybase How TO
Monday, 11 April 2011
ASE : Drop an alias, with objects linked to login
sp_configure 'allow updates',1
go
begin tran
go
update sysobjects set loginame = 'jsmith' where loginame = 'rjones'
go
commit tran
go
sp_configure 'allow updates',0
go
sp_dropalias 'rjones'
go
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment