A glimpse into my Technical World

A look into my life @ SyneITY as an entrepreneur & a Techie

▼
Friday, May 19, 2017

Sql query to find all database with users in a dbserver

›
DECLARE @DBuser_sql VARCHAR(4000) DECLARE @DBuser_table TABLE (DBName VARCHAR(200), UserName VARCHAR(250), LoginType VARCHAR(500), Assoc...
1 comment:
Thursday, May 18, 2017

SQL Query to find database size of all databases in server

›
In some situations we might need to find the sizes of all databases in the server. In case we dont have masterfile access we can use the fo...
Sunday, March 27, 2016

404 error for .woff font file in asp.net

›
When you use font awesome in asp.net, you get the 404 file not found error for the font files. Error: Failed to load resource: the serv...
2 comments:
Monday, March 21, 2016

Identify Anonymous Users in Asp.net

›
Identify anonymous users in asp.net The first thing when we read about identifying anonymous users in asp.net mvc is "Why do we ne...
Tuesday, August 25, 2015

Resizing virtual box storage

›
Microsoft Windows [Version 10.0.10240] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\user>cd C:\Program Files\Oracle\...
Monday, October 6, 2014

Enabling Migrations in Entity Framework to update the database programatically

›
Migrations Implementing migrations in entity framework Open the Package Manager Console (Tools -> Library Package Manager -> Pa...
Thursday, May 9, 2013

The Web server is configured to not list the contents of this directory. IIS 7.5 asp.net mvc

›
After adding an app in iis, and running it came across the following issue. HTTP Error 403.14 - Forbidden The Web server is configured...
1 comment:
›
Home
View web version

About Me

Pramod Pallath
View my complete profile
Powered by Blogger.