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
/
20140610
/
02_Project_StudioId_Rename.sql
8 lines
84 B
Transact-SQL
Raw
Permalink
Blame
History
use
[
EnVisage
]
GO
EXEC
sp_rename
'
Project.StudioID
'
,
'
CompanyId
'
,
'
COLUMN
'
;
GO
Reference in New Issue
View Git Blame
Copy Permalink