You can create a machine account login for SQL Server with the following command:
CREATE USER [MACHINENAME] FOR LOGIN [DOMAIN\MACHINENAME$] WITH DEFAULT_SCHEMA=[dbo]
|
|||||
Creating a machine account login for SQL ServerYou can create a machine account login for SQL Server with the following command: CREATE USER [MACHINENAME] FOR LOGIN [DOMAIN\MACHINENAME$] WITH DEFAULT_SCHEMA=[dbo] |
|||||
|
Copyright © 2012 David's Blog - All Rights Reserved |
|||||