You can experience foot cramps due to causes including too-tight shoes and overexertion. But foot cramps can also occur with certain health conditions.
We were developed some Web-Services that run against SQL Server 2000 with SQLDataReader that executing Stored Procedures in the DB. Most of time (95%) everything is running well, but sometimes (when exactly, we don’t know) the same WebService that worked 200 times, fail. The code is simple: public string myFunction ( int ANumber ) { string strRetVal = null; SqlDataReader myReader = null …
