https://support.microsoft.com/en-us/kb/904803 Character data is represented incorrectly when the code page of the client computer differs from the code page of the database in SQL Server 2005 Email Print SYMPTOMS Consider the following scenario: In…
原文地址:https://gist.github.com/maxivak/3e3ee1fca32f3949f052 Install Solr download and install Solr from http://lucene.apache.org/solr/. you can access Solr admin from your browser: http://localhost:8983/solr/ use the port number used in installation. M…
SQL Server 2008中的CDC(Change Data Capture)功能使用及释疑 关键词:CDC 原文:http://www.cnblogs.com/chenxizhang/archive/2011/08/10/2133408.html SQL Server 2008中的CDC(Change Data Capture)功能使用及释疑 CDC(Change Data Capture:变更数据捕获)这个功能是SQL Server 2008企业版的功能,它提供了一种新的机制,对表格…
--Comparing data between two tables in SQL Server --Create two Tables-- CREATE TABLE TableA(ID Int, ProuctName Varchar(256)) GO CREATE TABLE TableB(ID Int, ProuctName Varchar(256)) GO INSERT INTO TableA VALUES(1,'A') INSERT INTO TableA VALUES(2,'B')…
Data Explorer和GeoFlow作为Excel的新功能被写入到即将发布的SQL Server 2014当中.Data Explorer为业务分析人员提供了一种数据获取,整理以及组织的方式,通过GeoFlow功能,数据将被形象地展现在3D地球中,使数据中蕴含的信息更形象更有说服力. Data Explorer下载地址: http://www.microsoft.com/en-us/download/details.aspx?id=36803 GeoFlow下载地址: http://www…