Helpful bits of SQL, C#, ASP.NET and related articles that we feel may be useful to the community at large. Enjoy!
Wednesday, September 21, 2011
Tuesday, September 20, 2011
How to strip spaces.
UPDATE [TABLE]
SET [COLUMN] = LTRIM(RTRIM([COLUMN]))
WHERE LEN([COLUMN]) <> DATALENGTH([COLUMN])
Thursday, September 1, 2011
Free Stanford Introduction class on Databases
Stanford is teaching a free class on databases. You should check it out.
Subscribe to:
Posts (Atom)