<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Moustafa Arafa Blog : SQL 2008</title><link>http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx</link><description>Tags: SQL 2008</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>How to set parameters' values to SSIS packages</title><link>http://msmvps.com/blogs/marafa/archive/2013/06/13/how-to-set-parameters-values-to-ssis-packages.aspx</link><pubDate>Thu, 13 Jun 2013 17:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1833108</guid><dc:creator>Mostafa Elzoghbi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1833108</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2013/06/13/how-to-set-parameters-values-to-ssis-packages.aspx#comments</comments><description>Hi, This post to walkthrough step-by-step how to pass parameters to a SSIS package. Usually you have set of parameters and you want to set the values at run time before the package runs. The methodology that i will implement in this post, is to export...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2013/06/13/how-to-set-parameters-values-to-ssis-packages.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1833108" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/DBMS/default.aspx">DBMS</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/VS2012/default.aspx">VS2012</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/BIDS/default.aspx">BIDS</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL/default.aspx">SQL</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/VS2010/default.aspx">VS2010</category></item><item><title>How to parse comma delimited string into IN Clause in SQL Server</title><link>http://msmvps.com/blogs/marafa/archive/2012/12/13/how-to-parse-comma-delimited-string-into-in-clause-in-sql-server.aspx</link><pubDate>Thu, 13 Dec 2012 22:22:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1820888</guid><dc:creator>Mostafa Elzoghbi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1820888</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2012/12/13/how-to-parse-comma-delimited-string-into-in-clause-in-sql-server.aspx#comments</comments><description>Hi Folks, Today i was trying to pass multi-value parameter into my select query in SQL Server. To accomplish this i stored the multi-value parameter in a comma delimited string. Then, i want to pass it in my IN clause of the select statement. here is...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2012/12/13/how-to-parse-comma-delimited-string-into-in-clause-in-sql-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1820888" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2005/default.aspx">SQL 2005</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/MS+SQL+2000/default.aspx">MS SQL 2000</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+Azure/default.aspx">SQL Azure</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/DBMS/default.aspx">DBMS</category></item><item><title>Error: unable to retrieve column information from the data source in SSIS</title><link>http://msmvps.com/blogs/marafa/archive/2012/12/12/error-unable-to-retrieve-column-information-from-the-data-source-in-ssis.aspx</link><pubDate>Wed, 12 Dec 2012 17:55:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1820798</guid><dc:creator>Mostafa Elzoghbi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1820798</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2012/12/12/error-unable-to-retrieve-column-information-from-the-data-source-in-ssis.aspx#comments</comments><description>Hi Folks, I was trying to call a stored procedure from OLE DB Source in SSIS. and i getting this error: &amp;quot;Error: unable to retrieve column information from the data source&amp;quot; I wasn&amp;#39;t even able to get the columns returned from this stored procedure...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2012/12/12/error-unable-to-retrieve-column-information-from-the-data-source-in-ssis.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1820798" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.</title><link>http://msmvps.com/blogs/marafa/archive/2011/11/02/unable-to-use-sql-server-because-asp-net-version-2-0-session-state-is-not-installed-on-the-sql-server-please-install-asp-net-session-state-sql-server-version-2-0-or-above.aspx</link><pubDate>Wed, 02 Nov 2011 17:17:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1801996</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1801996</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2011/11/02/unable-to-use-sql-server-because-asp-net-version-2-0-session-state-is-not-installed-on-the-sql-server-please-install-asp-net-session-state-sql-server-version-2-0-or-above.aspx#comments</comments><description>Hi Folks, I was deploying an asp.net website which configured to store session data in a custom databases in SQL Server 2008. After i scripted the whole DB and moved it to a new server and after deploying the website and try to run the application, I...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2011/11/02/unable-to-use-sql-server-because-asp-net-version-2-0-session-state-is-not-installed-on-the-sql-server-please-install-asp-net-session-state-sql-server-version-2-0-or-above.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1801996" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/asp.net/default.aspx">asp.net</category></item><item><title>Best Practices for SQL 2008 in SharePoint 2010 Farm</title><link>http://msmvps.com/blogs/marafa/archive/2011/10/28/best-practices-for-sql-2008-in-sharepoint-2010-farm.aspx</link><pubDate>Fri, 28 Oct 2011 14:19:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1801791</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1801791</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2011/10/28/best-practices-for-sql-2008-in-sharepoint-2010-farm.aspx#comments</comments><description>Hi All, In this post i&amp;#39;d like to share with you best practices for SQL 2008 R2 in SharePoint 2010 farm and the operations and configuration that need to be taken in place when installing, configuring and administrating SharePoint 2010. 1) Designing...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2011/10/28/best-practices-for-sql-2008-in-sharepoint-2010-farm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1801791" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>Building PPS solutions in SharePoint 2010</title><link>http://msmvps.com/blogs/marafa/archive/2011/08/14/building-pps-solutions-in-sharepoint-2010.aspx</link><pubDate>Sun, 14 Aug 2011 21:56:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1797658</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1797658</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2011/08/14/building-pps-solutions-in-sharepoint-2010.aspx#comments</comments><description>Hi All, During giving my session in SharePoint &amp;quot;The Conference&amp;quot; in DC, I provided some few links for my attendees that helps them to start working with PerformancePoint Services in SharePoint 2010. To start working with SharePoint 2010 that...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2011/08/14/building-pps-solutions-in-sharepoint-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1797658" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Events/default.aspx">Events</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Business+Intelligence/default.aspx">Business Intelligence</category></item><item><title>Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding</title><link>http://msmvps.com/blogs/marafa/archive/2011/05/09/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx</link><pubDate>Mon, 09 May 2011 20:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1792902</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1792902</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2011/05/09/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx#comments</comments><description>Hi All, If you are experiencing a problem connecting to your SQL Server 2008 R2 DB server from any remote machine in your network, Please make sure of the following: 1) You are able to ping the machine from the remote server. 2) Try to connect make sure...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2011/05/09/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1792902" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>Create Reports by Business users and deploy it to SharePoint 2010</title><link>http://msmvps.com/blogs/marafa/archive/2010/09/27/create-reports-by-business-users-and-deploy-it-to-sharepoint-2010.aspx</link><pubDate>Tue, 28 Sep 2010 02:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1778874</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1778874</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/09/27/create-reports-by-business-users-and-deploy-it-to-sharepoint-2010.aspx#comments</comments><description>Hi All, Usually the business users are trying to create reports for their backend DBs. You can build your own Report and deploy it to SharePoint 2010. Without using VS.NET you can develop and create your reports using FREE Reporting tool called &amp;quot;Report...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/09/27/create-reports-by-business-users-and-deploy-it-to-sharepoint-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1778874" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SSRS/default.aspx">SSRS</category></item><item><title>Troubleshooting Cloud Service Deployment in Azure</title><link>http://msmvps.com/blogs/marafa/archive/2010/08/26/troubleshooting-cloud-service-deployment-in-azure.aspx</link><pubDate>Thu, 26 Aug 2010 19:46:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1776899</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1776899</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/08/26/troubleshooting-cloud-service-deployment-in-azure.aspx#comments</comments><description>Hi All, I was working on last few days to deploy a sitefinity CMS website to the cloud on Windows Azure. I faced different problems and stop points while trying to deploy my Cloud service to Azure. In this post i will share the main check points that...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/08/26/troubleshooting-cloud-service-deployment-in-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1776899" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Azure/default.aspx">Azure</category></item><item><title>WebMatrix and RAZOR for web development with no cost</title><link>http://msmvps.com/blogs/marafa/archive/2010/07/07/webmatrix-and-razor-for-web-development-with-no-cost.aspx</link><pubDate>Wed, 07 Jul 2010 14:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1773389</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1773389</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/07/07/webmatrix-and-razor-for-web-development-with-no-cost.aspx#comments</comments><description>Hi All, Microsoft released the WebMatrix platform (FREE) that has all you need to build any websites, with WebMatrix you can do: 1) Design your websties. 2) Develop/Deploy your websites using RAZOR: is a new declarative simple language to build your websites...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/07/07/webmatrix-and-razor-for-web-development-with-no-cost.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1773389" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/VS/default.aspx">VS</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/IIS+7.0/default.aspx">IIS 7.0</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/asp.net/default.aspx">asp.net</category></item><item><title>How to configure Reporting Services 2008 in SharePoint 2010</title><link>http://msmvps.com/blogs/marafa/archive/2010/06/30/how-to-configure-reporting-services-2008-in-sharepoint-2010.aspx</link><pubDate>Wed, 30 Jun 2010 17:34:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1772934</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1772934</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/06/30/how-to-configure-reporting-services-2008-in-sharepoint-2010.aspx#comments</comments><description>Hi All, In This post i will show how to configure SQL Reporting services in SharePoint 2010. If you have a SharePoint 2010 site and you navigate to site settings and try to click on &amp;quot;Managed Services Schedule&amp;quot; you will get this error: Unsupported...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/06/30/how-to-configure-reporting-services-2008-in-sharepoint-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1772934" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SSRS/default.aspx">SSRS</category></item><item><title>SQL 2008 Troubleshooting Tip : "Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender".</title><link>http://msmvps.com/blogs/marafa/archive/2010/04/20/sql-2008-troubleshooting-tip-quot-mailbox-unavailable-the-server-response-was-5-7-1-client-does-not-have-permissions-to-send-as-this-sender-quot.aspx</link><pubDate>Tue, 20 Apr 2010 18:58:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1763919</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1763919</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/04/20/sql-2008-troubleshooting-tip-quot-mailbox-unavailable-the-server-response-was-5-7-1-client-does-not-have-permissions-to-send-as-this-sender-quot.aspx#comments</comments><description>Hi Folks, I was trying to send Emails using SSIS package deployed in SQL 2008. I was getting this error when i am trying to run the SQL Agent Job which sends Email address on the success of this job. Error message in event log: &amp;quot;Mailbox unavailable...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/04/20/sql-2008-troubleshooting-tip-quot-mailbox-unavailable-the-server-response-was-5-7-1-client-does-not-have-permissions-to-send-as-this-sender-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1763919" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>Cloud computing in action presentation</title><link>http://msmvps.com/blogs/marafa/archive/2010/03/22/cloud-computing-in-action-presentation.aspx</link><pubDate>Mon, 22 Mar 2010 14:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1762153</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1762153</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/03/22/cloud-computing-in-action-presentation.aspx#comments</comments><description>Hi All, Last week i presented &amp;quot;Cloud Computing in Action&amp;quot; presentation in Reston,VA. In this presentaion i talked about Azure cloud computing platform, and i covered the following topics: - Windows Azure - Windows Azure Storage. - SQL Azure...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/03/22/cloud-computing-in-action-presentation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1762153" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/VS/default.aspx">VS</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Azure/default.aspx">Azure</category></item><item><title>Cloud Computing Thoughts with Azure</title><link>http://msmvps.com/blogs/marafa/archive/2010/03/09/cloud-computing-thoughts-with-azure.aspx</link><pubDate>Wed, 10 Mar 2010 02:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1761343</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1761343</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/03/09/cloud-computing-thoughts-with-azure.aspx#comments</comments><description>Hi All, Today i attended the Government Cloud Computing event at Washignton DC sponsored By Microsoft which held on Ronald Regan Conference center. I had cool conversation with the DPE team and Azure Technical guys in the event with some few business...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/03/09/cloud-computing-thoughts-with-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1761343" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Azure/default.aspx">Azure</category></item><item><title>How to shrink SharePoint_Config DB</title><link>http://msmvps.com/blogs/marafa/archive/2010/01/25/how-to-shrink-sharepoint-config-db.aspx</link><pubDate>Mon, 25 Jan 2010 23:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1753725</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1753725</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2010/01/25/how-to-shrink-sharepoint-config-db.aspx#comments</comments><description>Hi all, I had one of my SharePoint Configuration database for one of my sharepoint sites reached 122 GB since i had a problem on having any operation from the FE server to the DB server. My installation for the DB server is SQL 2008, the problem is the...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2010/01/25/how-to-shrink-sharepoint-config-db.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1753725" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>How to build your DB on MS SQL Azure</title><link>http://msmvps.com/blogs/marafa/archive/2009/12/11/how-to-build-your-db-on-ms-sql-azure.aspx</link><pubDate>Fri, 11 Dec 2009 16:59:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1744882</guid><dc:creator>Mostafa Elzoghbi - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1744882</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2009/12/11/how-to-build-your-db-on-ms-sql-azure.aspx#comments</comments><description>Hi Folks, I would like to share with you some tips for how to move your on-premise DB to MS SQL Azure on the cloud. First, To be able to connect to SQL Azure Prepare your environment with the following: 1) Install MS SQL 2008 R2 on your machine - Nov...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2009/12/11/how-to-build-your-db-on-ms-sql-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1744882" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://msmvps.com/blogs/marafa/archive/tags/Azure/default.aspx">Azure</category></item><item><title>WOW... Get Started with SQL 2008</title><link>http://msmvps.com/blogs/marafa/archive/2008/10/24/wow-get-started-with-sql-2008.aspx</link><pubDate>Fri, 24 Oct 2008 21:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1651922</guid><dc:creator>Moustafa Arafa - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1651922</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2008/10/24/wow-get-started-with-sql-2008.aspx#comments</comments><description>Hi Folks, New Site has been published for New MS Product SQL 2008, if you are developer,IT Professional or want to know about the product for fun,Get started with this site : http://www.microsoft.com/sql/experience/html/Default.aspx?loc=en Regards, Mostafa...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2008/10/24/wow-get-started-with-sql-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1651922" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item><item><title>Download SQL Server 2008 NOW</title><link>http://msmvps.com/blogs/marafa/archive/2008/10/11/download-sql-server-2008-now.aspx</link><pubDate>Sat, 11 Oct 2008 17:29:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650577</guid><dc:creator>Moustafa Arafa - C# MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/marafa/rsscomments.aspx?PostID=1650577</wfw:commentRss><comments>http://msmvps.com/blogs/marafa/archive/2008/10/11/download-sql-server-2008-now.aspx#comments</comments><description>Hi All, Now you can download MS SQL 2008 for 180 Days Evaluations period ,try it : http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx Site contains other very useful demos and virtual labs : http://www.microsoft.com/sqlserver/2008/en/us...(&lt;a href="http://msmvps.com/blogs/marafa/archive/2008/10/11/download-sql-server-2008-now.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650577" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/marafa/archive/tags/SQL+2008/default.aspx">SQL 2008</category></item></channel></rss>