Setting SQL Server to accept date in DD/MM/YYYY format
I’ve been working on a web based database project for the wifes business and during development I realised that half of the dates where being saved in M-D-Y format. As I live in the UK we use the correct date format which is D-M-Y obviously ;). The problem turned out to be a single settings […]
Posted on December 3, 2012 at 23:22 by simon · Permalink
· One Comment
In: ASP.NET, SQL, Tech · Tagged with: asp.net, database, dmy, sql
In: ASP.NET, SQL, Tech · Tagged with: asp.net, database, dmy, sql
Exchange 2010 PowerShell Tips & Snippets
This is a page of various Exchange 2010 Powershell one liners that I use fairly often or want quick access to.
Posted on July 16, 2012 at 20:11 by simon · Permalink
· Leave a comment
In: Exchange 2010 · Tagged with: command line, DAG, database, Exchange, Exchange 2010, failover, PowerShell, tips
In: Exchange 2010 · Tagged with: command line, DAG, database, Exchange, Exchange 2010, failover, PowerShell, tips
T-SQL Example code: Database Management
Here is some code that Iv’e found useful for managing databases: