<?xml version="1.0" encoding="utf-8"?><rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
<title>Update sql</title>
<link>http://www.cogitodev.com/digg/</link>
<description> | </description>
<pubDate>Wed, 07 Oct 2009 03:42:10 -0400</pubDate>
<generator>http://wordpress.org/</generator>
<language>en</language>
<item>
<title><![CDATA[iPhone Developers and Language Snobbery]]></title>
<link></link>
<comments></comments>
<pubDate>Tue, 06 Oct 2009 11:26:57 -0400</pubDate>
<dc:creator>apironti</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[[ Update:  Jeff LaMarche (author of one of the best iPhone books on the market)  wrote one of his trademark 'no tact' responses  to this post. I'd be very interested to know what people think about his post.]   [ Update 2:  Guy English (aka  kickingbear )  chimes in on this debate  with what is the best response I've seen from a hardcore Cocoa developer. Basically: Apple's tools are probably better at producing better iPhone apps, but let's see what MonoTouch and Flash can deliver before we defi]]></description>
</item>

<item>
<title><![CDATA[Now Running on Behistun and ASP.NET MVC]]></title>
<link></link>
<comments></comments>
<pubDate>Tue, 06 Oct 2009 10:08:07 -0400</pubDate>
<dc:creator>ll_si_wireless_2008</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[It was quite a long while that I had decided to migrate my blog from Graffiti CMS to a new engine, and today I finally completed this task.     There is a long story to tell about this process and my reasons to choose my own blog engine after over 4 years of using Telligent products (Community Server and Graffiti CMS), and I try to talk about them shortly in this post.     Why Migrate?     Old followers of my blog know that I’ve been using Telligent products since the beginning of this blog for ]]></description>
</item>

<item>
<title><![CDATA[Ben Nevarez : Rebuilding Indexes vs. Updating Statistics]]></title>
<link></link>
<comments></comments>
<pubDate>Tue, 06 Oct 2009 03:04:01 -0400</pubDate>
<dc:creator>chunjiang</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[The simplest scenario is if you want to rebuild all the indexes and update all the statistics. As mentioned before, if you rebuild all your indexes then all the index statistics will also be updated by scanning all the rows on the table ... Ben Nevarez has more than 15 years of experience with relational databases and has worked with SQL Server since version 6.5. He has been the technical editor of the two latest Kalen Delaney&#39;s books including &#39;SQL Server 2008 Internals&#39; ...]]></description>
</item>

<item>
<title><![CDATA[PHP Secure Login Tips And Tricks]]></title>
<link></link>
<comments></comments>
<pubDate>Mon, 05 Oct 2009 14:21:57 -0400</pubDate>
<dc:creator>mankind</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[Every website on the internet faces a similar threat, hacker. Every single website can be a target of a hacker if security measure isn’t implement properly. Especially when it comes to login page where our most sensitive data is being held. Hence, there is a needs to better understand how well your login page has been implemented to considered as really secure.  In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of ]]></description>
</item>

<item>
<title><![CDATA[WordPressで学ぶPHPとMySQL]]></title>
<link></link>
<comments></comments>
<pubDate>Mon, 05 Oct 2009 12:55:55 -0400</pubDate>
<dc:creator>annamalai</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[WordPress 向けのカスタマイズ本「 WordPressで学ぶPHPとMySQL 」を紹介します。       この書籍は、著書の藤本壱さんが配布する PDF 本の（多分）第2弾です。ちなみに第1弾は「 Movable Type Developer's Guide Volume 1 」です。  書籍の前半は、PHPの基礎とWordPressを使った制御文の説明など。後半はGETデータ、POSTデータの受け渡し方、Cookie の利用、関数や正規表現の利用方法、さらにオブジェクト指向プログラミングやデータベースへの直接アクセスや、wpdbオブジェクトを利用したデータの取得方法、カスタムフィールドを使った検索など、サイト制作に役立つと思われる実用的なノウハウが満載です。  また、書籍では開発ツールのEclipse PDT（PHP向けの開発環境）を必要に応じて用いており、手順通りに行なえば、作成したソースコードのデバグを効率よく行なえるようになっています。書籍内で紹介しているソースコードのサンプルもダウンロードできます。  約470ページで2500円ですが、ご自身のブログで書籍の紹介な]]></description>
</item>

<item>
<title><![CDATA[What is NoSQL? Enter NoSQL East, conference of non-relational data stores]]></title>
<link></link>
<comments></comments>
<pubDate>Mon, 05 Oct 2009 10:29:47 -0400</pubDate>
<dc:creator>pei</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[There’s a new tech conference coming to Atlanta at the end of the month. Unlike other events I have covered and attended, this one is for those who not only develop websites but also deal with large data sets at high load and have learned the struggles of dealing with relational databases like MySQL at such scale. The underlying concept (movement rather) is called  NoSQL  — a (much debated) term describing the  next generation of data storage technologies .      Yeah, it’s a fairly  technical co]]></description>
</item>

