Sign In
Mohamed Sharaf's Blog
My small window to post any technical thoughts. All posts as is.
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
ASP.NET
General
SQL Server
Archive
Archives
September 2010
(1)
June 2010
(1)
January 2009
(1)
July 2008
(1)
June 2007
(1)
May 2007
(1)
March 2007
(1)
February 2007
(1)
January 2007
(1)
December 2006
(2)
October 2006
(2)
August 2006
(1)
December 2005
(1)
November 2005
(4)
October 2005
(2)
September 2005
(4)
August 2005
(3)
July 2005
(2)
Social Media Sharing
September, 2005
MSDN Blogs
>
Mohamed Sharaf's Blog
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mohamed Sharaf's Blog
You have a problem with Hijri dates and SQL Server?
Posted
over 7 years ago
by
Mohamed
14
Comments
Let’s first discuss the problem. We use Hijri calendar and SQL server uses Gregorian calendar. And SQL server has restriction on the Gregorian dates earlier than 1753. But SQL server saves dates internally in another format (It’s neutral and doesn...
Mohamed Sharaf's Blog
Installing Microsoft Enterprise Library on production servers
Posted
over 7 years ago
by
Mohamed
14
Comments
Many of us encountered a lot of problems when installing Microsoft Enterprise Library on production servers, you may face or see error like " System.Security.SecurityException: Requested registry access is not allowed" Simply to deploy your web...
Mohamed Sharaf's Blog
Simple application configuration reader/writer class
Posted
over 7 years ago
by
Mohamed
5
Comments
app.config and web.config are very powerfull techniques for managing application settings. For more information about using configuration file please check this article in MSDN But the manipulation of these files has 2 issues 1) There’s no class...
Mohamed Sharaf's Blog
Want to ecrypt all your stored procedures with one click?
Posted
over 7 years ago
by
Mohamed
2
Comments
I was working in a small project in which I should deploy the database on the production server with Encrypted Stored Procedures . I had to open each and every stored procedure in the database to add WITH ENCRYPTION keyword to them to be encrypted. I...
Page 1 of 1 (4 items)