.NET»

Retrieving domain information through ASP.NET

December 24th, 2009 at 05:12 am
There are many  domain checking websites available that gives all the information regarding domains. WhoIs is one of them. Following is a sample asp.net code that connects...

ASP.NET»

Retrieving domain information through ASP.NET

December 24th, 2009 at 05:12 am
There are many  domain checking websites available that gives all the information regarding domains. WhoIs is one of them. Following is a sample asp.net code that connects...
  • Add meta data dynamically
    Add meta-data dynamically to your page by adding a HtmlMeta control to your Header. In this example I dynamically...
    by Nauman at December 24th, 2009 at 04:12 am
  • Date Time string formatting in ASP.NET
    With the following code you can format a DateTime within a Databind. <%# DateTime.Parse(Eval("DateModified").ToString()).ToString("MM-dd-yyyy")%>...
    by Nauman at December 24th, 2009 at 04:12 am
  • Easy way to Export dataset in Excel
    Fastest way to export dataset in excel format is: DataSet dsExport = new DataSet(); System.IO.StringWriter tw...
    by Nauman at November 5th, 2009 at 12:11 am

Informatica»

Informatica Admin Console not working.

February 14th, 2010 at 09:02 am
  After installation of Power Center 8.xxx Cannot start Admin Console. It hangs on the following local address. http://localhost:6001/adminconsole.   and after...

Oracle»

Calculating difference of dates in Oracle

November 18th, 2009 at 09:11 am
How to calculate difference between two dates in oracle, as subtraction of dates returns numeric value as difference. With some slight changes/enhancements we can track back...

SQL Server»

Percentage of Work completed – SQL Server

August 24th, 2010 at 09:08 am
Today, I was taking a manual backup of a database through a scheduled Job. Normally this backup job takes about 1 hour to complete, but today it was still executing for almost...

Windows»

How to make XP look like Vista-Longhorn

December 23rd, 2009 at 09:12 am
So, how many of us are bored of looking at user interface of XP? Most of us, because Microsoft has only released 2-3 themes for XP from its launch. There are many different...