<item>
<title><![CDATA[Fun with Func Delegates, Events and Async Operations]]></title>
<link></link>
<comments></comments>
<pubDate>Mon, 05 Oct 2009 04:38:32 -0400</pubDate>
<dc:creator>porfiri07</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[Func  has been in .NET for a while, but with the arrival of LINQ it’s moved into the limelight as main performer that makes Lambda expressions work. Func  is basically a generic delegate that makes it extremely easy to create all sorts of custom delegate signatures without having to explicitly implement the delegates separately.      Events    How often have you lamented the fact that you have to create a custom delegate for an event that needs to fire a method that uses non-typical event argume]]></description>
</item>

<item>
<title><![CDATA[バシャログ。]]></title>
<link></link>
<comments></comments>
<pubDate>Mon, 05 Oct 2009 02:48:16 -0400</pubDate>
<dc:creator>bpluymers</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[こんにちは、nakamura です。先日10時間ぐらいぶっ通し飲まず食わずで20世紀少年を読破しました。いやぁ充実した一日だった。いま一番行きたい場所は海ほたる刑務所です。今年の6月に eclipse3.5 (Galileo) がリリースされて早4ヶ月。Galileo 初のメンテナンス版 3.5.1 も先月正式にリリースされました。という事で今回は個人的にお気に入りの eclipse プラグインをご紹介しようと思います。 QuickREx公式サイト正規表現のテストをリアルタイムにしてくれます。個人的にすごくよく使います。Update Site はこちら http://www.bastian-bergerhoff.com/eclipse/featuresDBViewer公式サイトJDBC 経由でデータベースに接続して SQL を実行する事が出来ます。実行結果もエクセルライクな表に整形してくれて見やすいです。Update Site はこちら http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/JStyle公式サイトタブや改行、全角スペース、半]]></description>
</item>

<item>
<title><![CDATA[Functionality Update Request - e0000363 - The Backup Exec SQL ...]]></title>
<link></link>
<comments></comments>
<pubDate>Thu, 01 Oct 2009 13:49:05 -0400</pubDate>
<dc:creator>asmklai</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[e0000363 - The Backup Exec SQL Agent was not used to create the last full, differential, or log backup of this database. You must use the SQL Agent to run a full backup before you can run a differential backup or transaction log backup. ...]]></description>
</item>

<item>
<title><![CDATA[sql update command to update a date-of-birth]]></title>
<link></link>
<comments></comments>
<pubDate>Thu, 24 Sep 2009 10:41:17 -0400</pubDate>
<dc:creator>ihlee</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[I need to change the date-of-birth MONTH to May and DAYS to 15 without changing the YEAR...]]></description>
</item>

<item>
<title><![CDATA[Sahil Malik Takes on LINQ, LINQ to SQL, and Entity Framework]]></title>
<link></link>
<comments></comments>
<pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
<dc:creator>eo</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[ ... —not runtime—and provide IntelliSense and statement completion. LINQ to SQL is simply a domain-specific LINQ implementation. LINQ to Entities ... third-parties haven't stated their goals. Update 5/15/2007: LINQ to SQL architect Matt Warren elaborates in this  ...  to workagainst different or evolving storage schemas without recompilation. Update 5/14/2007: Entity Framework developer Danny Simmons clarifies  ... ]]></description>
</item>

<item>
<title><![CDATA[Entity Change Tracking in LINQ to SQL and the Entity Framework, Round 2]]></title>
<link></link>
<comments></comments>
<pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
<dc:creator>pseboh</dc:creator>
<category>update+sql</category>
<guid></guid>
<description><![CDATA[ ...  by a factor of about 2.1. Resolving Concurrency Conflicts with LINQ to SQL and the Entity FrameworkConcurrency conflicts can be resolved by blindly allowing the last update to prevail (called the "last  ...  out that the thread had moved to an earlier and somewhat related update existing disconnected objects (dlinq) thread that started on 2/1/2007. Microsoft' ... ]]></description>
</item>

</channel>
</rss>
