Viewing 6 posts - 1 through 6 (of 6 total)
have a look at different CMS like silverstripe and jhoomla.......they may help you get better understanding of the storage...
September 29, 2009 at 5:58 am
The reply by grasshopper seems to be correct. You can make it general by passing the date you need.
Let variable @datepassed be the date for which you match the records
SELECT...
September 29, 2009 at 5:42 am
great article....thank you very much.....the simplicity of the language is greatly appreciated...do come up with more of such articles...thank you
August 27, 2009 at 4:17 am
some of the things i might add....
1.have indexes on columns which u knw will be frequently used to query
2.initiate change tracking for your databases and the tables....this will help you...
June 27, 2009 at 8:29 am
problem solved.......actually very stupid of me......i didn't link the sqlCommand to the sqlParameter..........those were just two independent entities.......new ways thanks for your time....
June 23, 2009 at 6:46 am
well i am using SQL 2008..and ASP.NET 3.5......
the problem is the stored procedure works fine when i execute the 'query' given in 4th code of my original Post. but when...
June 23, 2009 at 6:18 am
Viewing 6 posts - 1 through 6 (of 6 total)