<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>BCM - 数据库开发</title>
    <link>https://bcmorning.com/forum.php?mod=forumdisplay&amp;fid=107</link>
    <description>Latest 20 threads of 数据库开发</description>
    <copyright>Copyright(C) BCM</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 27 May 2026 23:23:22 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bcmorning.com/static/image/common/logo_88_31.gif</url>
      <title>BCM</title>
      <link>https://bcmorning.com/</link>
    </image>
    <item>
      <title>三招搞挂MySQL</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=143921</link>
      <description><![CDATA[本文将介绍三种搞挂MySQL的方式，逗大家一乐，同时也会揭露一些MySQL使用过程中的注意事项和实现原理，以供参考。感兴趣的同学可以找一个MySQL实例进行测试。我要说的三种方式分别是：


产生大量undo日志撑满磁盘空间导致MySQL不可用；

定义大量用户变量耗尽MySQL的 ...]]></description>
      <category>数据库开发</category>
      <author>John</author>
      <pubDate>Sun, 22 May 2016 05:02:54 +0000</pubDate>
    </item>
    <item>
      <title>数据清洗工具OpenRefine</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=112679</link>
      <description><![CDATA[数据经常被称为一座金矿，尤其是在当今数据驱动的经济环境下更是如此。
怎样把数据集在OpenRefine中进行转换，优化数据的质量以便于在真实场景下重用它们。

一、介绍OpenRefine

我们来看一个残酷的现实：你的数据是杂乱无章的。错误会散步到你的大数据集中，无论你有 ...]]></description>
      <category>数据库开发</category>
      <author>瀚文</author>
      <pubDate>Fri, 16 May 2014 09:14:45 +0000</pubDate>
    </item>
    <item>
      <title>应该在什么时候使用Hadoop</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=112678</link>
      <description><![CDATA[有人问我，“你在大数据和Hadoop方面有多少经验？”我告诉他们，我一直在使用Hadoop，但是我处理的数据集很少有大于几个TB的。

他们又问我，“你能使用Hadoop做简单的分组和统计吗？”我说当然可以，我只是告诉他们我需要看一些文件格式的例子。

他们递给我一个包含60 ...]]></description>
      <category>数据库开发</category>
      <author>瀚文</author>
      <pubDate>Fri, 16 May 2014 09:12:10 +0000</pubDate>
    </item>
    <item>
      <title>Executing SSIS Packages from command prompt / SSMS</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3120</link>
      <description><![CDATA[“Dtexec” utility can be used to run the SSIS packages from the command prompt. Using dtexec utility you can load packages from a Microsoft SQL Server database, the SSIS service, and the file system.

The general syntax isWhen a package runs, dtexec ...]]></description>
      <category>数据库开发</category>
      <author>demo</author>
      <pubDate>Wed, 17 Oct 2012 21:42:25 +0000</pubDate>
    </item>
    <item>
      <title>Export data from SQL Server2000 to Excel besides BCP</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3034</link>
      <description><![CDATA[Apart from using DTS and Export wizard, we can also use this query to export data from SQL Server2000 to Excel

Create an Excel file named testing having the headers same as that of table columns and use these queries

1 Export data to existing EXCEL]]></description>
      <category>数据库开发</category>
      <author>demo</author>
      <pubDate>Fri, 24 Aug 2012 20:44:36 +0000</pubDate>
    </item>
    <item>
      <title>How to export a table with a header using bcp</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3033</link>
      <description><![CDATA[I swear that\'s what was posted.  Mostly they want a header row in their data and they didn\'t want to use DTS...
bcp out with column names post
OK, here you go..probably need to deal with more datatype than I have accounted for...http://weblogs.sqltea]]></description>
      <category>数据库开发</category>
      <author>demo</author>
      <pubDate>Fri, 24 Aug 2012 20:17:20 +0000</pubDate>
    </item>
    <item>
      <title>SEQUENCE in SQL Server 2012</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=2141</link>
      <description><![CDATA[SQL Server 2012 (or Denali) has now arrived CTP. In thisarticle I will look at a core new feature of SQL Server 2012 which is SEQUENCE.Well, if you are familiar with Oracle, you will already know all about thisfeature since it has been standard on Or ...]]></description>
      <category>数据库开发</category>
      <author>Southhill</author>
      <pubDate>Tue, 13 Mar 2012 16:23:00 +0000</pubDate>
    </item>
    <item>
      <title>Bulk Insert SQL Using Format File and Fixed Width Text File</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=810</link>
      <description><![CDATA[Here is an example:
Let\'s say the fixed width text data file as:

This file created under Linux and only has 0xD(\\n) to make a new line.

and we create a format file like this:

Please note the date data inside the source text file is as MM/DD/YY]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Thu, 06 Oct 2011 21:46:58 +0000</pubDate>
    </item>
    <item>
      <title>Using SQL Bulk Load to Upload Fixed Width Text Files</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=804</link>
      <description><![CDATA[Introduction The class needs a table on a SQL Server somewhere to import into, a connection to that database, a file to load, the names of the fields to load the data into and the possessions in the file to load. I set this up so that everything can  ...]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Wed, 05 Oct 2011 21:00:04 +0000</pubDate>
    </item>
    <item>
      <title>VBA: Select and Special Select functions</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=738</link>
      <description><![CDATA[Try the code bellow, you can see the different selection pf cells.]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Thu, 15 Sep 2011 23:27:45 +0000</pubDate>
    </item>
    <item>
      <title>VBA: Finding the record(s) in RecordSet</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=737</link>
      <description><![CDATA[Finding a Record Based on Multiple Criteria
Finding Records Using the Find Method
Finding a Specific Record in a Recordset
Finding the Record Position
Change column data case
SQL with where clause
NoMatch property in Recordset]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Thu, 15 Sep 2011 22:31:48 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server Excel Workbench</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=613</link>
      <description><![CDATA[/*The need to produce Excel reports from SQL Server is very common. Here, Robyn Page and Phil Factor present practical techniques for creating and manipulating Excel spreadsheets from SQL Server, using linked servers and T-SQL. The pièce de résista ...]]></description>
      <category>数据库开发</category>
      <author>John</author>
      <pubDate>Thu, 01 Sep 2011 18:28:22 +0000</pubDate>
    </item>
    <item>
      <title>Where Vs Having / Difference between having and Where clause</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=568</link>
      <description><![CDATA[Introduction

We always get confused between WHERE and Having clause and make mistakes. Here in this article, I will try to highlight all the major differences between WHERE and HAVING, and things you should be aware of, when using either WHERE or HA ..]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Wed, 24 Aug 2011 18:05:09 +0000</pubDate>
    </item>
    <item>
      <title>T-SQL RANK() , DENSE_RANK() , NTILE(), ROW_NUMBER()</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=567</link>
      <description><![CDATA[Rank():
Returns the rank of each row within the partition of a result set. The rank of a row is one plus the number of ranks that come before the row in question.
Usage: RANK ( )    OVER ( [ &lt; partition_by_clause &gt; ] &lt; order_by_clause &gt; )  


Dense_R]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Wed, 24 Aug 2011 17:35:51 +0000</pubDate>
    </item>
    <item>
      <title>Sample code for DecisionPlus - Read in csv data</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=559</link>
      <description><![CDATA[Usually we can just use DecisionPlus to do it. just as example here:

But Linux already has very strong capability on text processing, so I tried to use script to get data and only pass the data been read out to the DecisionPlus program.

like we hav]]></description>
      <category>数据库开发</category>
      <author>Test</author>
      <pubDate>Tue, 23 Aug 2011 22:42:06 +0000</pubDate>
    </item>
  </channel>
</rss>