上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 400 下一页
摘要: WITH common_table_expression (Transact-SQL) Specifies a temporary named result set, known as a common table expression (CTE). This is derived from a s 阅读全文
posted @ 2017-08-09 17:19 ChuckLu 阅读(606) 评论(0) 推荐(0)
摘要: NuGet behind a proxy 回答1 Here's what I did to get this working with my corporate proxy that uses NTLM authentication. I downloaded NuGet.exe and then 阅读全文
posted @ 2017-08-08 14:00 ChuckLu 阅读(4665) 评论(0) 推荐(0)
摘要: https://documentation.red-gate.com/display/SOC5/SQL+Source+Control+5+documentation SELECT DB_NAME(DatabaseID) AS DatabaseName , UserName , * FROM dbo. 阅读全文
posted @ 2017-08-02 14:10 ChuckLu 阅读(600) 评论(0) 推荐(0)
摘要: 计算机原理 ABC三个输入 每一个输入,拆分成2路,对应到1和0。通过一个非门来实现。 一个有6个线路,123456 有8个输出,每一个输出,对应3个线路。 阅读全文
posted @ 2017-08-02 11:47 ChuckLu 阅读(2143) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/27462267/answer/204658544 https://gist.github.com/adeekshith/cd4c95a064977cdc6c50 # <type>: (If applied, this commit wi 阅读全文
posted @ 2017-07-29 08:26 ChuckLu 阅读(1087) 评论(0) 推荐(0)
摘要: New-Service https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service?view=powershell-5.1 PS C:\Program Files\Pow 阅读全文
posted @ 2017-07-28 09:51 ChuckLu 阅读(1221) 评论(0) 推荐(0)
摘要: Back up 1,右键选中需要备份的数据库,Tasks-->Backup 2.General中,Destination,先remove掉之前的,然后再Add 需要注意的是,add的文件,必须要以.bak为后缀名,否则后面restore的话,不会显示出备份的文件 Restore 1.在数据库服务器的 阅读全文
posted @ 2017-07-26 10:16 ChuckLu 阅读(507) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/sql/relational-databases/scripting/sqlcmd-start-the-utility C:\Users\clu>sqlcmd -?Microsoft (R) SQL Server Command Li 阅读全文
posted @ 2017-07-18 10:21 ChuckLu 阅读(466) 评论(0) 推荐(0)
摘要: 解决方法:不要用Administrator权限打开sql server 阅读全文
posted @ 2017-07-18 10:11 ChuckLu 阅读(378) 评论(0) 推荐(0)
摘要: 文本第一行ctrl+home 文本最后一行ctrl+end 选中当前行shift+home,从当前行的其实位置,到光标所在的位置 选中当前一整行,shift+space 【但是在win10里默认被用来切换输入的全角和半角】 重命名F2 属性Alt+Enter 阅读全文
posted @ 2017-07-17 18:29 ChuckLu 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 400 下一页