<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MSDN Blogs</title><link>http://blogs.msdn.com/default.aspx?GroupID=2</link><description>Microsoft Bloggers</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Cloud Storage Studio</title><link>http://blogs.msdn.com/david_gristwood/archive/2010/02/10/cloud-storage-studio.aspx</link><pubDate>Wed, 10 Feb 2010 14:14:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961205</guid><dc:creator>David Gristwood</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I have recently been using &lt;a href="http://cloudstoragestudio.com/"&gt;Cloud Storage Studio from Cerebrata&lt;/a&gt; to help with my Azure development work, and found it a really useful tool to help navigate the Azure storage system. I’ve been using the WPF version as this is a classic scenario when a rich, responsive user interface is what’s needed in during the development cycle.&lt;/p&gt;  &lt;p&gt;It can handle multiple storage accounts, and provides a simple UI to navigate tables, queues and blobs:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/david_gristwood/WindowsLiveWriter/CloudStorageStudio_C7F4/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/david_gristwood/WindowsLiveWriter/CloudStorageStudio_C7F4/image_thumb_2.png" width="518" height="308" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And you can edit and manipulate data directly:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/david_gristwood/WindowsLiveWriter/CloudStorageStudio_C7F4/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/david_gristwood/WindowsLiveWriter/CloudStorageStudio_C7F4/image_thumb_1.png" width="519" height="431" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;So, all in all, a pretty nifty tool to have at your disposal. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961205" width="1" height="1"&gt;</description></item><item><title>Start a SQL Server Agent Job using the SQL Server PowerShell Provider</title><link>http://blogs.msdn.com/buckwoody/archive/2010/02/10/start-a-sql-server-agent-job-using-the-sql-server-powershell-provider.aspx</link><pubDate>Wed, 10 Feb 2010 14:13:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961203</guid><dc:creator>Buck Woody</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Whew!&amp;#160; That’s a mouthfull. Anyway, I thought I would share part of a script I wrote today to help automate (more) from PowerShell. This assumes a few things: that you’re doing this from the SQL Server 2008 PowerShell provider (not just good old regular PowerShell) and that you change the HAL9000 and SQL2K8 parts with your server name and your Instance name. Oh, and the Jobs I start are called “Test” and then something else. That’s the Test* part. You can use a specific name and drop the * or use your own naming convention.&lt;/p&gt;  &lt;p&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size="2"&gt;&lt;font face="Calibri"&gt;&lt;font color="#800000"&gt;&lt;strong&gt;Script Disclaimer, for people who need to be told this sort of thing: &lt;/strong&gt;            &lt;p&gt;&lt;/p&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size="2"&gt;&lt;font face="Calibri"&gt;&lt;font color="#800000"&gt;Never trust any script, including those that you find here, until you understand exactly what it does and how it will act on your systems. Always check the script on a test system or Virtual Machine, not a production system. All scripts on this site are performed by a professional stunt driver on a closed course. Your mileage may vary. Void where prohibited. Offer good for a limited time only. Keep out of reach of small children. Do not operate heavy machinery while using this script. If you experience blurry vision, indigestion or diarrhea during the operation of this script, see a physician immediately. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;# Start a Job named Test in the SQL Server 2008 PowrShell Provider&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;DIR SQLSERVER:\SQL\HAL9000\SQL2K8\JobServer\Jobs\Test* | % {$_.Start()}&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961203" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/buckwoody/archive/tags/DBA/default.aspx">DBA</category><category domain="http://blogs.msdn.com/buckwoody/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/buckwoody/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://blogs.msdn.com/buckwoody/archive/tags/Agent/default.aspx">Agent</category></item><item><title>Sustainable and energy efficient SAP systems on Windows</title><link>http://blogs.msdn.com/saptech/archive/2010/02/10/sustainable-and-energy-efficient-sap-systems-on-windows.aspx</link><pubDate>Wed, 10 Feb 2010 14:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961204</guid><dc:creator>saptech</dc:creator><slash:comments>0</slash:comments><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Energy efficiency and sustainability for IT infrastructures is clearly a major discussion today. There are of course quite a few environmental reasons to think about this but besides this, lowering the use of energy also improves the TCO and reduces the cost of IT infrastructures.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;SAP is itself fully committed to improve the energy efficiency of SAP infrastructures and has started several initiatives during 2009. There was for example the announcement of the Green IT community at SAP Virtualization week 2009 and toward the end of 2009; the first SAP Power Benchmark was released.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;One example how improved energy efficiency can be achieved with SAP infrastructures is the new Windows Server 2008 R2 operating system which has a feature called Core Parking. This feature in turn is using the underlying technology in modern multi-core CPU’s from Intel or AMD. The whole idea is basically to send cores to sleep whenever the workload of a server does not require all the available performance of this server. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Let’s for example assume a server for Hyper-V where only a few virtual machines are running. The scheduler in the OS would now arrange the threads for this workload to run on the fewest possible Processors. The idle processors than would be ‘parked’ which basically mean changes the ACPI power state of this cores so that they consume the least amount of energy. Vice versa, if the workload in this server grows, the OS would instantly wake-up those cores and make it available for processing. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;The good point here is, it happens in the kernel and is completely transparent to the applications. Measurements on the benefit of Core Parking have shown that it yields up to 15 % of energy saving – of course depending on the workload. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;As Windows Server 2008 R2 is now supported by SAP for the usage of a Hyper-V server, Core Parking would be another good reason to install the latest version of Windows whenever SAP on Hyper-V comes into play.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Have fun using Windows Server 2008 R2&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;-&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt;Josef&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961204" width="1" height="1"&gt;</description></item><item><title>Macon .Net Usergroup</title><link>http://blogs.msdn.com/chabrook/archive/2010/02/10/macon-net-usergroup.aspx</link><pubDate>Wed, 10 Feb 2010 13:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961194</guid><dc:creator>chabrook</dc:creator><slash:comments>0</slash:comments><description>Thanks to the Macon .Net Usergroup for inviting me in to talk about the new features of Silverlight 4.0 ! I had a great time, and hopefully I shared some of the excitement around the improvements there. Please grab my slides and a couple of demos here . If I missed some of the demos, email me or leave a comment and I will get back to you shortly if I can share it. http://cid-f94e5578f397f00b.skydrive.live.com/browse.aspx/Roadshow/Macon%20-%20February%202010...(&lt;a href="http://blogs.msdn.com/chabrook/archive/2010/02/10/macon-net-usergroup.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961194" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chabrook/archive/tags/SilverLight/default.aspx">SilverLight</category></item><item><title>Si tienes instalado Windows 7 Release Candidate, esta información te interesa</title><link>http://blogs.msdn.com/armanhal/archive/2010/02/10/si-tienes-instalado-windows-7-release-candidate-esta-informaci-n-te-interesa.aspx</link><pubDate>Wed, 10 Feb 2010 13:34:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961181</guid><dc:creator>armanhal</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Si has instalado en tu casa u oficina una versión de prueba de Windows 7 RC, debes tener en cuenta lo siguiente:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A partir de&lt;b&gt; Febrero 15/10&lt;/b&gt; comenzarás a recibir notificaciones en la barra de tareas, que se estarán presentando cada vez con mayor frecuencia, para que actualices tu licencia. &lt;/li&gt;    &lt;li&gt;En &lt;b&gt;Marzo 1/10&lt;/b&gt; el sistema se cerrará y reiniciará cada 2 horas, perdiendo toda la información que no hayas guardado. &lt;/li&gt;    &lt;li&gt;En &lt;b&gt;Junio 1/10 &lt;/b&gt;la licencia de prueba caduca. El sistema entra en estado de notificación; es decir, tu PC continuará cerrándose cada dos horas, sin guardar la información y además, el papel tapiz cambiará a un fondo negro con un mensaje persistente en el escritorio. También recibirás notificaciones periódicas que tu licencia de Windows no es válida, lo cual significa que tu equipo no podrá obtener las actualizaciones opcionales o descargas que requieren auténtica Validación de Windows. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Recomendaciones para evitar la interrupción:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Vuelve a instalar una versión anterior de Windows o actualiza tu equipo con Windows 7 Original. &lt;/li&gt;    &lt;li&gt;Tendrás que hacer una instalación personalizada (limpia) para reemplazar la versión RC que tienes en uso. &lt;/li&gt;    &lt;li&gt;Recuerda, como cualquier instalación limpia, necesitarás hacer copia de seguridad de tus datos y a continuación instalar todas las aplicaciones y restaurar los datos.&lt;/li&gt;    &lt;li&gt;Puedes comprar en cualquiera de estas &lt;a href="http://www.microsoft.com/mexico/windows7/retailers.aspx"&gt;tiendas departamentales o de autoservicio&lt;/a&gt; dónde tenemos una promoción de 12 meses sin intereses con antivirus incluido (&lt;a href="http://www.microsoft.com/Security_Essentials/"&gt;Microsoft Security Essentials&lt;/a&gt;).&lt;/li&gt;    &lt;li&gt;Si eres estudiante tenemos una &lt;a href="http://www.windows7paraestudiantes.com.mx/"&gt;oferta especial para tí&lt;/a&gt;! &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Nota:&lt;/b&gt; Para verificar que versión de Windows tienes instalada en tu equipo ve a: Inicio&amp;gt;Mi PC &amp;gt;Clic derecho&amp;gt;Propiedades. Si la versión instalada es RC o Beta de Windows 7, sigue las anteriores recomendaciones.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961181" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010 apporte-t-il un changement significatif pour les développeurs parallèles ?</title><link>http://blogs.msdn.com/devpara/archive/2010/02/10/visual-studio-2010-apporte-t-il-un-changement-significatif-pour-les-d-veloppeurs-parall-les.aspx</link><pubDate>Wed, 10 Feb 2010 13:33:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961179</guid><dc:creator>ericv</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;font size="3"&gt;Dans le cadre des &lt;a href="http://www.microsoft.com/france/mstechdays/programmes/default.aspx"&gt;TechDays10&lt;/a&gt;, j'ai été interrogé par Cyrille Chausson journaliste pour le site &lt;a href="http://www.lemagit.fr/"&gt;www.lemagit.fr&lt;/a&gt; vis à vis des apports de &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"&gt;Visual Studio 2010&lt;/a&gt; pour le développement parallèle. En d'autres mots, l'offre parallèle est suffisamment simple pour permettre l'accès à la programmation parallèle à tous les développeurs.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6a0d9c67-6d19-4fc3-a69d-39611903ac04" class="wlWriterEditableSmartContent"&gt;&lt;div id="9924d1ee-0a4d-4015-9117-a82e9eab274f" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=wUcaEPto3vg&amp;amp;hl=fr_FR&amp;amp;fs=1&amp;amp;" target="_new"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/devpara/WindowsLiveWriter/VisualStudio2010apportetilunchangementsi_CCC1/video6da717e49ec5.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('9924d1ee-0a4d-4015-9117-a82e9eab274f'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/wUcaEPto3vg&amp;amp;hl=fr_FR&amp;amp;fs=1&amp;amp;&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/wUcaEPto3vg&amp;amp;hl=fr_FR&amp;amp;fs=1&amp;amp;&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;A bientôt,&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Bruno&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;a href="mailto:boucard.bruno@free.fr"&gt;boucard.bruno@free.fr&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961179" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devpara/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/devpara/archive/tags/C_2B002B00_0x/default.aspx">C++0x</category><category domain="http://blogs.msdn.com/devpara/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category><category domain="http://blogs.msdn.com/devpara/archive/tags/TECHDAYS/default.aspx">TECHDAYS</category><category domain="http://blogs.msdn.com/devpara/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Reinstalando a máquina: links e pacotes importantes</title><link>http://blogs.msdn.com/wcamb/archive/2010/02/10/reinstalando-a-m-quina-links-e-pacotes-importantes.aspx</link><pubDate>Wed, 10 Feb 2010 13:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961177</guid><dc:creator>wcamb</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Olá pessoal, tudo certo?&lt;/P&gt;
&lt;P&gt;Como sabem, de tempos em tempos faço minha REVAMP de máquina, reinstalando as várias ferramentas que uso no dia-a-dia, como Visual Studio, SQL Server, SDK de Azure, etc.&lt;/P&gt;
&lt;P&gt;Fiz isso essa semana e para facilitar, segue aqui uma lista dos principais pacotes que estou instalando/avaliando na máquina, sobre &lt;STRONG&gt;Windows 7 Enterprise 64 bits&lt;/STRONG&gt; com &lt;STRONG&gt;Microsoft Office 2010 Beta&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Office Professional Plus 2010 Beta &lt;BR&gt;&lt;/STRONG&gt;Ref.: &lt;A title="Microsoft Office Professional Plus 2010 Beta" href="http://www.microsoft.com/office/2010/en/download-office-professional-plus/default.aspx" rel=nofollow target=_blank mce_href="http://www.microsoft.com/office/2010/en/download-office-professional-plus/default.aspx"&gt;http://www.microsoft.com/office/2010/en/download-office-professional-plus/default.aspx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Visual Studio 2010 e .NET Framework 4 Release Candidate&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="Visual Studio 2010 e .NET Framework 4 Release Candidate" href="http://msdn.microsoft.com/pt-br/vstudio/dd582936.aspx" rel=nofollow target=_blank mce_href="http://msdn.microsoft.com/pt-br/vstudio/dd582936.aspx"&gt;http://msdn.microsoft.com/pt-br/vstudio/dd582936.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Visual Studio 2010 and .NET Framework 4 Training Kit - January Release &lt;BR&gt;&lt;/STRONG&gt;Ref.: &lt;A title="Visual Studio 2010 and .NET Framework 4 Training Kit - January Release" href="http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;amp;displaylang=en" rel=nofollow target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;amp;displaylang=en&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SQL Server 2008 Express Edition&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="SQL Server 2008 Express Edition" href="http://www.microsoft.com/express/Database/" rel=nofollow target=_blank mce_href="http://www.microsoft.com/express/Database/"&gt;http://www.microsoft.com/express/Database/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SQL Server 2008 R2 November CTP&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="SQL Server 2008 R2 November CTP" href="http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx" rel=nofollow target=_blank mce_href="http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Além dos pacotes para Windows Azure:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Azure Software Development Kit 1.1 (February 2010) &lt;BR&gt;&lt;/STRONG&gt;Ref.: &lt;A title="Windows Azure Software Development Kit (February 2010)" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" rel=nofollow target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Azure Tools for Microsoft Visual Studio 1.1 (February 2010)&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="Windows Azure Tools for Microsoft Visual Studio 1.1 (February 2010)" href="http://www.microsoft.com/downloads/details.aspx?familyid=5664019E-6860-4C33-9843-4EB40B297AB6&amp;amp;displaylang=en" rel=nofollow target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=5664019E-6860-4C33-9843-4EB40B297AB6&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=5664019E-6860-4C33-9843-4EB40B297AB6&amp;amp;displaylang=en&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Azure Platform Training Kit - December Update&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="Windows Azure Platform Training Kit - December Update" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en" rel=nofollow target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Azure platform AppFabric SDK V1.0&lt;/STRONG&gt; &lt;BR&gt;Ref.: &lt;A title="Windows Azure platform AppFabric SDK V1.0" href="http://www.microsoft.com/downloads/details.aspx?familyid=39856A03-1490-4283-908F-C8BF0BFAD8A5&amp;amp;displaylang=en" rel=nofollow target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=39856A03-1490-4283-908F-C8BF0BFAD8A5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=39856A03-1490-4283-908F-C8BF0BFAD8A5&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Por enquanto é só! Até o próximo post :)&lt;/P&gt;
&lt;P&gt;Waldemir.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961177" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/wcamb/archive/tags/Windows+Azure/default.aspx">Windows Azure</category></item><item><title>30 Seconds To Mars in homage to Banksy</title><link>http://blogs.msdn.com/stevecla01/archive/2010/02/10/30-seconds-to-mars-in-homage-to-banksy.aspx</link><pubDate>Wed, 10 Feb 2010 13:18:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961174</guid><dc:creator>stevecla01</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/stevecla01/WindowsLiveWriter/a400d82e5382_13CEE/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/stevecla01/WindowsLiveWriter/a400d82e5382_13CEE/image_thumb.png" width="454" height="185" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;During my strenuous workout in the gym this morning (I kid you not) I watched a &lt;a href="http://www.youtube.com/watch?v=9VhZDiG7ye0"&gt;music video&lt;/a&gt; and was struck by this image in the middle of it. Surely an homage to Bansky’s Love Is In The Air?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/stevecla01/WindowsLiveWriter/a400d82e5382_13CEE/Loveisintheair_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Loveisintheair" border="0" alt="Loveisintheair" src="http://blogs.msdn.com/blogfiles/stevecla01/WindowsLiveWriter/a400d82e5382_13CEE/Loveisintheair_thumb.jpg" width="454" height="328" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Anyway, cool video by &lt;a href="http://en.wikipedia.org/wiki/30_Seconds_to_Mars"&gt;30 Seconds to Mars&lt;/a&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
tweetmeme_source = 'stevecla';
tweetmeme_service = 'bit.ly';
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961174" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/stevecla01/archive/tags/Banksy/default.aspx">Banksy</category></item><item><title>Nur noch für kurze Zeit: Windows 7 zum Vorteilspreis für Studierende</title><link>http://blogs.msdn.com/pkirchner/archive/2010/02/10/nur-noch-f-r-kurze-zeit-windows-7-zum-vorteilspreis-f-r-studierende.aspx</link><pubDate>Wed, 10 Feb 2010 13:11:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961172</guid><dc:creator>pkirchner</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Sie sind an einer deutschen Hochschule immatrikuliert und besitzen eine gültige Hochschul-E-Mail-Adresse? Dann sollten Sie jetzt das Vorzugsangebot für Studierende nutzen: Sichern Sie sich jetzt Windows 7 Home Premium als Download-Version für nur 35 Euro (UVP). Zögern Sie nicht - dieses Angebot gilt nur noch für kurze Zeit.&lt;/p&gt;  &lt;p&gt;Weitere Infos dazu hier: &lt;a title="http://store.digitalriver.com/store/mswpde/de_DE/DisplayHomePage" href="http://store.digitalriver.com/store/mswpde/de_DE/DisplayHomePage"&gt;http://store.digitalriver.com/store/mswpde/de_DE/DisplayHomePage&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961172" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/pkirchner/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/pkirchner/archive/tags/Tipps+_2600_+Tricks/default.aspx">Tipps &amp; Tricks</category></item><item><title>Οδηγός αποτελεσματικής φόρτωσης δεδομένων</title><link>http://blogs.msdn.com/nikosan/archive/2010/02/10/9961170.aspx</link><pubDate>Wed, 10 Feb 2010 13:10:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961170</guid><dc:creator>nikosangr</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/nikosan/WindowsLiveWriter/cca47e6ab84b_D561/dd458815_image001(en-us)_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="dd458815_image001(en-us)" border="0" alt="dd458815_image001(en-us)" src="http://blogs.msdn.com/blogfiles/nikosan/WindowsLiveWriter/cca47e6ab84b_D561/dd458815_image001(en-us)_thumb.gif" width="240" height="50"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Καθώς η αποτελεσματική φόρτωση δεδομένων (data loading) αποτελεί ένα σημαντικό παράγοντα στην υλοποίηση ενός data warehouse (DW), ήθελα να σας ενημερώσω για το ακόλουθο &lt;a href="http://msdn.microsoft.com/en-us/library/dd425070.aspx" target="_blank"&gt;white paper&lt;/a&gt; το οποίο δημοσιεύθηκε από την Microsoft. Σε αυτό το έγγραφο θα βρείτε λεπτομερείς πληροφορίες για τις διάφορες τεχνικές φόρτωσης δεδομένων στον SQL Server. Στο έγγραφο καλύπτονται τόσο οι διαθέσιμες τεχνικές όσο και μεθοδολογίες για performance tuning και βελτιστοποίηση της διαδικασίας μαζικής φόρτωσης δεδομένων.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961170" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nikosan/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://blogs.msdn.com/nikosan/archive/tags/SQL+Server+2008+R2/default.aspx">SQL Server 2008 R2</category><category domain="http://blogs.msdn.com/nikosan/archive/tags/ETL/default.aspx">ETL</category><category domain="http://blogs.msdn.com/nikosan/archive/tags/Data+Warehouse/default.aspx">Data Warehouse</category></item><item><title>Brad Smith on the Cloud in the 21st century</title><link>http://blogs.msdn.com/ericnel/archive/2010/02/10/brad-smith-on-the-cloud-in-the-21st-century.aspx</link><pubDate>Wed, 10 Feb 2010 13:09:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961169</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><description>&lt;b&gt;Note:&lt;/b&gt; Cross posted from &lt;a href="http://geekswithblogs.net/iupdateable"&gt;IUpdateable from Eric Nelson&lt;/a&gt;.
&lt;br /&gt;&lt;a href="http://geekswithblogs.net/iupdateable/archive/2010/02/10/brad-smith-on-the-cloud-in-the-21st-century.aspx"&gt;Permalink&lt;/a&gt;
&lt;br /&gt;&lt;p&gt;Something a little different. No mentions of web roles, nodes or queues – but interesting nevertheless.&lt;/p&gt;  &lt;p&gt;Brad Smith gave Microsoft’s vision of cloud computing devoted to the economic success of Europe. The event was organized by E!Sharp in the Auditorium of the Museum of Art and History, in Brussels, on January 26th. Brad Smith is Senior Vice President and General Counsel of Microsoft Corporation.&lt;/p&gt;  &lt;p&gt;Brad gives a strong steer on our commitment to (amongst other things):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;First class Interop&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Supporting Open Source in the Cloud&lt;/strong&gt; – he includes a discussion of the work by Domino Pizza to use Azure&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Plus plenty of reality checks on Cloud and why it is something governments, organisations and individuals need to embrace. Ultimately a lot of it is about confidence.&lt;/p&gt;  &lt;p&gt;The four challenges the industry needs to address with the help of government are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Connectivity&lt;/strong&gt; – we need high speed reliable connectivity. Governments need to focus on enabling this for their citizens&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Single Market&lt;/strong&gt; – harmonisation across geographies. We need to recognise that data is now regularly moving across geographies. Need to recognise a “consumer in Italy, stores email in Ireland, managed by a US company”&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Privacy&lt;/strong&gt; - “Do people still care?”. Brad - “Absolutely”. The “right to choose” who sees your information.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Security – &lt;/strong&gt;laws &lt;strong&gt;and&lt;/strong&gt; enforcement against digital crimes. Cooperation across geographies. Principals that companies must adhere to.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A lot of his focus was on the need for the European Union to look at the above rather than member states if Cloud is to be adopted widely.&lt;/p&gt;  &lt;p&gt;&lt;object width="480" height="294" codebase="http://download.Macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,00,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="movie" value="http://www.eyecone.com/clients/bradsmith/flv/player.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="FlashVars" value="nomVideoVar=http://www.eyecone.com/clients/bradsmith/flv/Brad_Smith.flv&amp;amp;largeurVar=480&amp;amp;hauteurVar=270" /&gt;&lt;!--[if !IE]&gt; &lt;--&gt;&lt;object width="480" height="294" type="application/x-shockwave-flash" data="http://www.eyecone.com/clients/bradsmith/flv/player.swf"&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="pluginurl" value="http://www.Macromedia.com/go/getflashplayer" /&gt; &lt;param name="FlashVars" value="nomVideoVar=http://www.eyecone.com/clients/bradsmith/flv/Brad_Smith.flv&amp;amp;largeurVar=480&amp;amp;hauteurVar=270" /&gt;FAIL (the browser should render some flash content,not this) &lt;/object&gt;&lt;!--&gt; &lt;![endif]--&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt;I often get asked “Is Microsoft serious about Cloud Computing given its history on the desktop?”. I think the answer is pretty clear from this presentation. (Oh and the answer is a big &lt;strong&gt;Yes&lt;/strong&gt;!)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961169" width="1" height="1"&gt;</description></item><item><title>Brad Smith on the Cloud in the 21st century</title><link>http://blogs.msdn.com/goto100/archive/2010/02/10/brad-smith-on-the-cloud-in-the-21st-century.aspx</link><pubDate>Wed, 10 Feb 2010 13:09:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961168</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><description>&lt;b&gt;Note:&lt;/b&gt; Cross posted from &lt;a href="http://geekswithblogs.net/iupdateable"&gt;IUpdateable from Eric Nelson&lt;/a&gt;.
&lt;br /&gt;&lt;a href="http://geekswithblogs.net/iupdateable/archive/2010/02/10/brad-smith-on-the-cloud-in-the-21st-century.aspx"&gt;Permalink&lt;/a&gt;
&lt;br /&gt;&lt;p&gt;Something a little different. No mentions of web roles, nodes or queues – but interesting nevertheless.&lt;/p&gt;  &lt;p&gt;Brad Smith gave Microsoft’s vision of cloud computing devoted to the economic success of Europe. The event was organized by E!Sharp in the Auditorium of the Museum of Art and History, in Brussels, on January 26th. Brad Smith is Senior Vice President and General Counsel of Microsoft Corporation.&lt;/p&gt;  &lt;p&gt;Brad gives a strong steer on our commitment to (amongst other things):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;First class Interop&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Supporting Open Source in the Cloud&lt;/strong&gt; – he includes a discussion of the work by Domino Pizza to use Azure&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Plus plenty of reality checks on Cloud and why it is something governments, organisations and individuals need to embrace. Ultimately a lot of it is about confidence.&lt;/p&gt;  &lt;p&gt;The four challenges the industry needs to address with the help of government are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Connectivity&lt;/strong&gt; – we need high speed reliable connectivity. Governments need to focus on enabling this for their citizens&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Single Market&lt;/strong&gt; – harmonisation across geographies. We need to recognise that data is now regularly moving across geographies. Need to recognise a “consumer in Italy, stores email in Ireland, managed by a US company”&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Privacy&lt;/strong&gt; - “Do people still care?”. Brad - “Absolutely”. The “right to choose” who sees your information.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Security – &lt;/strong&gt;laws &lt;strong&gt;and&lt;/strong&gt; enforcement against digital crimes. Cooperation across geographies. Principals that companies must adhere to.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A lot of his focus was on the need for the European Union to look at the above rather than member states if Cloud is to be adopted widely.&lt;/p&gt;  &lt;p&gt;&lt;object width="480" height="294" codebase="http://download.Macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,00,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="movie" value="http://www.eyecone.com/clients/bradsmith/flv/player.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="FlashVars" value="nomVideoVar=http://www.eyecone.com/clients/bradsmith/flv/Brad_Smith.flv&amp;amp;largeurVar=480&amp;amp;hauteurVar=270" /&gt;&lt;!--[if !IE]&gt; &lt;--&gt;&lt;object width="480" height="294" type="application/x-shockwave-flash" data="http://www.eyecone.com/clients/bradsmith/flv/player.swf"&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="pluginurl" value="http://www.Macromedia.com/go/getflashplayer" /&gt; &lt;param name="FlashVars" value="nomVideoVar=http://www.eyecone.com/clients/bradsmith/flv/Brad_Smith.flv&amp;amp;largeurVar=480&amp;amp;hauteurVar=270" /&gt;FAIL (the browser should render some flash content,not this) &lt;/object&gt;&lt;!--&gt; &lt;![endif]--&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt;I often get asked “Is Microsoft serious about Cloud Computing given its history on the desktop?”. I think the answer is pretty clear from this presentation. (Oh and the answer is a big &lt;strong&gt;Yes&lt;/strong&gt;!)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961168" width="1" height="1"&gt;</description></item><item><title>Windows 7 Release Candidate läuft bald ab!</title><link>http://blogs.msdn.com/softwarehersteller/archive/2010/02/10/windows-7-release-candidate-l-uft-bald-ab.aspx</link><pubDate>Wed, 10 Feb 2010 13:08:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961167</guid><dc:creator>pkirchner</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Wie bereits angekündigt &lt;a href="http://support.microsoft.com/kb/971767"&gt;läuft der Release Candidate (RC) von Windows 7 am 1. Juni 2010 ab&lt;/a&gt;. Schon vorher geht es aber ab dem 15. Februar los mit Benachrichtigungen von Windows 7 RC. An dieser Stelle daher noch einmal der Hinweis, vor dem Ablaufdatum entweder auf die Vollversion von Windows 7 zu wechseln oder sich eine frühere Version von Windows zu installieren.&lt;/p&gt;  &lt;p&gt;Detailinformationen zu den einzelnen Phasen bis zum 1. Juni 2010 und dem daraus resultierendem Verhalten von Windows 7 erfahren Sie in diesem &lt;a href="http://blogs.msdn.com/windowszone/archive/2010/02/01/benachrichtigungen-neustarts-und-dann-schwarzer-bildschirm-windows-7-release-candidate-l-uft-bald-ab.aspx"&gt;Blog-Beitrag&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961167" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/softwarehersteller/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Χρησιμοποιώντας τον SQL Server για την δημιουργία μιας Hub-and-Spoke Enterprise Data Warehouse Αρχιτεκτονικής</title><link>http://blogs.msdn.com/nikosan/archive/2010/02/10/sql-server-hub-and-spoke-enterprise-data-warehouse.aspx</link><pubDate>Wed, 10 Feb 2010 13:02:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961166</guid><dc:creator>nikosangr</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/nikosan/WindowsLiveWriter/SQLServerHubandSpokeEnterpriseDataWareho_D38F/dd458815_image001(en-us)_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="dd458815_image001(en-us)" border="0" alt="dd458815_image001(en-us)" src="http://blogs.msdn.com/blogfiles/nikosan/WindowsLiveWriter/SQLServerHubandSpokeEnterpriseDataWareho_D38F/dd458815_image001(en-us)_thumb.gif" width="240" height="50"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Η κλιμάκωση και η αποτελεσματική, από πλευράς κόστους, υλοποίηση ενός Enterprise Data Warehouse (EDW) είναι ένας σημαντικός στόχος για πολλούς μεγάλους οργανισμούς. Υπάρχουν τρεις (3) κοινές προσεγγίσεις που περιλαμβάνουν τον όρο EDW: η ‘μονολιθική’ προσέγγιση, η προσέγγιση των αποκεντρωμένων (decentralized) συλλογών data marts και οι προσπάθειες υλοποίησης μιας hub-and-spoke αρχιτεκτονικής, η οποία συνδυάζει τις δύο προηγούμενες. Με την απόκτηση της DATAllegro και την αναμενόμενη έκδοση του SQL Server 2008 R2, το project με κωδικό “Madison”, η Microsoft είναι έτοιμη να διαθέσει μια μοναδική και επιτακτική λύση για Massively Parallel Processing (MPP) DW η οποία συνδυάζει τα καλύτερα χαρακτηριστικά των EDW και αποκεντρωμένων data marts. Η αρχιτεκτονική του Madison DW θα περιέχει υψηλή ταχύτητα και παράλληλες μεταβιβάσεις (transfer) μεταξύ άλλων Madison ή SQL Server 2008 βάσεων, παρέχοντας την βάση για την επίλυση ενός από το πιο ακανθώδη προβλήματα σε large-scale data warehousing.&lt;/p&gt; &lt;p&gt;Για περισσότερες πληροφορίες διαβάστε αυτό το &lt;a href="http://msdn.microsoft.com/en-us/library/dd458815.aspx" target="_blank"&gt;άρθρο&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961166" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nikosan/archive/tags/SQL+Server+2008+R2/default.aspx">SQL Server 2008 R2</category><category domain="http://blogs.msdn.com/nikosan/archive/tags/Data+Warehouse/default.aspx">Data Warehouse</category><category domain="http://blogs.msdn.com/nikosan/archive/tags/Hub-and-Spoke/default.aspx">Hub-and-Spoke</category></item><item><title>Windows Azure Tools 1.1</title><link>http://blogs.msdn.com/drnick/archive/2010/02/10/windows-azure-tools-1-1.aspx</link><pubDate>Wed, 10 Feb 2010 13:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961102</guid><dc:creator>Nicholas Allen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;
The latest Windows Azure tools and SDK release actually came out two weeks ago but requires either Visual Studio 2008 or Visual Studio 2010 RC, which you couldn't get until today.  This SDK release also marked the commercial launch of Windows Azure.  Some of the improvements are to better support durable storage, diagnostics, and of course integration with Visual Studio 2010.
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5664019e-6860-4c33-9843-4eb40b297ab6&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5664019e-6860-4c33-9843-4eb40b297ab6&amp;amp;displaylang=en"&gt;Windows Azure Tools for Microsoft Visual Studio 1.1 (February 2010)
&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
You can also browse the &lt;a href="http://code.msdn.microsoft.com/windowsazuresamples" mce_href="http://code.msdn.microsoft.com/windowsazuresamples"&gt;samples&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/dd179367.aspx" mce_href="http://msdn.microsoft.com/en-us/library/dd179367.aspx"&gt;documentation&lt;/a&gt; for this release.
&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961102" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/drnick/archive/tags/Releases/default.aspx">Releases</category></item><item><title>Come raccogliere tutte le informazioni necessarie per aprire un caso di Supporto Tecnico</title><link>http://blogs.msdn.com/crmitaliansupport/archive/2010/02/10/come-raccogliere-tutte-le-informazioni-necessarie-per-aprire-un-caso-di-supporto-tecnico.aspx</link><pubDate>Wed, 10 Feb 2010 12:45:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961157</guid><dc:creator>dgano</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Se avete già aperto chiamate di suppoto tecnico con il Team di CRM siete sicuramente a conoscenza che una delle prime richieste effettuate dai tecnici di supporto sono i file di configrazione del vostro ambiente.    &lt;br /&gt;Questo articolo vi aiuterà a preparare tutte le informazioni necessarie al fine di renderle direttamente disponibili all’interno del caso stesso.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;CRM Server &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Al fine di avere una panoramica generale del vostro ambiente CRM (configurazione del sistema, livello di aggiornamento, ecc.) è necessario scaricare ogni volta l'ultima versione del CRMDiagTool4 al seguente link: &lt;a href="http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx"&gt;http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1) scaricare il file ed estrarlo localmente (non eseguirlo da una cartella condivisa: potrebbe entrare in errore)&lt;/p&gt;  &lt;p&gt;2) selezionare &amp;quot;Dynamics CRM Server&amp;quot; dal menù a tendina&lt;/p&gt;  &lt;p&gt;3) cliccare il pulsante Create File&lt;/p&gt;  &lt;p&gt;4) allegate il file generato al caso che creerete&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image002_thumb.jpg" width="244" height="141" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;CRM Client - Auto fix diagnostics&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1) sul client andate su Start – All Programs – Microsoft Dynamics CRM 4.0 – Diagnostics.&amp;#160; &lt;/p&gt;  &lt;p&gt;2) cliccate su &lt;strong&gt;Run Diagnostics&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;3) una volta completato salvate il file e allegatelo al caso aperto&lt;/p&gt;  &lt;p&gt;4) infine, se possibile, cliccate Fix All al fine di fissare automaticamente eventuali errori.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;     &lt;br /&gt;CRM Client - Diagnostica&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1) assicuratevi che Outlook sia aperto&lt;/p&gt;  &lt;p&gt;2) andate su Start – All Programs – Microsoft Dynamics CRM 4.0 – Diagnostics&lt;/p&gt;  &lt;p&gt;3) selezionare &lt;strong&gt;Support Mode&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;4) selezionare &lt;strong&gt;Advanced Troubleshooting&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;5) cliccare &lt;strong&gt;Create File&lt;/strong&gt; ed allegare il file generato al caso&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;      &lt;br /&gt;CRM Router &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Scaricare ogni volta l'ultima versione del &lt;b&gt;CRMDiagTool4&lt;/b&gt; al seguente link: &lt;a href="http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx"&gt;http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1) scaricare il file ed estrarlo localmente (non eseguirlo da una cartella condivisa: potrebbe entrare in errore)&lt;/p&gt;  &lt;p&gt;2) selezionare &amp;quot;Dynamics CRM Router&amp;quot; dal menù a tendina&lt;/p&gt;  &lt;p&gt;3) cliccare il pulsante Create File&lt;/p&gt;  &lt;p&gt;4) allegate il file generato al caso che creerete&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image004_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image004_thumb.jpg" width="244" height="141" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;      &lt;br /&gt;SQL Reporting Services (SRS) - Informazioni &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Scaricare ogni volta l'ultima versione del &lt;b&gt;CRMDiagTool4&lt;/b&gt; al seguente link: &lt;a href="http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx"&gt;http://blogs.msdn.com/benlec/pages/microsoft-crm-support-tools-download-page.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1) scaricare il file ed estrarlo localmente (non eseguirlo da una cartella condivisa: potrebbe entrare in errore)&lt;/p&gt;  &lt;p&gt;2) selezionare &amp;quot;SQL Reporting Services&amp;quot; dal menù a tendina&lt;/p&gt;  &lt;p&gt;3) selezionare la versione di SQL Reporting Server installata ed eventualmente l’istanza necessaria&lt;/p&gt;  &lt;p&gt;4) cliccare il pulsante Create File&lt;/p&gt;  &lt;p&gt;5) allegate il file generato al caso che creerete&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image006_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.msdn.com/blogfiles/crmitaliansupport/WindowsLiveWriter/Comeraccoglieretutteleinformazioninecess_BFBD/clip_image006_thumb.jpg" width="244" height="141" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;      &lt;br /&gt;SQL Reporting Server (SRS) Log files&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1) riprodurre l’errore &lt;/p&gt;  &lt;p&gt;2) inviare il di log file appena generato dalla seguente cartella:&lt;/p&gt;  &lt;p&gt;C:\Program Files\Microsoft SQL Server\&amp;lt;MSSQL.X&amp;gt;\Reporting Services\LogFiles&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;      &lt;br /&gt;ISS Log file&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Se il tipo di problema rilevato è di authenticazione (esempio: &lt;i&gt;HTTP status 401: Unauthorized&lt;/i&gt;) può essere molto utile avere i log file di ISS con relativa configurazione che possono essere recuperati utilizzando il seguente tool:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/carloc/pages/idevdatacollector.aspx"&gt;http://blogs.msdn.com/carloc/pages/idevdatacollector.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Diego Ganora&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961157" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/crmitaliansupport/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category><category domain="http://blogs.msdn.com/crmitaliansupport/archive/tags/GuideLine/default.aspx">GuideLine</category></item><item><title>Quick update on videos being migrated to Microsoft Azure storage</title><link>http://blogs.msdn.com/lcash/archive/2010/02/10/quick-update-on-videos-being-migrated-to-microsoft-azure-storage.aspx</link><pubDate>Wed, 10 Feb 2010 12:06:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961143</guid><dc:creator>lcash</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Just a quick update as I posted last &lt;a href="http://blogs.msdn.com/lcash/archive/2010/02/01/video-on-the-blog.aspx"&gt;week&lt;/a&gt; on the display of videos on the blog. I’ve had a lot of emails on getting access to the videos. I guess when something is not available you notice the need. So the videos are being migrated to Microsoft Azure. &lt;/p&gt;  &lt;p&gt;What does that mean to you ? Nothing really for the end user of the content. But a few people have ask me in the past and I posted a &lt;a href="http://blogs.msdn.com/lcash/archive/2009/07/28/videos-available-for-download.aspx"&gt;note&lt;/a&gt; on how I was doing the videos. So if you are interested here is a series of articles that explains how you can use Azure and Microsoft Expression Encoder 3 to host and store your videos for display as Silverlight on your web sites. &lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/david_sayed/archive/2010/01/07/setting-up-windows-azure-for-video-storage.aspx" href="http://blogs.msdn.com/david_sayed/archive/2010/01/07/setting-up-windows-azure-for-video-storage.aspx"&gt;http://blogs.msdn.com/david_sayed/archive/2010/01/07/setting-up-windows-azure-for-video-storage.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/david_sayed/archive/2010/01/07/creating-and-publishing-a-silverlight-video-to-windows-azure.aspx" href="http://blogs.msdn.com/david_sayed/archive/2010/01/07/creating-and-publishing-a-silverlight-video-to-windows-azure.aspx"&gt;http://blogs.msdn.com/david_sayed/archive/2010/01/07/creating-and-publishing-a-silverlight-video-to-windows-azure.aspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/david_sayed/archive/2010/01/07/embedding-a-silverlight-video-in-a-blog.aspx" href="http://blogs.msdn.com/david_sayed/archive/2010/01/07/embedding-a-silverlight-video-in-a-blog.aspx"&gt;http://blogs.msdn.com/david_sayed/archive/2010/01/07/embedding-a-silverlight-video-in-a-blog.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Azure is a very cool technology indeed. Storage for videos is nice but if you are a techy then the SQL Data services and application service hosting is very interesting. I’ve noticed folks in the AX world &lt;a href="http://daxguy.blogspot.com/2010/01/ax-on-cloud-9.html"&gt;experimenting&lt;/a&gt; the Azure and services integration to Dynamics AX. &lt;/p&gt;  &lt;p&gt;It will take a while to re-post all the videos over the next few days. If you have something you need then they are posted to partnersource and working LIFO I’ll update the links on the blog.&lt;/p&gt;  &lt;p&gt;Cheers&lt;/p&gt;  &lt;p&gt;Lachlan&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;(Original post at &lt;/font&gt;&lt;a title="http://blogs.msdn.com/lcash" href="http://blogs.msdn.com/lcash"&gt;&lt;font size="1"&gt;http://blogs.msdn.com/lcash&lt;/font&gt;&lt;/a&gt;&lt;font size="1"&gt;)&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961143" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lcash/archive/tags/AX+VPC+Tips+and+Tricks/default.aspx">AX VPC Tips and Tricks</category></item><item><title>Top 10 ICT Money Saving Tips – 13 – Save your old computers</title><link>http://blogs.msdn.com/ukschools/archive/2010/02/10/top-10-ict-money-saving-tips-13-save-your-old-computers.aspx</link><pubDate>Wed, 10 Feb 2010 11:49:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961135</guid><dc:creator>Rayfl</dc:creator><slash:comments>0</slash:comments><description>&lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Part thirteen of the &lt;a href="http://blogs.msdn.com/ukschools/pages/bett-2010-money-saving-tips.aspx"&gt;series of Top 10 ICT Money Saving Tips for schools&lt;/a&gt;, based on my BETT 2010 presentation.         &lt;br /&gt;Good news, my counting was hopeless, and my Top 10 tips actually contain 14 Top ICT Money Saving Tips. So there’s one more to come after this one&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" title="W7banner" border="0" alt="W7banner" src="http://blogs.msdn.com/blogfiles/ukschools/WindowsLiveWriter/Windows7isgettingcloser_9A20/W7banner_thumb.jpg" width="704" height="64" /&gt;&lt;/p&gt;  &lt;p&gt;Last summer, I wrote a blog post called “&lt;a title="Read the original blog post" href="http://blogs.msdn.com/ukschools/archive/2009/06/08/what-does-windows-7-run-on.aspx"&gt;What does Windows 7 run on?&lt;/a&gt;”, which took a very early look at what computers people were running Windows 7 on. And the answer appeared to be that it coped with older hardware much better than previous versions of Windows. (&lt;em&gt;Like me, I’m sure you’ll remember the days when a new version of Windows meant you needed to upgrade your own computer too).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;And a little later in June, PC World created an article with the headline “&lt;a title="Read the PC World article" href="http://www.pcworld.com/article/166992/windows_7_hits_a_new_low.html?loomia_ow=t0" target="_blank"&gt;Windows 7 Hits a New Low&lt;/a&gt;”, which made exactly the same point (&lt;em&gt;my heart sank when I saw the headline, until I read the article and realised it was actually being positive about Windows 7&lt;/em&gt;).&lt;/p&gt;  &lt;p&gt;So the message was clear – Windows 7 was going to allow you to sweep up lots of older equipment and get it all onto the same version of Windows. Something that’s a big win for a network maanger&lt;/p&gt;  &lt;p&gt;Then the forums on &lt;a title="Read the &amp;quot;Windows 7 on a dinosaur&amp;quot; thread" href="http://forum.thewindowsclub.com/windows-hardware-devices/28053-windows-7-dinosaur.html" target="_blank"&gt;thewindowsclub.com&lt;/a&gt; got going, and started dragging old computers out of cupboards to have a go at installing Windows 7. My favourite is the one that started &lt;a title="Read the first post" href="http://forum.thewindowsclub.com/windows-hardware-devices/28053-windows-7-dinosaur.html#post135619" target="_blank"&gt;the whole thread off&lt;/a&gt; – a Pentium 2 266MHz processor with 128MB of RAM had somehow managed to run it, with a Windows Experience Index of 1.0 (&lt;em&gt;I guess it got 1 because the scale didn’t start at zero!).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Now, there is a minimum specification for &lt;a title="Read the minimum spec" href="http://windows.microsoft.com/systemrequirements" target="_blank"&gt;Windows 7 system requirements&lt;/a&gt;, which is 1 GHz processor, 1 GB of RAM and at least 16 GB of hard disk, and I can’t recommend you straying below that. But it certainly seems to be the case that with Windows 7 you are likely to be able to use quite a lot of your older equipment in school.&lt;/p&gt;  &lt;p&gt;The management time saved by having every computer on the same version of Windows, combined with some of the ways Windows 7 &lt;a title="Read the energy saving tips" href="http://blogs.msdn.com/ukschools/archive/2010/01/15/top-10-ict-money-saving-tips-2-cutting-your-electricity-bills.aspx" target="_blank"&gt;saves energy&lt;/a&gt;, means that there a few good reasons to think about making the move sooner rather than later. &lt;/p&gt;  &lt;p&gt;And there’s money to be saved by not having to buy new computers, as well as reducing your power bill, and saving your time.&lt;/p&gt;  &lt;p&gt;&lt;a title="Read all the money saving tips" href="http://blogs.msdn.com/ukschools/pages/bett-2010-money-saving-tips.aspx"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 20px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.msdn.com/blogfiles/ukschools/WindowsLiveWriter/4696a4393e73_8AE4/image_3.png" width="132" height="41" /&gt;&lt;/a&gt;&lt;a title="Read the whole Money Saving Tips series" href="http://blogs.msdn.com/ukschools/pages/bett-2010-money-saving-tips.aspx" target="_blank"&gt;Index to the whole series of Money Saving Tips on this blog&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;/p&gt;    &lt;br /&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961135" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukschools/archive/tags/carbon+emissions/default.aspx">carbon emissions</category><category domain="http://blogs.msdn.com/ukschools/archive/tags/power/default.aspx">power</category><category domain="http://blogs.msdn.com/ukschools/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://blogs.msdn.com/ukschools/archive/tags/saving+money/default.aspx">saving money</category><category domain="http://blogs.msdn.com/ukschools/archive/tags/Money+Saving+Tips/default.aspx">Money Saving Tips</category></item><item><title>Cross-posting wpisów, polskie agregaty blogów i newsów</title><link>http://blogs.msdn.com/danieb/archive/2010/02/10/cross-posting-wpis-w-polskie-agregaty-blog-w-i-news-w.aspx</link><pubDate>Wed, 10 Feb 2010 11:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961140</guid><dc:creator>danieb</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;P&gt;Zauważyłem, że jak grzyby po deszczu pojawiają się nowe, polskie inicjatywy 
związane z agregacją wpisów z blogów i innych źródeł informacji dotyczące .NET i 
Microsoftu.&lt;/P&gt;
&lt;P&gt;Społeczność jest aktywna i bardzo mi się to podoba. Od razu mówię (w nawiązaniu również do pewnej zaległej korespondencji), nie musicie się mnie pytać, jeśli 
potrzebujecie przekopiować zajawkę wpisu z tego bloga i umieścicie ją na swoim 
agregacie (takim jak dotnetomaniak.pl chociażby).&lt;/P&gt;&lt;P&gt;Warunek jest jeden, zaznaczycie 
informację o autorze i link do źródła, gdzie można przeczytać całość.&lt;BR&gt;Jeśli uwzględniając powyższy warunek, jakiś wpis na tym blogu jest dla was 
interesujący, &lt;EM&gt;go for it&lt;/EM&gt;. &lt;/P&gt;
&lt;P&gt;Mam tylko dżentelmeńską prośbę, aby to było robione z głową. Dam wam zły, 
dawno ścięty przykład (&lt;A href="http://komputery.w.polsce.biz/43-kanal.html" mce_href="http://komputery.w.polsce.biz/43-kanal.html"&gt;http://komputery.w.polsce.biz/43-kanal.html&lt;/A&gt;). 
Takie automaty to zło. Śmiecą tylko internet i ufam, że nie o to chodzi. &lt;/P&gt;
&lt;P&gt;Druga sprawa to porada dotycząca samych agregatów. Nie klonujcie siebie i 
proponujcie realne nowe wartości w stosunku do ulubionego readera RSS i 
subiektywnego wyboru źródeł każdego czytelnika blogów. Subiektywność tutaj jest szalenie istotna. Każdy 
lubi coś innego, a przynajmniej napewno różnimy się w szczegółach. Ryzyko 
największe w tych agregatach i ich formule jest takie, że zrobicie serwis dla siebie 
(Jana Kowalskiego), a nie dla szerokiego gremium. W efekcie może być kolejny 
martwy byt.&lt;/P&gt;
&lt;P&gt;Jeśli szukacie inspiracji co do ciekawej, stosunkowo nowej formuły w 
internecie, której kompletnie jeszcze nie widzę w Polsce to polecam parę 
poniższych stron jak:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.techmeme.com/" mce_href="http://www.techmeme.com/"&gt;www.techmeme.com&lt;/A&gt; &lt;A href="http://www.tweetmeme.com/" mce_href="http://www.tweetmeme.com/"&gt;www.tweetmeme.com&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.icerocket.com/popular/posts" mce_href="http://www.icerocket.com/popular/posts"&gt;http://www.icerocket.com/popular/posts&lt;/A&gt; 
czy też &lt;EM&gt;Buzz&lt;/EM&gt; na stronie Icerocket. &lt;/P&gt;
&lt;P&gt;Idea jest taka, żeby nie tylko sortować informacje po dacie i promować 
ciekawe, ale i świeże informacje, ale także aby szukać faktycznego źródła tej 
informacji, a followerów sprowadzać do usenetowej formuły dyskusji. Nie 
ukrywajmy, skoro dużą część informacji pozyskujemy z blogów (a blogerzy sami są 
jeszcze bardziej na to podatni) to w wielu kluczowych sprawach Ci co piszą piszą 
w ramach inspiracji innymi wpisami. Mając w wątkowym układzie paczkę paru takich 
wpisów i announcementu czy artykułu w prasie, który potencjalnie wszystkich 
zainspirował i to po polsku.. marzenie, ale to moje.. prywatne :)&lt;/P&gt;&lt;P&gt;Jak ktoś zrobi taką stronę ala techmeme.com z polskimi informacjami o Microsoft i .NET to ma u mnie duże kudosy i zasłuży na prezent :)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961140" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/danieb/archive/tags/babbling/default.aspx">babbling</category><category domain="http://blogs.msdn.com/danieb/archive/tags/internet/default.aspx">internet</category><category domain="http://blogs.msdn.com/danieb/archive/tags/Spo_4201_eczno_5B01_ci/default.aspx">Społeczności</category></item><item><title>Dennis Howlett on Sage X3 and lack of SAAS</title><link>http://blogs.msdn.com/ukax/archive/2010/02/10/dennis-howlett-on-sage-x3-and-lack-of-saas.aspx</link><pubDate>Wed, 10 Feb 2010 11:42:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961133</guid><dc:creator>ukdynamics</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;interesting post from Dennis around Sage X3, definitely worth a look&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/Howlett/?p=1696"&gt;http://blogs.zdnet.com/Howlett/?p=1696&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Posted By&lt;/strong&gt; Fee Nolan&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961133" width="1" height="1"&gt;</description></item><item><title>Dennis Howlett on Sage X3 and lack of SAAS</title><link>http://blogs.msdn.com/ukdynamics/archive/2010/02/10/dennis-howlett-on-sage-x3-and-lack-of-saas.aspx</link><pubDate>Wed, 10 Feb 2010 11:41:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961132</guid><dc:creator>ukdynamics</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;interesting post from Dennis around Sage X3, definitely worth a look&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/Howlett/?p=1696"&gt;http://blogs.zdnet.com/Howlett/?p=1696&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Posted By&lt;/strong&gt; Fee Nolan&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961132" width="1" height="1"&gt;</description></item><item><title>Internet Safety made easy by Internet Explorer 8 and CEOP</title><link>http://blogs.msdn.com/teachers/archive/2010/02/10/internet-safety-made-easy-by-internet-explorer-8-and-ceop.aspx</link><pubDate>Wed, 10 Feb 2010 11:37:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961129</guid><dc:creator>KristenW</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/teachers/WindowsLiveWriter/InternetSafetymadeeasybyInternetExplorer_A29C/Capture1.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Capture1" border="0" alt="Capture1" align="left" src="http://blogs.msdn.com/blogfiles/teachers/WindowsLiveWriter/InternetSafetymadeeasybyInternetExplorer_A29C/Capture1_thumb.png" width="296" height="273"&gt;&lt;/a&gt; In honour of Safer Internet Day yesterday, Microsoft and CEOP (Child Exploitation and Online Protection Centre) launched the “Click Clever, Click Safe, Click CEOP” internet browser, part of Internet Explorer 8. &lt;/p&gt; &lt;p&gt;Once installed, the browser puts a CEOP button on the Internet Explorer 8 toolbar. When a parent clicks this button, they can access free internet safety advice, report abuse or seek further help if they need it.&lt;/p&gt; &lt;p&gt;More information and a free download of the browser can be found at this link:&amp;nbsp; &lt;a title="http://www.ceop.gov.uk/ie8/" href="http://www.ceop.gov.uk/ie8/"&gt;http://www.ceop.gov.uk/ie8/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The &lt;a href="http://www.bbc.co.uk/blogs/thereporters/rorycellanjones/2010/02/government_advice_browse_safel.html"&gt;BBC picked up the story&lt;/a&gt; of the browser yesterday, and early feedback has been positive already. Give it a try and let us know what you think.&lt;/p&gt; &lt;p&gt;In addition, we’ve also released a guide for parents that helps them keep their children safe online. The guide can be downloaded for free from Microsoft’s web site &lt;a href="http://www.microsoft.com/uk/citizenship/safeandsecure/parentadvice/default.mspx"&gt;HERE&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Add this to the presentation and materials we provided &lt;a href="http://blogs.msdn.com/teachers/archive/2010/01/07/european-safer-internet-day-9th-february-2010-free-parents-internet-safety-presentation.aspx"&gt;in a blog last month&lt;/a&gt; – for schools to offer internet safety workshops for parents, and it’s a complete package for your schools, fellow teachers and parents.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961129" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/teachers/archive/tags/parental+engagement/default.aspx">parental engagement</category><category domain="http://blogs.msdn.com/teachers/archive/tags/internet+safety/default.aspx">internet safety</category><category domain="http://blogs.msdn.com/teachers/archive/tags/Internet+Explorer+8/default.aspx">Internet Explorer 8</category><category domain="http://blogs.msdn.com/teachers/archive/tags/CEOP/default.aspx">CEOP</category></item><item><title>Installing the Welsh Windows 7 LIP – Step by Step Guide</title><link>http://blogs.msdn.com/robmar/archive/2010/02/10/installing-the-welsh-windows-7-lip-step-by-step-guide.aspx</link><pubDate>Wed, 10 Feb 2010 11:35:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961128</guid><dc:creator>robmar</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Following on from yesterdays announcement of the availability of the &lt;a href="http://blogs.msdn.com/robmar/archive/2010/02/09/welsh-windows-7-lip-now-available.aspx"&gt;Welsh Windows 7 Language Interface Pack&lt;/a&gt; I have publish a quick step by step guide for how to install it:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://windows.microsoft.com/en-gb/windows7/install-welsh-lip"&gt;How to install the Welsh Windows 7 Language Interface Pack&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the article I cover:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Pre installation recommendations&lt;/li&gt;    &lt;li&gt;A simple step-by-step guide on how to install the LIP with screenshots&lt;/li&gt;    &lt;li&gt;A list of other articles you might be interested in&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Do let me know what you think of it here or in the feedback section at the bottom of the article.&lt;/p&gt;  &lt;p&gt;Rob&lt;/p&gt;  &lt;p&gt;PS this article is probably applicable to all LIPs from step 3 down, although there may be some differences in pre-requisites.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8d7a90ca-50bc-45fb-bd41-e917761d1d02" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Welsh" rel="tag"&gt;Welsh&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Language+Interface+Packs" rel="tag"&gt;Language Interface Packs&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;br /&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
tweetmeme_style = 'compact';
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961128" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/robmar/archive/tags/Help+and+How-To/default.aspx">Help and How-To</category><category domain="http://blogs.msdn.com/robmar/archive/tags/Language+Interface+packs/default.aspx">Language Interface packs</category><category domain="http://blogs.msdn.com/robmar/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://blogs.msdn.com/robmar/archive/tags/Wave/default.aspx">Wave</category></item><item><title>Problemas con SMTP cuando ASP.NET no se ejecuta con full trust</title><link>http://blogs.msdn.com/alvarg/archive/2010/02/10/problemas-con-smtp-cuando-asp-net-no-se-ejecuta-con-full-trust.aspx</link><pubDate>Wed, 10 Feb 2010 11:24:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961123</guid><dc:creator>alvar</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cuando se ejecuta ASP.NET en entornos de confianza (Code Access Security) alto y medio, las clases SMTPClient de ASP.NET 2.0 y superior no son capaces de enviar correos electrónicos si el puerto del servidor SMTP no es 25.&lt;/p&gt;  &lt;p&gt;Esto no es inmediato leyendo la documentación, pero podemos obtener la siguiente tabla de la visión general de ASP.NET Code Access Security (&lt;a href="http://msdn.microsoft.com/en-us/library/87x8e4d1.aspx"&gt;http://msdn.microsoft.com/en-us/library/87x8e4d1.aspx&lt;/a&gt;) :&lt;/p&gt;  &lt;table border="2" cellspacing="0" cellpadding="2" width="400"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="66"&gt;Permiso&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Completo&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Alto&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Medio&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Bajo&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Mínimo&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="66"&gt;SmtpPermission&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Unrestricted&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Connect&lt;/td&gt;        &lt;td valign="top" width="66"&gt;Connect&lt;/td&gt;        &lt;td valign="top" width="66"&gt;No permission&lt;/td&gt;        &lt;td valign="top" width="66"&gt;No permission&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Una vez vemos que la diferencia entre completo y alto (nivel de confianza) es que uno tiene el permiso para “conectar” y otro no, intentemos averiguar cuál es el significado de “conectar” y cuál es la diferencia con “unrestricted”. Para ello navegamos a la definición de &lt;a href="http://msdn.microsoft.com/en-us/library/system.net.mail.smtppermission.aspx"&gt;SmtpPermission&lt;/a&gt; y descubrimos que Connect es parte de la enumeración &lt;a href="http://msdn.microsoft.com/en-us/library/system.net.mail.smtpaccess.aspx"&gt;SmtpAccess&lt;/a&gt;:&lt;/p&gt;  &lt;table border="2" cellspacing="0" cellpadding="2" width="400"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;strong&gt;Member name&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;None&lt;/td&gt;        &lt;td valign="top" width="200"&gt;No access to an SMTP host&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;em&gt;Connect&lt;/em&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;&lt;em&gt;Connection to an SMTP host on the default port (port 25)&lt;/em&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;ConnectToUnrestrictedPort&lt;/td&gt;        &lt;td valign="top" width="200"&gt;Connection to an SMTP host on any port&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hemos averiguado qué es lo que diferencia el nivel de confianza Completo y el nivel Alto y Medio y es la posibilidad de conectarse a todos los puertos alternativos en los que se puede publicar un servidor SMTP.&lt;/p&gt;  &lt;p&gt;En entornos muy restrictivos (o de hosting), se puede crear una política de seguridad personalizada, tal y como describe Rick Strahl en su blog (&lt;a href="http://www.west-wind.com/Weblog/posts/232833.aspx"&gt;SmtpClient in Medium Trust - Rick Strahl's Web Log&lt;/a&gt;):&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;IPermission&lt;/span&gt; &lt;span style="color: #ff0000"&gt;class&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;SmtpPermission&amp;quot;&lt;/span&gt;            &lt;br /&gt;&lt;span style="color: #ff0000"&gt;version&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;1&amp;quot;&lt;/span&gt;            &lt;br /&gt;&lt;span style="color: #ff0000"&gt;Unrestricted&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;true&amp;quot;&lt;/span&gt; &lt;span style="color: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;br /&gt;Gracias a Rick por la solución alternativa.&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;div&gt;Espero que os sirva de ayuda,&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;div&gt;Álvar García&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;div&gt;Referencias:&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;ASP.NET Code Access Security (&lt;a href="http://msdn.microsoft.com/en-us/library/87x8e4d1.aspx"&gt;http://msdn.microsoft.com/en-us/library/87x8e4d1.aspx&lt;/a&gt;) &lt;/li&gt;

  &lt;li&gt;&amp;lt;mailSettings&amp;gt; Element (Network Settings) (&lt;a href="http://msdn.microsoft.com/en-us/library/w355a94k(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/w355a94k(VS.80).aspx&lt;/a&gt;) &lt;/li&gt;

  &lt;li&gt;&lt;a href="http://www.west-wind.com/Weblog/posts/232833.aspx"&gt;SmtpClient in Medium Trust - Rick Strahl's Web Log&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961123" width="1" height="1"&gt;</description></item><item><title>Sharing Success – Highlighting Microsoft Dynamics ERP Partner Press Releases</title><link>http://blogs.msdn.com/ukdynamics/archive/2010/02/10/sharing-success-highlighting-microsoft-dynamics-erp-partner-press-releases.aspx</link><pubDate>Wed, 10 Feb 2010 11:23:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9961121</guid><dc:creator>ukdynamics</dc:creator><slash:comments>0</slash:comments><description>&lt;h3&gt;&amp;#160;&lt;/h3&gt;  &lt;p&gt;We are pleased to announce a pilot program called “Sharing Success” for our Microsoft Dynamics ERP partners.&amp;#160; This program has been designed to help highlight and promote key customer wins by our Microsoft Dynamics ERP partners.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;To view further details around the Pilot take a look at the following &lt;a title="https://mbs.microsoft.com/Cms/Templates/document/General.aspx?NRMODE=Published&amp;amp;NRNODEGUID={355DA212-AAEC-4B6F-8B2C-70E61F467EE4}&amp;amp;NRORIGINALURL=/partnersource/newsevents/news/sharingsuccess.htm?printpage=false&amp;amp;stext=Sharing%2520Success&amp;amp;NRCACHEHINT=Guest&amp;amp;printpage=false&amp;amp;stext=Sharing%20Success&amp;amp;wa=wsignin1.0" href="https://mbs.microsoft.com/Cms/Templates/document/General.aspx?NRMODE=Published&amp;amp;NRNODEGUID={355DA212-AAEC-4B6F-8B2C-70E61F467EE4}&amp;amp;NRORIGINALURL=/partnersource/newsevents/news/sharingsuccess.htm?printpage=false&amp;amp;stext=Sharing%2520Success&amp;amp;NRCACHEHINT=Guest&amp;amp;printpage=false&amp;amp;stext=Sharing%20Success&amp;amp;wa=wsignin1.0"&gt;PartnerSource Link&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Posted By&lt;/strong&gt; Fee Nolan &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9961121" width="1" height="1"&gt;</description></item></channel></rss>