简体   繁体   English

使用SQL Management Studio访问SharePoint Online SQL Server数据库

[英]Access SharePoint Online SQL Server Database with SQL Management Studio

I am using SharePoint Online with Office 365 . 我将SharePoint OnlineOffice 365

I would like to create a Table (I found on google that SharePoint Online uses SQL Server as backend) on the SQL database that SharePoint online connects to. 我想在SharePoint Online连接到的SQL数据库上创建一个Table (我在Google上找到了SharePoint Online使用SQL Server作为后端)。

I did check each setting and links (screenshot below), I cannot find out where SQL Servers Host, Username, and Password is hidden. 我确实检查了每个设置和链接(下面的屏幕截图),但我找不到隐藏SQL Servers Host, Username, and Password位置。

So I am confused about: 所以我很困惑:

  1. How SharePoint online connects to SQL SERVER. SharePoint在线如何连接到SQL SERVER。

  2. Where is the ASP.Net Code behind all dynamic SharePoint pages created, can we access and modify it. 创建的所有动态SharePoint页面后面的ASP.Net代码在哪里,我们可以访问和修改它。

在此处输入图片说明

SharePoint Online is a Office 365 service. SharePoint Online是Office 365服务。 You don't have opportunity to write any custom Server side coding (ASP.NET, C# etc.). 您没有机会编写任何自定义服务器端编码(ASP.NET,C#等)。 And also the backend is managed by SharePoint Online services team (Microsoft), you don't have option to connect to Sql Server. 而且后端由SharePoint Online服务团队(Microsoft)管理,您没有连接到Sql Server的选项。

Workarounds: Create a SharePoint list, create columns, indexes, views etc. (more like a table in sql) and then query the list either using the REST API(Search services or list services) or the CSOM (client side object model) to query the list to pull data accordingly. 解决方法:创建一个SharePoint列表,创建列,索引,视图等(更像sql中的表),然后使用REST API(搜索服务或列表服务)或CSOM(客户端对象模型)查询该列表以查询列表以相应地提取数据。

Please let me know if you need any help in understanding. 如果您需要任何帮助,请告诉我。

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

相关问题 在SQL Server Management Studio中找不到数据库 - Unable to find database in SQL Server Management Studio 如何在SQL Server Management Studio中使用Visual Studio创建连接数据库? - How connect database created in SQL Server Management Studio with Visual Studio? 使用C#应用程序远程访问使用SQL Server 2014 Management Studio创建的数据库 - Remote access using C# application to database created using SQL Server 2014 Management Studio 部署在本地SQL Server Management Studio中的Azure数据库的数据库备份 - Database backup of azure database deployed in local sql server management studio SQL Server Management Studio中的架构 - Schema in SQL Server Management Studio 如何访问SQL Server Management Studio中的所有数据库? - How can I access all databases in SQL Server Management Studio? SQL Server Management Studio中的复选框 - Checkbox in SQL Server Management Studio 将LocalDB附加到Microsoft SQL Server Management Studio会破坏数据库 - Attach LocalDB to microsoft sql server management studio corrupts database 实体框架代码首先在SQL Server Management Studio中没有数据库 - Entity Framework Code First no database in SQL Server Management Studio 使用SQL Server Management Studio进行数据库查询时遇到麻烦 - Having trouble with a database query using SQL Server Management Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM