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
4f2e83d50d
EnVisageOnline
/
Main
/
Database
/
Scripts
/
20141002
/
3.RenameManagerIdToOwnerIdI...
3 lines
71 B
SQL
Raw
Blame
History
use
EnVisage
EXEC
sp_rename
'
dbo.Team.ManagerId
'
,
'
OwnerId
'
,
'
COLUMN
'
;
Reference in New Issue
View Git Blame
Copy Permalink