What service accounts to use when installing SQL Server 2008 on a Dev Box

后端 未结 5 1954
轻奢々
轻奢々 2021-02-02 06:38

I am installing SQL Server 2008 on my development machine and during the install I am asked to assign accounts to the different services. What account should I use for the servi

5条回答
  •  既然无缘
    2021-02-02 06:56

    If it's a dev machine, I generally just go with SYSTEM. Otherwise, I try to use a domain account, since I often need to kick off SSIS packages with SQL Server Agent, and it's nice if I can just use that service account instead of creating the proxies necessary.

提交回复
热议问题