Recent Articles

  • Google Instant | More faster Search from Google
    Once again, Google fastest search engine has became more faster .  Sometimes when users do not know the exact keyword for their search, Google Instant Suggestion is the solution. More information on this can be obtained from: http://news.cnet.com/8301-30685_3-20015857-264.html?tag=rb_content;carouselMain
    by Nauman at September 9th, 2010 at 01:09 am
  • Percentage of Work completed – SQL Server
    Today, I was taking a manual backup of a database through a scheduled Job. Normally this backup job takes about 1 hour to complete, but today it was still executing for almost 3 hours. I started to look up Activity monitor, dbcc commands for any lock against the database,...
    by Nauman at August 24th, 2010 at 09:08 am
  • Get indexes on all tables – SQL Server
    An important ingredient in database designing is creating, maintaining and rebuilding indexes after some specified intervals. One main  aspect of database tuning is to apply indexes. Index must exist in databases otherwise their would be a lot of performance issues. While...
    by Nauman at August 24th, 2010 at 09:08 am
  • Migrate from MySQL to SQL Server
    Migrate from MySQL to SQL Server with ease. Microsoft has launched a small utility to migrate a database from MySQL to SQL Server. Name of the utility is SQL Server Migration Assistant for MySQL. More details can be found here
    by Nauman at August 23rd, 2010 at 08:08 am
  • Remove a Stored Procedure in Production Environment
    How to remove a Stored Procedure in SQL Server production environment? How can we be so sure that is not being used any more? You need to know every single path from where this procedure is initiating before you can actually remove it from production. Following are some...
    by Nauman at August 23rd, 2010 at 08:08 am
  • Retrieve permissions on SQL Server database
      SQL Server permissions can be granted to on an object level (schema, database, database objects). In newer versions of SQL Server permissions can be given to user at a more granular level. To retrieve all the permissions granted to a specific user SQL server has a function...
    by Nauman at August 22nd, 2010 at 10:08 am
  • How to Improve I/O performance for SQL Server
      If underline I/O architecture system is working properly then every time SQL Server do some transaction (Read/Write) it can do it without waiting. But if load on the system is up, then SQL transaction have to wait for their turns for processing. This can significantly...
    by Nauman at August 22nd, 2010 at 06:08 am
  • Queen Elizabeth’s Laptop
    by Phantom at July 8th, 2010 at 05:07 am
  • WHEN YOU FEEL BORED AT KFC
    by Phantom at June 4th, 2010 at 10:06 pm
  • Police Car In USA
    by Phantom at June 1st, 2010 at 10:06 pm
  • LIFE CYCLE OF MERCEDES
    LIFE CYCLE OF MERCEDES
    by Phantom at May 29th, 2010 at 05:05 am
  • The 4 Lakes of Kaghan Valley
    Kaghan valley is one of the most beautiful valleys of Pakistan and is an ideal candidate for 4-8 days of green trekking. While Saif ul Muluk is the most famous of all lakes it has, there are others which are far more beautiful and worth attempting. Below is the description...
    by Phantom at May 28th, 2010 at 01:05 am
  • Import CSV file in SQL Server
    Importing a CSV(Comma Separated File) in SQL server is a very common task, and most of us use the Import /Export feature of SQL server to do this. Import/Export feature has SSIS (SQL Server Integration Services) as it backbone and works great with most of the Databases,...
    by Nauman at May 27th, 2010 at 10:05 pm
  • Telecom Rating in Pakistan
    Cellular phone subscribers’ base has witnessed a significant contraction by 2.22 percent in January as the result of ongoing data correction process. The Pakistan Telecommunication Authority’s (PTA) latest statistics show a decline of 2.17 million users in the overall...
    by Phantom at May 25th, 2010 at 02:05 am
  • Pakistan’s Top 20 Riches Families
    PAKISTANI RICHEST FAMILIES, TOP 20 THE NISHAT GROUP Mian Muhammad Mansha Yaha is the captain of this splendid ship having around 30 companies on board. Mansha, who owns the Muslim Commercial Bank as well, is now setting up a billion rupee ($ 17 m) paper sack project...
    by Phantom at May 24th, 2010 at 10:05 pm
  • Migrating TFS 2005 projects to TFS 2008 system
    Is there is a solution for importing existing projects from TFS 2005 server to a new TFS 2008 instance? Yes and this solution is without upgrading original TFS 2005 server to 2008. Solution: While installing TFS 2008 on new server, when wizard prompts you to input SQL server...
    by Nauman at April 8th, 2010 at 05:04 am
  • 0x8002801D Library not Registered.. Cannot create any BI project.
      An annoying error coming up while creating any Business Intelligence project from SQL studio. Error says that it cannot open a specific temp file. I have deleted all my BI settings but not good enough for creation of a BI project. Reparing SQL server installation also...
    by Nauman at February 14th, 2010 at 09:02 am
  • Removing Duplicates through SQL Query
    Suppose we have a table in SQL Server, that has duplicates in it. CREATE TABLE T1 ( ProductName varchar(50) ) INSERT INTO T1 VALUES (‘Computer’), (‘Computer’), (‘Printer’), (‘Printer’), (‘Printer’), (‘Scanner’), (‘Scanner’), (‘Scanner’), (‘Scanner’), (‘Camera’), (‘Flash...
    by Nauman at February 14th, 2010 at 09:02 am
  • Informatica Admin Console not working.
      After installation of Power Center 8.xxx Cannot start Admin Console. It hangs on the following local address. http://localhost:6001/adminconsole.   and after sometime it shows the annoying error of  “Page not found”. I have checked the Informatica...
    by Nauman at February 14th, 2010 at 09:02 am
  • NEXUS One – Google
    Google has unveiled an own-brand smartphone called the Nexus One. The release of the Nexus One is seen as a move to ensure Google remains relevant as people search the web using mobile phones rather than typing queries into a PC. Information and Specifications
    by Nauman at January 7th, 2010 at 09:01 am