Author: Not specified | Language: sql |
Description: Not specified | Timestamp: 2017-08-11 15:27:36 +0000 |
View raw paste | Reply |
- /****** Script pour modifier addresse courriel (Migration LDAP) ******/
- UPDATE gpi.dbo.gpm_t_util
- SET code_Auth = 'manon.roy@cstrois-lacs.qc.ca'
- FROM gpi.dbo.gpm_t_util WHERE util = 'manonroy'
View raw paste | Reply |