This blog is most useful for Software Engineers, Database Administrators, QA and etc.
Sep 24, 2008
Do not miss your data: the pitfalls of DATE and TIME in T-SQL. - Home
Do not miss your data: the pitfalls of DATE and TIME in T-SQL. - Home: "SELECT OrderID, OrderDate,ProductID
FROM Tmp_Orders
WHERE (CAST(FLOOR(CAST( OrderDate AS FLOAT )) AS DATETIME) BETWEEN '16-Jun-2008' AND '25-Jun-2008')
ORDER BY OrderDate;"
FROM Tmp_Orders
WHERE (CAST(FLOOR(CAST( OrderDate AS FLOAT )) AS DATETIME) BETWEEN '16-Jun-2008' AND '25-Jun-2008')
ORDER BY OrderDate;"
How to get Image from form resource:C#
Image iBackImage= (Image)new Bitmap(GetType(), "Wrinkls.jpg");
Sep 16, 2008
Sep 12, 2008
Sep 9, 2008
Sep 5, 2008
Sep 4, 2008
Sep 2, 2008
Sep 1, 2008
Subscribe to:
Posts (Atom)