If you’re seeing an error similar to the one above, you’ve probably done a database backup and restore from a Dynamics CRM 2013 instance into a new Dynamics CRM 2013 or 2015 instance. This error will pop up when you try and modify a user’s email addr…
Background Story: One of my friends recently called up and asked me if I had spare time to look at his database and give him a performance tuning advice. Because I had some free time to help him out, I said yes. I asked him to send me the details of…
SQL server 2008 安装时报错 提示 reporting services catalog database file existence 查了一下,是因为原来装过Sql server 2008(或者可能装过sql server系列的电脑重装sql server时候都有几率出现这个问题) 错误如下图: 解决办法很简单,删除C:/Program Files/microsoft sql server/mssql10.mssqlserver/mssql/data这个文件夹…
core没有图形界面,只有power shell界面,给没有图形界面的windows用的.…
OptionSet: Select * from StringMap Global OptionSet: select  os.Name, l.Label from AttributePicklistValueAsIfPublishedLogicalView av join OptionSetAsIfPublishedLogicalView   os on av.OptionSetId = os.optionsetid join LocalizedLabelAsIfPublishedLogica…
使用 Oracle GoldenGate 在 Microsoft SQL Server 和 Oracle Database 之间复制事务 作者:Nikolay Manchev 分步构建一个跨这些平台的简单事务复制示例. 2011 年 8 月发布 大多数关注数据复制的 Oracle 技术专家都熟悉 Oracle Streams.在 2009 年之前,Streams 一直是推荐使用的最流行的 Oracle 数据分发技术. 2009 年 7 月,Oracle 收购了 GoldenGate 这一数据库复…
Change the Target Recovery Time of a Database (SQL Server) 间接checkpoints   flushcache flushcache-message https://msdn.microsoft.com/en-us/library/hh403416.aspx 间接checkpoints在SQL Server2012开始引入 sql2012的target recovery time就是强制做checkpoint,强制人工干预之前的reco…
原文地址http://blog.sqlauthority.com/2009/09/07/sql-server-importance-of-database-schemas-in-sql-server/ SQL SERVER – Importance of Database Schemas in SQL Server Beginning with SQL Server 2005, Microsoft introduced the concept of database schemas. A sch…
(原文地址:http://blogs.msdn.com/b/varund/archive/2010/09/02/create-a-sql-server-database-on-a-network-shared-drive.aspx) Create a SQL Server Database on a network shared drive (创建基于网上邻居共享路径的数据库) Sometime back, I have written blog post on ‘Backing-up SQL…