Home Forums SQL Server 2005 Administering Failing to get logged in sql server throught windows login RE: Failing to get logged in sql server throught windows login

  • anoop.mig29 (12/11/2013)


    Hi friends

    At one of our client side we are not abled to get logged in sql server through windows login and we donot have sa pwd or any other sql logins.Any idea now how to proceed.

    Thanks and regards

    Anoop Pandey

    this script from microsoft has worked flawlessly for me twice now; it's a cmd/bat file which prompts you for the servername,a dn adds the current windows suer as an admin tot eh instance you identified.

    http://archive.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=addselftosqlsysadmin&DownloadId=9198

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!