joeydaly.com … tech blog & sometimes more

1Jul/110

How to find the name of a sql server

Posted by Joey

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

7Jun/110

ASPxRadioButtonList Example

Posted by Joey

Great tag for grouping radio buttons. By default it will render vertically, to change this simply add RepeatDirection=”Horizontal”
1

Link to DevExpress Doco

11Jan/100

Beginner to SVN

Posted by Joey

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