source:
branches/GeneralizedQAP/HeuristicLab.Services.Hello/3.3/SQLScripts/CreateUsers.sql
@
6878
Last change on this file since 6878 was 6853, checked in by abeham, 13 years ago | |
---|---|
File size: 204 bytes |
Line | |
---|---|
1 | USE [HelloDatabase]; |
2 | GO |
3 | CREATE USER heuristiclab FOR LOGIN [SERVICES\heuristiclab]; |
4 | GO |
5 | EXEC sp_addrolemember db_datareader, heuristiclab; |
6 | GO |
7 | EXEC sp_addrolemember db_datawriter, heuristiclab; |
8 | GO |
Note: See TracBrowser
for help on using the repository browser.