<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr-FR"><title type="html">Philippe TROTIN - SQL Server Blog</title><subtitle type="html">Ce Blog est dédié à SQL Server</subtitle><id>http://blogs.msdn.com/ptrotin/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/ptrotin/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2005-01-24T00:29:00Z</updated><entry><title>Bienvenu sur mon Blog dédié à SQL Server</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/archive/2008/01/18/bienvenu-sur-mon-blog-d-di-sql-server.aspx" /><id>http://blogs.msdn.com/ptrotin/archive/2008/01/18/bienvenu-sur-mon-blog-d-di-sql-server.aspx</id><published>2008-01-18T18:41:00Z</published><updated>2008-01-18T18:41:00Z</updated><content type="html">&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=537 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=127&gt;&lt;A href="http://blogs.msdn.com/blogfiles/ptrotin/WindowsLiveWriter/BienvenusurmonBlogddiSQLServer_E4E9/Philippe_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/ptrotin/WindowsLiveWriter/BienvenusurmonBlogddiSQLServer_E4E9/Philippe_2.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=187 alt=Philippe src="http://blogs.msdn.com/blogfiles/ptrotin/WindowsLiveWriter/BienvenusurmonBlogddiSQLServer_E4E9/Philippe_thumb.jpg" width=116 border=0 mce_src="http://blogs.msdn.com/blogfiles/ptrotin/WindowsLiveWriter/BienvenusurmonBlogddiSQLServer_E4E9/Philippe_thumb.jpg"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=408&gt;Consultant Principal dans la division Services de Microsoft France. &lt;BR&gt;&lt;BR&gt;Je suis arrivé chez Microsoft France le 15 décembre 1998 en tant que Consultant Junior. &lt;BR&gt;&lt;BR&gt;La division Services de Microsoft offre de nombreux avantages avec en premier lieu la possibilité de rencontrer des gens passionnés par leurs métiers et toujours prêts à rendre services. &lt;BR&gt;&lt;BR&gt;Le métier de consultant est également riche de par les nombreuses missions sur lesquels nous sommes amenés à intervenir chez des clients variés auprès des "grands comptes" identifiés par Microsoft. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;J'ai depuis toujours été passionné par la manipulation de données qui est a mon avis centrale dans un grand nombre de projets. L'arrivée chez Microsoft m'a permis de travailler avec les différentes versions de SQL Server. &lt;/P&gt;
&lt;P&gt;Actuellement en charge de l'animation de la communauté SQL Server au sein de la division services, je vais essayer au travers de ce blog de vous faire partager ma passion.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7150034" width="1" height="1"&gt;</content><author><name>ptrotin</name><uri>http://blogs.msdn.com/members/ptrotin.aspx</uri></author></entry><entry><title>SQL Server 2005 - Script to Build all FullText catalog</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/archive/2006/10/04/Script-SQL-Server-2005-_2D00_-Build-all-FullText-catalog.aspx" /><id>http://blogs.msdn.com/ptrotin/archive/2006/10/04/Script-SQL-Server-2005-_2D00_-Build-all-FullText-catalog.aspx</id><published>2006-10-04T14:51:00Z</published><updated>2006-10-04T14:51:00Z</updated><content type="html">&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;-- SQL 2005 - Build all FullText catalog&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;DECLARE&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;nvarchar&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;max&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;DECLARE&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;CURSOR&lt;/FONT&gt;&lt;FONT size=2&gt; FAST_FORWARD &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FOR&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SELECT&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;name&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;sys.fulltext_catalogs&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;OPEN&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;FETCH&lt;/FONT&gt;&lt;FONT size=2&gt; NEXT &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;INTO&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;WHILE&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;@@fetch_status&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt; 0&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;BEGIN&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRINT&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'FullText Catalog: '&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXECUTE&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;sp_fulltext_catalog&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'Rebuild'&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXECUTE&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;sp_fulltext_catalog&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'start_full'&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FETCH&lt;/FONT&gt;&lt;FONT size=2&gt; NEXT &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;INTO&lt;/FONT&gt;&lt;FONT size=2&gt; @Cur_CatalogName&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;END&lt;/P&gt;
&lt;P&gt;CLOSE&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;DEALLOCATE&lt;/FONT&gt;&lt;FONT size=2&gt; My_Cursor&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=789378" width="1" height="1"&gt;</content><author><name>ptrotin</name><uri>http://blogs.msdn.com/members/ptrotin.aspx</uri></author><category term="SQL Server 2005" scheme="http://blogs.msdn.com/ptrotin/archive/tags/SQL+Server+2005/default.aspx" /></entry><entry><title>SQL Server 2005 - Hotfix pour SQL Server 2005 SP1</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/archive/2006/06/16/sql-server-2005-hotfix-pour-sql-server-2005-sp1.aspx" /><id>http://blogs.msdn.com/ptrotin/archive/2006/06/16/sql-server-2005-hotfix-pour-sql-server-2005-sp1.aspx</id><published>2006-06-16T13:16:00Z</published><updated>2006-06-16T13:16:00Z</updated><content type="html">&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Voici un hotfix pour SQL Server 2005 SP1 (&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;build 9.00.2153).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://support.microsoft.com/?kbid=918222 href="http://support.microsoft.com/?kbid=918222" mce_href="http://support.microsoft.com/?kbid=918222"&gt;http://support.microsoft.com/?kbid=918222&lt;/A&gt; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=633912" width="1" height="1"&gt;</content><author><name>ptrotin</name><uri>http://blogs.msdn.com/members/ptrotin.aspx</uri></author><category term="SQL Server 2005" scheme="http://blogs.msdn.com/ptrotin/archive/tags/SQL+Server+2005/default.aspx" /></entry><entry><title>SQL Server 2005 - La date de lancement</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/archive/2005/06/09/427428.aspx" /><id>http://blogs.msdn.com/ptrotin/archive/2005/06/09/427428.aspx</id><published>2005-06-09T16:25:00Z</published><updated>2005-06-09T16:25:00Z</updated><content type="html">&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Paul Flessner a annoncé au TechEd la date du prochain lancement de SQL Server 2005. Il sortira en même temps que Visual Studio 2005 et Biztalk Server 2006 le&lt;STRONG&gt; 8 novembre 2005&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;"It is official — the countdown to launch has begun! During my Tech•Ed keynote this morning, I announced the launch date for SQL Server 2005, Visual Studio 2005 and BizTalk Server 2006 will be Nov. 8, 2005, in San Francisco. This will be the biggest launch ever for these products, and we’re very excited to deliver them to you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Nous attendons tous ce lancement avec impatience !!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=427428" width="1" height="1"&gt;</content><author><name>ptrotin</name><uri>http://blogs.msdn.com/members/ptrotin.aspx</uri></author><category term="SQL Server 2005" scheme="http://blogs.msdn.com/ptrotin/archive/tags/SQL+Server+2005/default.aspx" /></entry><entry><title>SQL Server 2005 - Un produit très attendu !!!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ptrotin/archive/2005/01/24/359126.aspx" /><id>http://blogs.msdn.com/ptrotin/archive/2005/01/24/359126.aspx</id><published>2005-01-24T08:29:00Z</published><updated>2005-01-24T08:29:00Z</updated><content type="html">&lt;p&gt;&lt;strong&gt;SQL Server 2005 est sans doute l'un des produits les plus attendu cette année chez Microsoft. &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;En effet, SQL Server a pris de l'importance chez Microsoft et la dernière version date tout de même de 2000. Il est important aujourd'hui d'ajouter à ce dernier des&amp;nbsp;capacités qui lui font cruellement défaut.&lt;/p&gt; &lt;p&gt;Amélioration au niveau du développement :&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Prise en charge native de nouveaux types de données : XML / nvarchar(max) &lt;li&gt;Amélioration du T-SQL avec entre autre l'ajout de fonction de ranking, la prise en chare de requêtes récursives, ... &lt;li&gt;Amélioration des performances au niveau de la recherche FullText + prise en compte lors du backup de la base du catalog FullText, &lt;li&gt;L'introduction de la CLR au sein du moteur de SQL Server (dans le même process à la différence de Oracle &amp;amp; la machine virtuelle Java), &lt;li&gt;La gestion des exception va également permettre aux développeurs de s'y retrouver, &lt;li&gt;Un nouveau modèle de données pour les objets DDL avec la possibilité de gérer des déclancheurs sur des évènements liés à ces derniers,&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Amélioration au niveau de l'infrastructure :&lt;/p&gt; &lt;ul&gt; &lt;li&gt;La gestion du mirroring va permettre de proposer de nouvelles solutions en matière de haute disponibilités, &lt;li&gt;Le stockage des compteurs permettant d'analyser conjointement ceux de Windows et de SQL vont permettre de réellement maitriser son environnement, &lt;li&gt;L'enregistrement des traces pouvant être rejoués va permettre également d'optimiser au mieux ses bases de données.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Dans un deuxième temps,&amp;nbsp;SQL&amp;nbsp;2005&amp;nbsp;est le pivot central de la stratégie d'outils de développement. En effet, ses nouvelles possibilités, conjuguer à Visual Studio Team System vont permettre de franchir un nouveau cap dans la mise à disposition par Microsoft d'un véritable atelier logiciel.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Visual Studio - Team System&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Environnement de modélisation : applicatif / physique permettant de visualiser les contraintes liés à la mise en oeuvre d'un composant logiciel sur un serveur, &lt;li&gt;Environnement de développement interfacé avec Project permettant d'attribuer aux développeurs directement leurs tâches au sein de leur outil de développement, &lt;li&gt;Intégration avec Visual Source Safe permettant de gérer à deux niveaux les sources (check in local) &lt;li&gt;Outil de test unitaire / test de charge, &lt;li&gt;...&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;La listes des éléments composants SQL Server 2005 n'est pas hexaustive (loin de là) mais il m'a paru important de citer les principales améliorations.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=359126" width="1" height="1"&gt;</content><author><name>ptrotin</name><uri>http://blogs.msdn.com/members/ptrotin.aspx</uri></author><category term="SQL Server 2005" scheme="http://blogs.msdn.com/ptrotin/archive/tags/SQL+Server+2005/default.aspx" /></entry></feed>