-
-
Recent Posts
Tags
Tag Archives: Microsoft
Really?
In this day and age with security and all, why does this Microsoft provided Windows Phone training kit default it’s installation path to the root?
How To resolve a sub domain internally with SBS 2003
If you have created a A record called remote (for example) on your domain name to make it easier for users to access RWW (remote web workplace) from home, you will notice of course that this doesn’t work internally. This … Continue reading
Posted in General
Tagged DNS, Microsoft, Remote Web Workplace, RWW, SBS, Small Business Server, Small Business Server 2003, Small Business Server 2008
Comments Off
MS SQL resetting the auto increment
DBCC CHECKIDENT(‘test’, RESEED, 10001) ; where ‘test’ is the tables name we want to reset. There is a trick if you already have some date into your table your next inserting will start from 0. I’ve tested this and it … Continue reading