Installing SQL server with local Admin rights

Dear DB experts
I have a concern about installing SQL server 2000 on win 2003 with out local admin rights
I have delegated local admin rights to a Domain user.  that user can install and configure SQL with out any issues or its is a must to install SQL using local administrator account   pls advise.
Regards
Rabbani
RaSa

Hi Syed_R,
SQL Server 2000 was out of support in SQL Server Forums since April,2013. You can install SQL Server 2005 or later version and more experts will assist you.
As other post, the user that runs the SQL Server installer must have Admin rights on the server when installing. For local installations, you must run Setup as an administrator. If you install SQL Server from a remote share, you must use a domain account
that has read and execute permissions on the remote share.
In addition, in preparation for setting up Microsoft SQL Server on this system, you add the Setup account to the local administrators group, also the Setup account need to have certain user rights for avoiding SQL Server installation fails. Such as Local
Policy Object Display Name, Backup files and directories and so on.
For more information, you can review the following article.
http://support.microsoft.com/kb/2000257
Thanks,
Sofiya Li
Sofiya Li
TechNet Community Support

Similar Messages

  • Installed SQL Server with license key provided by Microsoft still it showing expiry date after 6 months

    I Installed Sql Server 2008 in my Windows 2008 Server everthing good but after installed when i check expiry date of SQL SERVER using query its showing after 180 Days my Sql will be expiry.
    Did i done any mistake while installed or do i want to any activation process after installation of Sql Server.
    Please any one get back with reply. I looking forward for a reply.
    Its an emergency basis.

    Hi,
    It look like you install the evaluation version:
    http://msdn.microsoft.com/en-us/sqlserver/bb671064.aspx
    [Personal Site] [Blog] [Facebook]

  • Installing SQL-Server with WiX : fails if older version is present

    Hi,
    I have a problem with my SQLServer 2014(Express) silent installation, in case there is a older Version e.g. SQL-Server 2012(Express) installed.
    The log shows the following error:
    [02DC:0C48][2014-12-04T10:53:30]i301: Applying execute package: SQLEXPR_x64_ENU.exe, action: Install, path: C:\ProgramData\Package Cache\38E0D08F06AF2F907E1AEBDCA0444B828AE356B5\SQLEXPR_x64_ENU.exe, arguments: '"C:\ProgramData\Package Cache\38E0D08F06AF2F907E1AEBDCA0444B828AE356B5\SQLEXPR_x64_ENU.exe" /ACTION=Install /INSTANCENAME=SQLExpress /FEATURES=SQL,Tools /TCPENABLED=1 /SQLSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE" /SQLSVCSTARTUPTYPE=Automatic /SQLSYSADMINACCOUNTS=BUILTIN\Administrators /ADDCURRENTUSERASSQLADMIN=TRUE /Q /HIDECONSOLE /SkipRules=RebootRequiredCheck /IAcceptSQLServerLicenseTerms'
    [02DC:0C48][2014-12-04T10:55:54]e000: Error 0x84bb0001: Process returned error: 0x84bb0001
    Some facts:
    - My setup works well, if I use a plain Windows 7/64 installation (VM)
    - If I uninstall the older SQL-Server Version, setup works well also.
    - The SQLServer installation is part of a WiX-Bootstrapping project
    <util:RegistrySearch
    Id="SqlInstanceKeyFound"
    Root="HKLM"
    Key="SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL"
    Value="$(var.InstanceName)"
    Result="exists"
    Variable="SqlInstanceKeyFound" />
    <util:RegistrySearch
    Id="SqlInstanceKey"
    Root="HKLM"
    Key="SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL"
    Value="$(var.InstanceName)"
    Variable="SqlInstanceKey"
    After="SqlInstanceKeyFound"
    Condition="SqlInstanceKeyFound" />
    <util:RegistrySearch
    Id="SqlInstanceFound"
    Root="HKLM"
    Key="SOFTWARE\Microsoft\Microsoft SQL Server\[SqlInstanceKey]"
    Result="exists"
    Variable="SqlInstanceFound"
    After="SqlInstanceKey"
    Condition="SqlInstanceKeyFound" />
    <util:RegistrySearch
    Id="SqlVersion"
    Root="HKLM"
    Key="SOFTWARE\Microsoft\Microsoft SQL Server\[SqlInstanceKey]\Setup"
    Value="Version"
    Variable="SqlVersion"
    After="SqlInstanceKey"
    Condition="SqlInstanceFound" />
    <PackageGroup Id="SQLexpress2014">
    <ExePackage
    DisplayName="SQL Server 2014 Express"
    Cache="yes"
    Compressed="yes"
    PerMachine="yes"
    Permanent="yes"
    Vital="yes"
    SourceFile="C:\temp\SQLEXPR_x64_ENU.exe"
    InstallCommand="/ACTION=Install /INSTANCENAME=$(var.InstanceName) /FEATURES=SQL,Tools /TCPENABLED=1 /SQLSVCACCOUNT=&quot;NT AUTHORITY\NETWORK SERVICE&quot; /SQLSVCSTARTUPTYPE=Automatic /SQLSYSADMINACCOUNTS=BUILTIN\Administrators /ADDCURRENTUSERASSQLADMIN=TRUE /Q /HIDECONSOLE /SkipRules=RebootRequiredCheck /IAcceptSQLServerLicenseTerms"
    UninstallCommand="/Action=Uninstall /INSTANCENAME=$(var.InstanceName) /FEATURES=SQL /Q /HIDECONSOLE"
    DetectCondition="SqlInstanceFound">
    <ExitCode Value ="3010" Behavior="forceReboot" />
    </ExePackage>
    </PackageGroup>
    It looks that I would need to check for older versions as well !?
    If so, is there a generic way to do that?
    Thanks for any hints and help.
    Regards
    Rainer

    SQLEXPR_x64_ENU.exe" /ACTION=Install /INSTANCENAME=SQLExpress
    /FEATURES=....
    Hello Rainer,
    The installation don't fail because an "older" instance exists, it fail because an SQL Server instance with the same name already exits; SQLEXPRESS is the default name and very common, you will see a lot of machines running a SQLEXPRESS instance.
    Instance names must be unique per machine, so use a different instance name for your application, e.g. "SQLRainerQueck"
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to install Adobe CC with elevated admin rights?

    I am trying to install the trail version of Illustrator CC, but the install script comes back with the message "Installation Failed" Administrator priviedges are required to install. Please Install later." I can install programs on my computer, but it is through my company's mechanism that temporarily elevates my privildges to allow program installations. Has anyone had the same problem and succeeded in installing the program? If so, how?
    I am using 64-bit Windows 7, SP1
    Thanks,
    Phil

    If it is on a company computer, you may need to have them check your permissions. If they are set right, you should not need to elevate the permissions.

  • Report Services Install - SQL Server 2012 instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Hi Jo75,
    According to my understanding, you get the error message “Unable to connect to the database: Network error IOException: Connection refused: connect” when you connect to the SQL Server database
    during installation of Trend Micro's DSM.  
    Based on my test, I was able to connect to the SQL Server database with the user name “sa” during the installation of Deep Security Manager and no error message appeared. Besides, I created
    a new SQL Server login and it also worked fine.
    Make sure you can connect to the SQL Server instance successfully, you can follow these steps:
    1. Open SQL Server Management Studio and click Database Engine from pull-down menu of Connect in Object Explorer.
    2. In the Server name box, you should type hostname\instance name. And you should choose SQL Server Authentication in Authentication box and type “sa” in Login box, then type your password
    and click Connect.
    If you can’t connect to SQL Server, you can try to create a new login and give it full permission. Please follow these steps:
    1. Open SQL Server Management Studio and connect to SQL Server with administrator account.
    2. Click Security and right click Logins then choose New Login.
    3. In General page, type your new Login name and choose SQL Server Authentication, then set your password.
    4. Click Server Roles
    at
    the
    top-left
    corner
    and check the dbcreator box.
    5. Click Status at the top-left corner and check enabled under the login, then click ok.
    6. Click the database you want to connect during the installation of Deep Security Manager, expand the security and right click the users, then choose New User.
    7. Type your user name and login name in General page. Click Owned Schemas page and check db_owner. Also check db_owner in Membership page then click ok.
    8. Retry install Deep Security Manager.
    Please follow these steps and how it works.
    Best regards,
    Qiuyun Yu

  • Delay when starting accdb without local Admin rights.

    Hi,
    I have a problem with one application, the front end of the application is MS Access DB that's connects to our SQL Server over odbc driver If the user is in a local administrator group everything is working fast. When the same user is put in the user group
    without Administrative rights I recive a delay for about 60 sec then the error pops up
    After I hit ok a new SQL login pops up and I just press second time ok and the application starts without entering any user and pass. This is not happening if the user is in the built in Administrators Group.
    Thanks for the help
    fract

    Hi fract,
    as a Microsoft partner I have asked support for help.
    Here is their answer:
    Hi Partner,
    Thanks for your reply.
    Based on my research, the issue is identified as a compatibility issue that Access 2010 has with SQL Server 2008 R2. Access uses PERMISSIONS function to check the privileges. The PERMISSIONS function is deprecated in SQL Server 2008 R2. I haven’t found
    any workaround for this issue currently.
    You can check the more detail information at below link:
    PERMISSIONS (Transact-SQL)
    http://msdn.microsoft.com/en-us/library/ms186915(v=sql.105).aspx
    I think you need to access SQL Server 2008R2 with local admin right.
    If you have any further questions, please let me know.
    Best Regards,

  • Running Desktop software without local admin rights

    Is it possible to run Blackberry Desktop Software without the user having local admin rights? I have a number of users who have work BBs who need to use BDS, but I am in the process of correcting my predecessor's decision to give everyone local admin rights.

    Hello gheatley,
    Welcome to the Support Community!
    The BlackBerry® Desktop Software will need to be installed in a Windows® user account with local admin rights, but it can be used from within other user accounts with more limited permissions.
    Thanks.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Sql server with multiple instance

    hi  All,
    i want  to  install sql server with two instance   and i want  to assign two  separate is  ips   for  both   default instance  and named  instance   and  both   should  work like
    two different server
    note:  If i  logged  with  one  ip(default instance)   it should  show  its  own  databases  not both or  named   instance  databases
    thanks 
     chintala

    Hi chintala,
    According to your description, if you want to assign the two different IP to stand for default instance 
    and named  instance, I recommend you set up aliases on a SQL Server with multiple instances. For example, a physical server is named WinServer and 2 instances of SQL Server named WinServer and WinServer\instance1.
    We need to add 1 IP addresse to the WinServer, there is one IP address already assigned to WinServer, 192.168.1.1, by adding one new IP's, 192.168.1.2 .
    We need to move into DNS to configure our host names and aliases.  The physical machine must be steup as a static IP in DNS. SQLAlias1, which point to the default instance on WinServer, will be setup as a DNS with an address of 192.168.1.1.
    SQLAlias2, which will point to WinServer\Instance1, will be setup as a new Host (A) record in DNS with an address of 192.168.1.2.
    When everything has been completed on the DNS side, you need to open up SQL Server Configuration Manager on WinServer and configure the protocols for each instance one at a time, restart the 3 SQL services.
    For more information about how to set up aliases on a SQL Server with multiple instances, you can review the similar article.
    http://kevine323.blogspot.com/2013/08/setting-up-aliases-on-sql-server-with.html
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • GroupWise 6.5.7 distribution without local admin rights

    I would like to distribute the GroupWise 6.5.6up1 (6.5.7) client
    installation (from 6.5.1).
    Im using the setup.cfg and setup.ini to have an unattended installation.
    It is working great with local admin rights.
    Now I would like to distribute this version with ZENworks. Im using the
    workstation object (association) so the distribution will take place when
    the workstation starts up.
    But (as far as I can see) the registration of DLLs will not take place.
    What kind of alternatives are there to distribute GroupWise without local
    administrator rights?
    Thanks.
    Armand.

    Thanks for the reply.
    The .aot files give problems, dll files are missing (the known
    vslwp7.dll) and I found a lot of bad experiences on the forums with the
    viewer etc.
    Armand.
    > I've been using the AOTs included with the GW Client (Zen directory). =
    > They import into Zenworks easily and have worked well for me the last 2 =
    > upgrades.
    >
    > >>> <[email protected]> 10/11/2006 1:34:27 AM >>>
    >
    > I would like to distribute the GroupWise 6.5.6up1 (6.5.7) client
    > installation (from 6.5.1).
    > I=92m using the setup.cfg and setup.ini to have an unattended installation.=
    >
    > It is working great with local admin rights.
    >
    > Now I would like to distribute this version with ZENworks. I=92m using the
    > workstation object (association) so the distribution will take place when
    > the workstation starts up.
    > But (as far as I can see) the registration of DLL=92s will not take place.
    >
    > What kind of alternatives are there to distribute GroupWise without local
    > administrator rights?
    >
    > Thanks.
    > Armand.
    >
    >

  • Unable to install SQL Server 2012 along with BIDS & VS 2012 on Windows 7

    Unable to install SQL Server 2012 along with BIDS & VS 2012 on Windows 7 professional.
    I get the below error
    Could not find vsjitdebugger.exe
    Blogs say anti-virus is stopping but I dont have one on the system.
    Note: I had used SQL 2008 on the system previously and has a refresh i have deleted all the software to speed up the system.
    Now i could not install both the software.
    Can I get some help regarding this?

    Hi Nandu,
    As your description, you come across an error(vsjitdebugger.exe cannot be found). Please confirm if the error occurs during the installation of SQL Server 2012.  If so, please help post SQL Server setup logs. By default, SQL Server setup log file locates
    in C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    Base on my research, this error could be caused by that the previous uninstallation is improper and vsjitdebugger.exe file could be mistakenly deleted.
    To troubleshoot the issue, you could start your computer into Safe Mode and fix your problem with one of the following methods. For more information, please refer to the article:
    http://www.fixerrorkit.com/fix-error/fix-vsjitdebugger.exe-error.html.
    1. You could execute the sfc /scannow command following steps below.
    a. Press "Windows+R", type in cmd and then right click "Run as administrator"
    b. Type in sfc /scannow (There's a space between sfc and /scannow) into the dialog and hit Enter key and click ok.
    c. Wait until the System File Checker finishes the check.
    2. You could use a Windows repair installation, also known as a Startup Repair to repair your Windows system files.
    3. You could install the latest Windows updates to fix vsjitdebugger.exe error. Microsoft often releases new service packs and system patches to replace or update some DLL files of Windows system.
    4. You could use third-party tool such as Automatic Error Fix Tool to fix your vsjitdebugger.exe error. However, Microsoft cannot make any representations regarding the quality, safety, or suitability of any third-party software or information found there.
    In addition, if you are unable to install  Visual Studio, I suggest you post your question in Visual Studio Setup and Installation forum at
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup  . It is appropriate and more experts will assist you.
    Regards,
    Michelle Li

  • Issue installing SQL Server 2012(with SP1) on windows 7 Error result: -2067529718

    When running the installation, it suddenly stops without any error popup.
    I ran the installation from the command prompt and this is what I get:
    An error occurred during the SQL Server 2012 Setup operation.
    Error result: -2067529718
    Result facility code: 1220
    Result error code: 10
    I recently uninstalled SQL Server 2012 SP1, because the SQL server service was not starting up, it would just hang in there with no response. I tried many things to get that issue fixed, finally I decided to uninstall and start fresh but I couldn't since
    I was getting an error stating that I needed Windows 7 SP1(which was already installed). I downloaded the
    microsoft fix it tool which fixed the issue.
    On the control panel/Programs and features, I still see that SQL Server 2012 is listed if I click to uninstall again it tells me:
    An error occurred while trying to uninstall Microsoft SQL Server 2012. it may have already been uninstalled. do you want to remove Microsoft SQL Server 2012 from the Programs and features list?
    if I click yes, eventually it will be listed again.
    currently I'm not able to install SQL server again and besides the info provided there are not error messages (I also copied the installation files to disk).
    UPDATE: it appears that the sql server was not completely removed from the system, I still see listed the SQL server(SQLExpress) and server browser services on the SQL server configuration manager.
    Thanks.

    1) First Reboot your server and try again for the installation.
    2) If first fail again than Take a backup of Registry first for safe side and then delete the entries of SQL server 2012 if found take a reboot again and try to install again.
    One more thing if installation created any file then move/Delete that also before installation.

  • Installing SQL Server 2008 R2 on a Dell Desktop with MS Server 2008

    Due to some new software (Multiverse) our business server with MS server 2003 is going to be migrated to MS Server 2008. This migration went well but now comes the problem: I bought MS SQL Sever 2008 R2 also required for the new software and tried to install
    this. At first you can test if you have the minimum requirements; that went well, all was green. When I tried to install SQL Server 2008 R2 the first thing I got to see that my OS was the wrong one and the Installation couldn't go on. I'm logged in as administrator
    and the fire wall is down. Got no anti virus software running....what is going on? Can you please help me?
    Best Regards,
    Erwin

    LOL :-) YES!
    SBS is not the same as windows 2008 r2! You asked on one OS but you use different version :-)
    http://blogs.msdn.com/b/joaol/archive/2011/07/11/sql-server-2008-r2-setup-failing-on-windows-2008-r2-sbs.aspx
    I hope this will give you the answer :-)
    [Personal Site] [Blog] [Facebook]

  • Error with DQS after Installing SQL Server Service Pack 2

    When I open the DQS client, I get this error message:
    Message Id: VerificationFrameworkVersionNotCompatible
    A new version of .NET or Data Quality Services was installed on this machine. In order to continue to work with DQS please run 'DqsInstaller.exe -upgrade'.
    However, when I run DQSInstaller.exe, I get this message:
    DQS Installer has detected a previous DQS installation under this SQL server instance.  Running DQS installer will remove the previous installation, together with all the knowledge stored in it.
    Will I lose all my knowledge bases?  Is there an upgrade path?

    Hi Adolfo Socorro,
    According to your description, when you install SQL Server 2012 Service Pack2, the error of
    Data Quality Services (DQS) will occur. The cause is that Product Updates will not update the schema of the DQS catalogs, any related MDS catalogs, and the SQL CLR assemblies kept the DQS catalogs. Therefore, extra steps may be required
    if the DQS catalog schema needs to be upgraded, or the DQS CLR assemblies have been upgraded by the product update.
    If you have previously run the DQSInstaller.exe to build the DQS_MAIN, DQS_PROJECTS, and DQS_Staging_Data catalogs in one or more of the updated instances, you
    may need to continue to do the necessary upgrade steps to upgrade the database schemas, such as launch CMD as Administrator
    cd "C:\Program Files\Microsoft SQL Server\MSSQL11.InstanceName\MSSQL\Binn" DQSInstaller.exe –upgrade
    There is an article about upgrading DQS, you can review the following article.
    http://social.technet.microsoft.com/wiki/contents/articles/8442.upgrade-dqs-installing-cumulative-updates-or-hotfix-patches-on-data-quality-services.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • SQL Server with BIDS install

    Which version of SQL Server with BIDS is recommended for a starter? I keep on running in various problems when installing and uninstalling.

    SQL Server 2014 is the latest SQL version and from SQL 2012, BIDS is replaced with SSDT(sql server data tools). refer: https://msdn.microsoft.com/library/cc645993.aspx?f=255&MSPPError=-2147217396
    Express edition does not have this. but SQL 2014 'Express with advanced services' edition has it. i do not think  full functionality is available though. 
    if you only want BIDS, you can install SQL 2008R2 express with advanced services edition. google for the link
    this link is for SQL 2008 http://www.microsoft.com/en-us/download/details.aspx?id=1842
    if this is for learning purpose, i would recommend installing sql 2014 enterprise evaluation edition. that way you can get full exposure to SQL product suite
    Hope it Helps!!

  • Installed SQL Server 2008 R2 Express ADV SP1 (with advanced services), but installed 2005 Express

    My English - bad =)
    Download SQL Server 2008 R2 Express ADV SP1 from
    http://www.microsoft.com/en-us/download/details.aspx?id=26729
    this
    SQLEXPRADV_x64_ENU.exe
    Installed, opened Management Studio,
    made the request
    print @@version
    result:
    Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86) 
    Feb  9 2007 22:47:07 
    Copyright (c) 1988-2005 Microsoft Corporation
    Express Edition on Windows NT 6.1 (Build 7600: )
    How to install the 2008 R2 Express ADV?? =)
    I can't open the database version 661, because SQL Server 2005 - 612

    Hi,
    You just installed SQl server management studio I guess and when you connected the system already had SQL Server 2005 and it connected to it.
    If you are sure you installed express with advanced services (2008 r2) you need to go to Start..all program..can you see SQL server 2008 r2 listed ?
    Now open SSMS for 2008 r2 and instead of connecting with default instance look for other instances in drop down in server name you would fine that for SQL Server 2008 r2 connect to that
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

Maybe you are looking for

  • Installed itunes 10.5, no longer can connect to itunes store now?

    installed itunes 10.5, no longer can connect to itunes store now?

  • How to add a presentatio to a plyalist in DMD 5.2

    I need to add a presentaion to a Playlist.Can anyone help me on this Thanks

  • How to check 3 consecutive wrong password entries

    Hi to All, I'm new to jsp. I've created a login page using String user = request.getParameter("username");         String pwd = request.getParameter("pass"); String query = "select * from userinfo where username='" + user + "' and pass='" + pwd + "'"

  • Cancelling a duplicate Order

    While pacing an order of  $60, for 12 months, Skype Number, something unknown  issue happend and two orders are placed showing two orders each for $60 on my account as well as my card. I want to cancel one of the orders and want to keep only one. Can

  • Photoshop Elements 11 Runtime Error

         I have recently downloaded the newst Photoshop Elements 11 trial, and upon openeing the program up today it crashed and the windows notifier says it's a runtime error. I've breifly searched the fourms for a tutorial or re-download but I can't se