N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Saturday, February 28, 2009
How Get Start and End days of a week/month?
›
DECLARE @SchDate datetime SET @SchDate = getdate() -- Gets Week Start Day SELECT DATEADD(wk, DATEDIFF(wk, 6, @SchDate), 6) AS WeekSt...
Friday, February 27, 2009
TSQL List of table and size in SQL database
›
I found this on searching for list of tables. SELECT X.[name], REPLACE(CONVERT(varchar, CONVERT(money, X.[rows]), 1), '.00'...
Thursday, February 19, 2009
Transactions in ASP.NET
›
What are Transactions? A transaction symbolizes code or a set of components or procedures which must be executed as a unit...
Tuesday, February 17, 2009
JavaScript - Confirm OK Cancel - Yes No
›
just cam across a post, brilliant way to change the confirm box from ok / cancel to yes / no. Well it doesn't work in Mozilla though, ...
2 comments:
Monday, October 20, 2008
Microsoft .NET Framework 3.0 (Brief Overview)
›
What is the Microsoft .NET Framework 3.0? The Microsoft .NET Framework 3.0 (formerly WinFX), is the new managed code programming mo...
‹
›
Home
View web version