Results 1 to 2 of 2

Thread: SQL Server

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    SQL Server

    Hi Everyone,
    I have been using SQL Server(7.0) for some time but i have a small problem, when i am logged in as a different user rather then my usual Username (Administrator) the sql server fails to start due to log in failure. How do i make sure that sql server starts for every users.

    Thanks in advance
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    To set the service startup account for SQL Server Agent

    Right-click SQL Server Agent; then click Properties.
    In the SQL Server Agent Properties dialog box, under Service startup account, select:
    System account if your jobs require resources from the local server only.
    This account if your jobs require resources across the network, including application resources; you want to forward events to the application logs of other Microsoft® Windows NT® computers; or if you want to notify operators through e-mail or pagers.
    If you selected This account, enter the Windows NT account name that SQL Server Agent will use, and then enter the password for the Windows NT account in the Password box.
    You must restart SQL Server Agent before these configuration changes take effect.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width