So, you want rename a table, or a column name? It's a simple command, but it's one of those commands I don't use often and therefore forget how to write it every time I need to use it. Maybe you're like me and can't remember how it should be written too. Keep reading... To do… Continue reading How to Rename a Table Name or a Column Name
Category: Development
Login Default Languages and the Effects of Getting it Wrong
There have been countless times where I've seen dates in SQL Server being interpreted differently to what people have expected. Sometimes the date is interpreted in the format dd-mm-yyyy whereas other times the date format is interpreted in the mm-dd-yyyy format. This can greatly change the results of queries or change the date that was… Continue reading Login Default Languages and the Effects of Getting it Wrong