简体   繁体   English

我可以在没有管理工作室的情况下连接远程sql server数据库吗

[英]Can I connect remote sql server database without management studio

I was working with Visual Studion 2015 and I was using localdb feature to do data access and manipulations.我正在使用Visual Studion 2015 ,我正在使用localdb功能来进行数据访问和操作。 Can I access remote database, which is on azure, in the same way or other without installing ssms ?我可以在不安装ssms情况下以相同或其他方式访问 azure 上的远程数据库吗?

As marked duplicate, I will make an effort to make this question unique.由于标记为重复,我将努力使这个问题独一无二。

I am not asking how to connect remote db using localdb, I was telling I used localdb to connect local databse.我不是在问如何使用 localdb 连接远程数据库,我是在告诉我使用 localdb 连接本地数据库。

The main question is "Can I access remote database, which is on azure, in the same way or other without installing ssms?"主要问题是“我可以在不安装 ssms 的情况下以相同或其他方式访问 azure 上的远程数据库吗?”

Seems like @Jude's comment answered it, worth a try.似乎@Jude 的评论回答了它,值得一试。

He is not on about accessing to LocalDB.他不打算访问 LocalDB。 He is on about the way to access to DB.他正在访问数据库。 Yes you can.是的你可以。 SQL Server Object Explorer under View menu is what you need.您需要查看菜单下的 SQL Server 对象资源管理器。 Straight forward process.直截了当的过程。 Basically, you don't need SSMS基本上,您不需要 SSMS

-- Credit (Jude - commentor on this post). - 信用(裘德 - 这篇文章的评论者)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法从本地管理工作室连接到远程SQL Server数据库 - Unable to connect to remote SQL Server database from local management studio 无法连接到SQL Server Management Studio 2017中的本地数据库 - Can't connect to local database in SQL Server Management Studio 2017 当我可以使用具有相同登录名的SQL Server Management Studio进行连接时,为什么我的应用程序不连接到SQL Server数据库? - Why won't my application connect to SQL Server database when I can connect using SQL Server Management Studio with the same login? 我可以使用SQL Server Management Studio Express连接到MSDE数据库吗? - Can I use SQL Server Management Studio Express to connect to an MSDE database? 使用SQL Server 2008 Management Studio无法连接到远程SQL Server - Fail to connect to a remote SQL server with SQL Server 2008 Management Studio SQL Server Management Studio无法连接 - SQL Server Management Studio can not connect 无法连接到 SQL Server Management Studio - Can not connect to SQL Server Management Studio Docker 撰写 - 无法连接到 SQL 服务器管理工作室中的 SQL 服务器数据库 - Docker compose - can't connect to SQL Server database in SQL Server Management Studio 使用 SQL Server Management Studio 远程连接到 docker 容器 - Using SQL Server Management Studio to remote connect to docker container 没有SQL Management Studio的远程SQL Server 2008的连接字符串 - Connection string for remote SQL server 2008 without SQL Management Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM