PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   七嘴八舌異言堂 (https://www.pcdvd.com.tw/forumdisplay.php?f=12)
-   -   SQL Management Studio功能問題 (https://www.pcdvd.com.tw/showthread.php?t=992033)

吉他之繩 2012-11-29 10:07 AM

SQL Management Studio功能問題
 
手邊沒電腦可測試,想請問有在用SQL Express的人。
用SQL Express裡面內建的SQL Management Studio
可以正常讀取操作遠端的SQL2008 or 2005嗎?

因為有程式設計師要使用SQL Management Studio的功能,因此要購買一整套的SQL 2008,我有點懷疑是否需要特別購買?
因為程式設計師並沒有要另外安裝SQL 2008,他只需要那個Management Studio的介面而已。

jase 2012-11-29 10:13 AM

應該是可以
因為我連的是SQL 2000
我記得SQL SERVER Management有獨立安裝的
可以到Microsoft下載

syntech1130 2012-11-29 10:16 AM

引用:
作者吉他之繩
手邊沒電腦可測試,想請問有在用SQL Express的人。
用SQL Express裡面內建的SQL Management Studio
可以正常讀取操作遠端的SQL2008 or 2005嗎?

因為有程式設計師要使用SQL Management Studio的功能,因此要購買一整套的SQL 2008,我有點懷疑是否需要特別購買?
因為程式設計師並沒有要另外安裝SQL 2008,他只需要那個Management Studio的介面而已。




也可以直接找這個:
SQL Server 2005/2008r2 Management Studio Express (SSMSE)

我記得是EXPRESS 也可以連,操作也沒問題,但是 SQL profiler 等等工具沒了.



也許可以像以前一樣,
拿試用版sql server 中的SQL Management Studio 來用.

REXMAX 2012-11-29 10:23 AM

引用:
作者吉他之繩
手邊沒電腦可測試,想請問有在用SQL Express的人。
用SQL Express裡面內建的SQL Management Studio
可以正常讀取操作遠端的SQL2008 or 2005嗎?

因為有程式設計師要使用SQL Management Studio的功能,因此要購買一整套的SQL 2008,我有點懷疑是否需要特別購買?
因為程式設計師並沒有要另外安裝SQL 2008,他只需要那個Management Studio的介面而已。


不用安裝Express版
M$有SQL Management Studio獨立安裝可以下載
基本上連線都不會有太大問題

Rainwen 2012-11-29 10:24 AM

裝下面這套就行
http://www.microsoft.com/zh-tw/down...ls.aspx?id=7593

現在最新版是2012,不過肥很多
http://www.microsoft.com/zh-tw/down...s.aspx?id=29062

barboo0412 2012-11-29 11:26 AM

如果只是單純 撈資料 修改資料表 之類的話, 可以用免費的 DataBase

http://fishcodelib.com/

簡單好用, 只是要安裝 .net 4.0

darkangel 2012-11-29 05:26 PM

引用:
作者barboo0412
如果只是單純 撈資料 修改資料表 之類的話, 可以用免費的 DataBase

http://fishcodelib.com/

簡單好用, 只是要安裝 .net 4.0


如果是 mysql 還有網頁版本的 phpmyadmin 可以裝,只要有 browser 就可以了,這東東大概活十年了,因為我十年前都用這個。

軟體溫腥小提示:現在癩蛤蟆不吃天鵝肉了,都吃資料庫。

:like: :like: :like: :like: :like:

ToastedIceCream 2012-11-30 01:38 AM

在網路上找了一下, 看來在SQL Server 2008 或更早的版本裡, SSMS Express 跟 Enterprise/Standand 版本是不一樣的.
我覺得要看你的程式設計師需要什麼的功能, 如果只是基本的讀資料, Expres 版本應該就夠了

如果他需要用工具來Debug (像是 deadlock 問題), 或是 performance tuning, 或是管理Enterprise SQL server 的 Analysis/Integration/Reporting Services, 那需要看SSMSE 的版本.

以下是Reference:

1) 像是在2005/2008 版本裡, Express 沒有 Profiler - 可以讓工程師作觀察SQL server 的運作

Microsoft 的解釋:
-------------------------
For SQL Server 2008 R2:
http://msdn.microsoft.com/en-us/library/ms365247(v=sql.105).aspx
- SSMSE cannot manage Analysis Services, Integration Services, or Reporting Services.
- You cannot update the full-text catalog by using SSMSE. You can use sqlcmd utility or Windows Scheduler to update the full-text catalog.
- SSMSE does not support scheduling administrative tasks by using SQL Server Agent.
- .. etc


討論區 Reference
-------------
What's the difference between SQL Server Management Studio and the Express edition?
http://stackoverflow.com/questions/...e-express-editi

Is SQL Server 2008 Management Studio Express the same as Standard?
http://stackoverflow.com/questions/...ame-as-standard

2) 以下是關於在2012 的版本

討論區 Reference
---------------------------
Is SQL Server 2012 Management Studio “Express” any different?
http://dba.stackexchange.com/questi...s-any-different

Microsoft 的解釋:
------------------------
http://msdn.microsoft.com/en-us/evalcenter/hh230763
- Express with Advanced Services (contains the database engine, Express Tools, Reporting Services, and Full Text Search)

小貓貓 2012-11-30 09:01 AM

引用:
作者吉他之繩
手邊沒電腦可測試,想請問有在用SQL Express的人。
用SQL Express裡面內建的SQL Management Studio
可以正常讀取操作遠端的SQL2008 or 2005嗎?

因為有程式設計師要使用SQL Management Studio的功能,因此要購買一整套的SQL 2008,我有點懷疑是否需要特別購買?
因為程式設計師並沒有要另外安裝SQL 2008,他只需要那個Management Studio的介面而已。


可以, 剛剛試過
2008 SQL Management Studio 讀取遠端 2008 R2 Express
兩台電腦都是Win7 64位元

防火牆、登入使用者要設定好就可


所有的時間均為GMT +8。 現在的時間是01:23 PM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。