会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
江湖人称于老师
微软最有价值专家 https://www.51azure.cloud
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
下一页
2017年3月16日
ASP.NET EntityFrameworkCore code first 多对多设计
摘要: 参考网址:https://docs.microsoft.com/zh-cn/ef/core/get-started/full-dotnet/new-db 场景:使用ASP.NET EntityFrameworkCore CODE FIRST 创建多对多实体 需求:CODE FIRST实现多对多的实体
阅读全文
posted @ 2017-03-16 21:59 shuzhen.yu
阅读(571)
评论(1)
推荐(1)
2016年9月13日
Azure service bus Topic基本用法
摘要: Azure service bus Topic基本用法
阅读全文
posted @ 2016-09-13 16:19 shuzhen.yu
阅读(2732)
评论(1)
推荐(0)
2016年8月3日
sql基础语法-联接查询
摘要: 交叉联接 1.不带where条件的,将返回两个表的 行乘积 2.带where 条件的,交叉联接不能使用ON 内联接 内联接先对两个表做笛卡尔乘积,再用on进行筛选,Inner join,默认Inner可以忽略。 外联接 1)左外连接LEFT [OUTER] JOIN 显示符合条件的数据行,同时显示左
阅读全文
posted @ 2016-08-03 13:28 shuzhen.yu
阅读(247)
评论(0)
推荐(0)
2016年8月1日
sql基础语法-创建表和约束
摘要: 创建数据库表 创建测试数据 验证约束条件 验证外键约束,empid为3的employee不存在,故以下脚本报错 验证外键约束,删除主表记录,主表中的值被其他表引用,empid=1的记录在order中被引用,故删除错误 验证外键约束,UPDATE主表记录,主表中的值被其他表引用,empid=1的记录在
阅读全文
posted @ 2016-08-01 12:56 shuzhen.yu
阅读(7426)
评论(0)
推荐(0)
2016年6月29日
sqlserver 使用database mail 发送邮件
摘要: EXEC sp_send_dbmail @profile_name='dbmaster@zhidiansoft.net',@recipients='xxxxxxx@qq.com',@subject='Test message',@body='测试发送数据库邮件,是否成功.'
阅读全文
posted @ 2016-06-29 10:51 shuzhen.yu
阅读(283)
评论(0)
推荐(0)
2016年6月27日
ssrs 2016, mobile report error: The report may be misconfigured, the data may not be available, or the server version may be unsupported.
摘要: ssrs 2016, mobile report error: The report may be misconfigured, the data may not be available, or the server version may be unsupported.
阅读全文
posted @ 2016-06-27 11:14 shuzhen.yu
阅读(1048)
评论(0)
推荐(0)
2016年6月24日
Use Power bi Mobile Show SSRS 2016 Mobile Report;使用 Power BI Mobile 查阅ssrs2016 mobile report
摘要: Use Power bi Mobile Show SSRS 2016 Mobile Report;使用 Power BI Mobile 查阅ssrs2016 mobile report
阅读全文
posted @ 2016-06-24 11:18 shuzhen.yu
阅读(847)
评论(0)
推荐(0)
Create the first sql server 2016 mobile report;创建 第一个 sqlserver 2016 Mobile report
摘要: ssrs 2016 mobile report;power bi mobile
阅读全文
posted @ 2016-06-24 10:56 shuzhen.yu
阅读(887)
评论(0)
推荐(0)
SSIS Passing Parameters to an ADO .NET Source query;向ado.net数据源传递参数。
摘要: SSIS Passing Parameters to an ADO .NET Source query;向ado.net数据源传递参数。
阅读全文
posted @ 2016-06-24 10:08 shuzhen.yu
阅读(1036)
评论(0)
推荐(0)
2016年2月2日
SSRS域账号下 User 'XXX' does not have required permissions的处理方法
摘要: SSRS安装完成后,点击Report Manager URL,提示:User 'XXX' does not have required permissions. Verify that sufficient permissions have been granted and Windows User
阅读全文
posted @ 2016-02-02 16:08 shuzhen.yu
阅读(597)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
下一页
公告