随笔分类 -  SQL Server

摘要:JSON functions in SQL Server enable you to analyze and query JSON data, transform JSON to relational format, and export SQL query results as JSON text 阅读全文
posted @ 2017-09-29 10:33 Javi 阅读(774) 评论(0) 推荐(0)
摘要:Syntax Copy Arguments linked_serverIs an identifier representing the name of the linked server. ' query 'Is the query string executed in the linked se 阅读全文
posted @ 2017-07-26 16:27 Javi 阅读(444) 评论(0) 推荐(0)
摘要:The idea of using dynamic SQL is to execute SQL that will potentially generate and execute another SQL statement. While querying data, you might want 阅读全文
posted @ 2017-07-25 09:39 Javi 阅读(255) 评论(0) 推荐(0)
摘要:Introduction to Profiler SQL Server Profiler — or just Profiler — is a tool that can help monitor all the queries that are being run on your database. 阅读全文
posted @ 2017-07-06 10:06 Javi 阅读(193) 评论(0) 推荐(0)
摘要:授予表权限 创建视图 授予视图权限 测试权限 授予表权限 创建视图 授予视图权限 测试权限 您可以使用 SQL 在企业级地理数据库中创建表和要素类的视图。 本主题中的示例显示如何使用 Microsoft SQL Server 中创建的简单视图来限制用户对特定列的访问。该示例基于具有以下定义的表: C 阅读全文
posted @ 2017-05-16 10:48 Javi 阅读(12988) 评论(0) 推荐(0)
摘要:本周在微软年度大会上,我们正在讨论组织如何依靠开发人员创造突破性的经验。随着大数据,云和人工智能的融合,创新与破坏正在加速,从未见过。数据是这一融合核心的关键战略资产。当结合云的无限计算能力和机器学习和人工智能等新功能时,它使开发人员能够构建下一代智能应用。作为开发人员,您正在寻找更快,更简单的方式 阅读全文
posted @ 2017-05-12 09:48 Javi 阅读(610) 评论(0) 推荐(0)
摘要:Review: SQL to JSON data modeling First, let’s review, the main way to represent relations in a relational database is via a key/foreign key relations 阅读全文
posted @ 2017-05-05 09:27 Javi 阅读(700) 评论(0) 推荐(0)
摘要:FOR XML PATH 有的人可能知道有的人可能不知道,其实它就是将查询结果集以XML形式展现,有了它我们可以简化我们的查询语句实现一些以前可能需要借助函数活存储过程来完成的工作。那么以一个实例为主. 一.FOR XML PATH 简单介绍 那么还是首先来介绍一下FOR XML PATH ,假设现 阅读全文
posted @ 2017-03-30 15:14 Javi 阅读(1067) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-03-09 10:45 Javi 阅读(287) 评论(0) 推荐(0)