This website requires JavaScript.
Explore
Help
Sign In
vkhaidanov
/
EnVisageOnline
Watch
1
Star
0
Fork
You've already forked EnVisageOnline
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
EnVisageOnline
/
Main-RMO
/
Database
/
Scripts
/
20141002
/
3.RenameManagerIdToOwnerIdI...
3 lines
71 B
SQL
Raw
Permalink
Blame
History
use
EnVisage
EXEC
sp_rename
'
dbo.Team.ManagerId
'
,
'
OwnerId
'
,
'
COLUMN
'
;
Reference in New Issue
View Git Blame
Copy Permalink