Removing time part in an SQL Datetime field
Here is a quick and easy way for removing time component from datetime SQL fields. Read more…
Here is a quick and easy way for removing time component from datetime SQL fields. Read more…
I was recently working on a stored procedure with a Transact-SQL statement that looked like this. UPDATE table.foo SET fooName = b.Name FROM table.fah b WITH (NOLOCK) JOIN table.foo a WITH (NOLOCK) AND a.fooId = b.fooId WHERE b.fooCategory = ‘X’ this was running concurrently with another procedure with the SQL looking like this. UPDATE table.foo [...]
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.