posts - 343, comments - 0, trackbacks - 0

July 2012 Blog Posts

Using the SQL Server Dedicated Admin Connection

I installed a test install of SharePoint 2010 Foundation for myself today at work . As part of the installation it installed an instance of SQL Server Express 2008 with SP1. I then installed SQL Server Management studio so I could administer the Database. I then noticed that the only user accounts under the security\logins section was: BUILTIN\Users sa SQL Server was also installed with Windows Only Authentication so the SA account being a SQL Server Account was disabled (not that...

posted @ Wednesday, July 04, 2012 10:14 AM | Feedback (148) |

Google Maps–without the labels

Some times it is nice to have a clean map without any labels all over the map. You can do this with just a small bit of code and it works for the standard Map, Satellite and Terrain models. Map Examples     For a live example see http://weather.crowe.co.nz/mapdemo Basically we just add some custom layers and control the urls’s that are used. <script type="text/javascript"> var map = null; function CustomMap(name, alt, baseUrlIndex) { ...

posted @ Wednesday, July 04, 2012 9:59 AM | Feedback (104) |

Powered by:
Powered By Subtext Powered By ASP.NET