Archives for Language features, Development Methodologies - Page 13
SwitchySharp–Proxy Manager for Chrome
SwitchySharp is an advanced proxy manager for Google Chrome. It lets you switch between multiple proxies – detect whether your traffic is going DIRECT or through a PROXY (check the…
Word 2010 Pictures do not show up
I pasted pictures into my documents – only to find that they did not display. It turns out that it has to do with the default wrapping style on…
Roadmap for Windows Server Products
Windows Server Roadmap 1. Windows Server 2003 approaching end of support in July 2015. 2. Support for Windows Server 2008 ends in Jan 2020 SQL Server Roadmap 3. Support for…
Deleting a large number of pages in Microsoft word
What I wanted was to be able to select a few pages (say pages 1 through 3 – and DELETE everything ELSE – – INVERT The selection. Unfortunately, amongst all…
Create database permission denied in database master
First , login as an admin user- then try executing this script. USE master; EXECUTE sp_addsrvrolemember @loginame = N'MyWindowsDomain\MyUserName', @rolename = N'dbcreator'; If this doesn’t do it, find this LOGIN…
Google Business Email to get rid of spam on your custom domain email
With my own vanity domain name (), I had my own email address – and was happy until last year. Suddenly, the spam volume to my custom email account was…
Tfs Server (2012 and above) installation and Configuration gotchas
Tfs requires SQL Server to be installed - and of late, it more or less mandates SQL Server Reporting Services be installed as well. I learnt this the hard way…
TFS 2012–Features, Typical Enterprise Architecture and Cloud Hosting
TFS 2012 has a lot of new features to ; Adding project management features to make it a one-stop solution for larger projects, it now offers Agile and Scrum templates.…
Migrating TSQL to PLSQL or vice versa
From TSQL to PLSQL Apart from syntax differences, there are a host of logical differences - For TSQL procedures that use temp tables or locks have no counterpart in Oracle…
SQL Server–Server versus Database Roles for application developers
App developers typically require ownership of the database that they are working on. This translates to giving them dbo (DB Owner) rights on the database. A dbo can do almost…