USE [master]
GO
CREATE LOGIN [ig] WITH PASSWORD=N'ig111!', DEFAULT_DATABASE=[ItaiTest], CHECK_EXPIRATION=OFF, CHECK_POLICY=ON
GO
USE [ItaiTest]
GO
CREATE USER [ig] FOR LOGIN [ig]
GO
USE [ItaiTest]
GO
EXEC sp_addrolemember N'db_owner', N'ig'
GO
The copy-pastes and explanations blog for SQL code, errors and daily cases! This blog is a 'list' of actions that always good to have available. The copy-paste concept here is short and clear explanations and descriptions (no long stories!) and - of course - the code to take (copy) and use (paste). The blog deals in the database (mostly) and software issues.
No comments:
Post a Comment