zoukankan      html  css  js  c++  java
  • SQL Server 2008 R2 Express Profiler

    I successfully installed SQL Server Profiler 2008 R2 Profiler without uninstalling SQL 2008 R2 Express with the help of my colleague.

    To install, first make sure you have the Enterprise Edition DVD.

    run the setup.exe of the installer with these parameters:

    setup.exe /FEATURES=Tools /Q /INDICATEPROGRESS /ACTION=Install /INSTANCENAME=SQLSERVER2008R2Ent /BROWSERSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT=”NT AUTHORITYNETWORK SERVICE” /IACCEPTSQLSERVERLICENSETERMS

    where the value of "/INSTANCENAME" is equal to the instance name of the Server Instance that you wish you use.

    参考原文地址:

    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4808224c-1adb-4e43-8ae8-c45aba48abb1/stumped-how-do-you-install-sql-profiler?forum=sqlsetupandupgrade

    版权声明:本文原创发表于博客园,作者为Perfectionist
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,
    且在文章页面明显位置给出原文连接,否则视为侵权。
  • 相关阅读:
    Nginx开启Gzip压缩
    VMware克隆虚拟机,克隆机网卡启动不了解决方案
    Linux 几个简单的操作命令
    1. Java环境搭建及demo
    美柚记录
    action找不到
    < >
    document 写法
    develop process
    git stash
  • 原文地址:https://www.cnblogs.com/zhaiyf/p/6400413.html
Copyright © 2011-2022 走看看