1Jul/110
How to find the name of a sql server
Fast way to get a sql server name, great if you’re dealing with multiple sql servers.
1
This will return the Windows computer name on which the sql server instance is currently running on.
It will return NULL if there is an error.
1
This will return the instance & computer name
[code… Continue reading
11Jan/100
Beginner to SVN
I’ve been looking into SVN to replace our existing source control. It’s bloody fantastic here’s a link to the SVN Book – http://svnbook.red-bean.com… Continue reading
