摘要:
SQL Server Profiler Filtering If you missed the January release, check out the post to see the UI revamp we made in the SQL Server Profiler extension.
阅读全文
posted @ 2020-07-06 09:22
Javi
阅读(196)
推荐(0)
摘要:
问题 我们可以在SQL Server中监视许多内容,例如备份,SQL Agent Jobs,配置更改等。还有一些不同的工具可用于跟踪SQL Server附带的这些内容以及第三方工具。大多数方法的一个问题是,使用了几种不同的技术来监视SQL Server,因此在本技巧系列中,我们将着眼于为SQL Se
阅读全文
posted @ 2020-07-02 09:51
Javi
阅读(256)
推荐(0)
摘要:
问题 若要继续该 技巧系列,此PowerShell脚本将收集信息以为已为此监视解决方案注册的所有服务器构建SQL Server代理作业清单 。 解 该模块将从所有指定的实例中收集有关SQL Server代理作业的信息。它将连接到inventory.MasterServerList表中的每个服务器实例
阅读全文
posted @ 2020-07-02 09:45
Javi
阅读(304)
推荐(0)
摘要:
问题 欧盟(EU)通用数据保护条例(GDPR)对世界范围的影响是要在2018年5月25日之前完成截止日期。需要注意的是,GDPR不仅适用于欧盟的大公司,也适用于任何公司即使在小型SQL Server数据库中也可以在欧盟开展业务。根据第23条和第30条规定的条款,概述了保护客户数据,处理擦除和客户对数
阅读全文
posted @ 2020-07-02 09:38
Javi
阅读(251)
推荐(0)
摘要:
可用性组支持的复制环境适用于一组离散用户数据库,称为“可用性数据库” 。 可以创建可用性组以实现高可用性 (HA) 或读取缩放。 HA 可用性组是一组共同实现故障转移的数据库。 读取缩放可用性组是一组复制到其他 SQL Server 实例以实现只读工作负荷的数据库。 一个可用性组支持一组主数据库以及
阅读全文
posted @ 2020-07-01 17:15
Javi
阅读(814)
推荐(0)
摘要:
SQL Server 提供了单个安装程序来安装其包括 Integration Services 在内的任一组件或所有组件。 使用安装程序,可以在单台计算机上安装 Integration Services 或将其与其他 SQL Server 组件一起安装。 本文重点介绍了在安装 Integration
阅读全文
posted @ 2020-07-01 16:59
Javi
阅读(1204)
推荐(0)
摘要:
SQL Server Integration Services 提供三种不同类型的数据流组件:源、转换和目标。 源从数据存储区(如关系数据库中的表和视图、文件以及 Analysis Services 数据库)中提取数据。 转换修改、汇总和清除数据。 目标将数据加载到数据存储区,或创建内存中的数据集。
阅读全文
posted @ 2020-07-01 16:51
Javi
阅读(307)
推荐(0)
摘要:
包由一个控制流以及一个或多个数据流(可选)组成。 SQL Server Integration Services 提供了三种不同类型的控制流元素:提供包中结构的容器、提供功能的任务以及将可执行文件、容器和任务连接为已排序控制流的优先约束。 有关详细信息,请参阅 Precedence Constrai
阅读全文
posted @ 2020-07-01 16:49
Javi
阅读(241)
推荐(0)
摘要:
Reporting Enhancements to mobile authoring In this release we are introducing an improved mobile layout authoring experience and additional mobile lay
阅读全文
posted @ 2020-07-01 09:55
Javi
阅读(269)
推荐(0)
摘要:
运算符描述实例 & 按位与运算符:参与运算的两个值,如果两个相应位都为1,则该位的结果为1,否则为0 (a & b) 输出结果 12 ,二进制解释: 0000 1100 | 按位或运算符:只要对应的二个二进位有一个为1时,结果位就为1。 (a | b) 输出结果 61 ,二进制解释: 0011 11
阅读全文
posted @ 2020-06-29 15:43
Javi
阅读(140)
推荐(0)
摘要:
Select the ArcGIS Maps for Power BI icon from the Visualizations pane. Power BI adds an empty template to the report canvas. For this tutorial, we'll
阅读全文
posted @ 2020-06-29 11:33
Javi
阅读(448)
推荐(0)
摘要:
Using the Power Apps visual Let's look at the steps required to use the Power Apps visual in your Power BI report. Power Apps visual is available by d
阅读全文
posted @ 2020-06-29 11:04
Javi
阅读(310)
推荐(0)
摘要:
Create Python visuals in Power BI Desktop Select the Python visual icon in the Visualizations pane. In the Enable script visuals dialog box that appea
阅读全文
posted @ 2020-06-25 13:45
Javi
阅读(289)
推荐(0)
摘要:
运行 R 脚本 在 Power BI Desktop 中只需几个步骤,即可运行 R 脚本并创建数据模型。 通过此数据模型,可以创建报表并在 Power BI 服务上共享它们。 Power BI Desktop 中的 R 脚本现在支持包含小数点 (.) 和逗号 (,) 的数字格式。 准备 R 脚本 若
阅读全文
posted @ 2020-06-24 15:29
Javi
阅读(604)
推荐(0)
摘要:
Blazor 是一个使用 .NET 生成交互式客户端 Web UI 的框架: 使用 C# 代替 JavaScript 来创建丰富的交互式 UI。 共享使用 .NET 编写的服务器端和客户端应用逻辑。 将 UI 呈现为 HTML 和 CSS,以支持众多浏览器,其中包括移动浏览器。 与新式托管平台(如
阅读全文
posted @ 2020-06-24 11:50
Javi
阅读(310)
推荐(0)
摘要:
若要进行任何更改,必须具有报表的编辑权限。 在 Power BI Desktop 中,在“报表”视图中打开报表。 在 Power BI 服务中,这意味着打开报表并从菜单栏中选择“编辑”,如下图所示。 当“筛选器”和“可视化效果”窗格出现在报表画布的右侧时,即可开始进行自定义操作 。 如果未显示这些窗
阅读全文
posted @ 2020-06-24 11:31
Javi
阅读(465)
推荐(0)
摘要:
Creating a list item To create list items, you create a ListItemCreationInformation object, set its properties, and pass it as parameter to the AddIte
阅读全文
posted @ 2020-06-22 09:34
Javi
阅读(303)
推荐(0)
摘要:
In addition to viewing Power BI reports in the web portal, Power BI Report Server can host Excel workbooks by using Office Online Server (OOS). Your r
阅读全文
posted @ 2020-06-16 11:11
Javi
阅读(452)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>CodePen - jQuery Organization Chart</title> <link rel="stylesheet" href="https:
阅读全文
posted @ 2020-06-09 15:42
Javi
阅读(507)
推荐(0)
摘要:
Format specifierNameDescriptionExamples "C" or "c" Currency Result: A currency value.Supported by: All numeric types.Precision specifier: Number of de
阅读全文
posted @ 2020-06-05 15:08
Javi
阅读(310)
推荐(0)
摘要:
double value; value = 123; Console.WriteLine(value.ToString("00000")); Console.WriteLine(String.Format("{0:00000}", value)); // Displays 00123 value =
阅读全文
posted @ 2020-06-05 15:07
Javi
阅读(414)
推荐(0)
摘要:
https://apps.evozi.com/apk-downloader/
阅读全文
posted @ 2020-05-27 16:27
Javi
阅读(228)
推荐(0)
摘要:
1. How To Kill SPID For Specific Database /*******************************************/ DECLARE @kill varchar(8000) Set @kill = '' SELECT @kill = @kil
阅读全文
posted @ 2020-04-29 17:38
Javi
阅读(194)
推荐(0)
摘要:
1.右键数据库》属性 2.点击“选项”》修改排序方式 解决方法2: 最彻底的就是重装SQL,在安装时自定义安装,选好语言版本及排序规则,这样问题就解决了。 参数解释如下:前半部份:指UNICODE字符集,Chinese_PRC_指针对大陆简体字UNICODE的排序规则。排序规则的后半部份即后缀 含义
阅读全文
posted @ 2020-04-29 17:09
Javi
阅读(4214)
推荐(1)
摘要:
LDAP的存储规则 区分名(DN,Distinguished Name) 和自然界中的树不同,文件系统/LDAP/电话号码簿目录的每一片枝叶都至少有一个独一无二的属性,这一属性可以帮助我们来区别这些枝叶。 在文件系统中, 这些独一无二的属性就是带有完整路径的文件名。比如/etc/passwd,该文件
阅读全文
posted @ 2020-04-09 16:03
Javi
阅读(4247)
推荐(0)
摘要:
A tool to merge the contents of different folders into a single folder, while (optional) keeping its folder structure.Here's an illustration of the ba
阅读全文
posted @ 2020-04-09 13:57
Javi
阅读(438)
推荐(0)
摘要:
When you install the Microsoft SQL Server Management Studio, the default settings do not allow you to save any changes to the structure of your tables
阅读全文
posted @ 2020-04-07 14:40
Javi
阅读(280)
推荐(0)
摘要:
Recently I noted a strange (default) behavior of SharePoint 2013 that it sometimes redirects to the Start.aspx everytime, before navigating to the exp
阅读全文
posted @ 2020-03-12 16:37
Javi
阅读(223)
推荐(0)
摘要:
PowerBI Service 有时也称作PowerBI Online,是PowerBI的Saas(Software as a service)部分。在典型的PowerBI开发的工作流程中,用户使用PowerBI Desktop创建Report,然后把该Report发布到PowerBI Servic
阅读全文
posted @ 2020-02-25 16:28
Javi
阅读(981)
推荐(0)
摘要:
Creating a new rule To create a new rule, launch IIS Manager, and click a website: See the URL Rewrite icon below the IIS section? If not, make sure t
阅读全文
posted @ 2020-01-03 09:45
Javi
阅读(2795)
推荐(0)
摘要:
1. 在需要合并多个Excel文件中的文件夹上,新建一个Excel文件; 新建Excel文件 2. 打开【新建Excel表】→右击底下的【sheet1】→选择【查看代码】→复制一下代码到编辑器中→运行程序→查看效果 合并代码: Sub 合并当前目录下所有工作簿的全部工作表() Dim mypath,
阅读全文
posted @ 2019-12-26 16:39
Javi
阅读(848)
推荐(0)
摘要:
CREATE PROCEDURE pro_GenerateWorkingDaysASBEGIN delete from [dbo].[tab_RealWorkingDays] declare @yearMonth varchar(50); declare cur_date cursor for se
阅读全文
posted @ 2019-12-25 14:05
Javi
阅读(392)
推荐(0)
摘要:
首先,在PowerBIDesktop中进行设计,先设计一个权限表: 具体权限如下: 也就是说,这些用户账号在PowerBIService登录时,会分别代表这些用户,接下来会使用一个很重要的动态函数:USERNAME()来动态地获取当前登录的用户名,并设置角色的安全性如下: 这里的意思是:对于负责人角
阅读全文
posted @ 2019-12-18 10:54
Javi
阅读(6696)
推荐(1)
摘要:
在 Power BI Desktop 中定义角色和规则 你可以在 Power BI Desktop 中定义角色和规则。 发布到 Power BI 时,它还会发布角色定义。 若要定义安全角色,请执行以下步骤。 将数据导入 Power BI Desktop 报表,或配置 DirectQuery 连接。
阅读全文
posted @ 2019-12-18 10:52
Javi
阅读(1443)
推荐(0)
摘要:
在 Power BI Desktop 中定义角色和规则 你可以在 Power BI Desktop 中定义角色和规则。 发布到 Power BI 时,它还会发布角色定义。 若要定义安全角色,请执行以下步骤。 将数据导入 Power BI Desktop 报表,或配置 DirectQuery 连接。
阅读全文
posted @ 2019-12-18 10:51
Javi
阅读(1309)
推荐(0)
摘要:
Step 1: Check File/Folder Permissions The first step to fixing this issue is ensuring that the account you are using to run the script in Task Schedul
阅读全文
posted @ 2019-11-15 10:08
Javi
阅读(294)
推荐(0)
摘要:
将 gRPC 服务添加到 ASP.NET Core 应用 gRPC 需要gRPC包。 配置 gRPC 在 Startup.cs 中: gRPC 是通过AddGrpc方法启用的。 每个 gRPC 服务通过MapGrpcService方法添加到路由管道。 C#复制 ASP.NET Core 中间件和功能
阅读全文
posted @ 2019-10-28 16:12
Javi
阅读(1044)
推荐(0)
摘要:
前些天gRPC 发布1.0 版本,代表着gRPC 已经正式进入稳定阶段。 今天我们就来学习gRPC C# 。而且目前也已经支持.NET Core 可以实现完美跨平台。 传统的.NET 可以通过Mono 来实现跨平台调用。 GitHub: https://github.com/grpc/grpc gR
阅读全文
posted @ 2019-10-28 16:11
Javi
阅读(1090)
推荐(0)
摘要:
A. Creating a simple common table expression The following example shows the total number of sales orders per year for each sales representative at Ad
阅读全文
posted @ 2019-10-14 14:32
Javi
阅读(248)
推荐(0)
摘要:
下面我来讲一下如何通过维护计划来实现完整备份+差异备份: (1)在SSMS的对象资源管理器中右击“维护计划”,选择“维护计划向导”,系统将弹出向导窗口,如图: 这里向导已经告诉我们维护计划到底能够干什么了,其中最后一项“执行数据库备份”正是我们所需要的。 (2)点击“下一步”按钮,进入选择计划属性窗
阅读全文
posted @ 2019-10-11 13:52
Javi
阅读(908)
推荐(0)