Internet Explorer 9 Beta

September 21, 2010
Today I have installed 64 Bit Internet Explorer 9 Beta version. I should say, they have changed look and feel of IE9, but my experience today is bad. I have visited Microsoft Showcase website and looking for a video. you will never know if video is running until you make it full screen. Take a look at yourself

Great right, isn't it nice way to start. How to report this, no option at all. I know its in Beta and not the right time to complain, but this is simple test, its wonder that how come microsoft failed this simple test.

Keep Reading,
Rajesh
 

Impressive Camera, First one I have seen

August 24, 2010
Nikon CoolPix S100 PJ, concept and features available in this camera are impressive. With option of Projector this is the looks like best camera to be owned. Take a look at nikon's website: http://www.nikonusa.com/Find-Your-Nikon/Product/Digital-Camera/26236/COOLPIX-S1100pj.html

Let me know your opinion.

Wait for new one :)

Continue reading...
 

SSIS 2008 Error 0x80040155 "Interface not registered".

August 11, 2010
This Error occurs for some strange reasons. To overcome this error, just register XML3 and XML6 version. Commands to register XML Version.
regsvr32 msxml3.dll
regsvr32 msxml6.dll


More on this error: http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/3bd72b8a-aa9e-4cb9-8d3c-5a623c026e62/

Hope this would help someone with error in SSIS Package.

Regards,
Rajesh
Continue reading...
 

Insert multiple values into tables with one single insert statement

August 1, 2010

Insert into <Table> (<Col1>,<Col2>)
Values (<Val1>,<Val2>),
Values (<Val3>,<Val4>);


Continue reading...
 

Adding Netwok Login to Analysis Services

August 1, 2010
Hi,

Adding Network Login to Analysis Service without creating dedicated user or static user.
1) RDC to Server
2) Properties of the Analysis Server in SSMS
3) Add User, search for users in groups and add.

More in details latter.

regards,
Rajesh

Continue reading...
 

Difference of Two tables in SQL Server and Oracle

June 28, 2010
Hi All,

My new learning. Have you ever comeacrossed any time for requirement to select data from one tabe and not in second table. I guess everyone would have atleast this scenerio. There are plenty of ways of doing, either union all and do not exists or full join and .....

Today I found easy ways.
1) in Oracle we have minus operator which would result difference of two tables
    Eg: Select * from Table1 minus Select * from table2 (I am not sure with syntax in Oracle)
2) In SQL Server 2005 on war...
Continue reading...
 

Cool Script to Truncate log file from all databases. Very cool

May 12, 2010
In this post I am posting link, for truncating all log files in Database. link: http://sharepoint-geek.com/2010/04/07/shrink-all-log-files-within-a-ms-sql-instance/

Snapshot of the Script Just incase if removed from above website:
declare @ssql nvarchar(4000)
set @ssql= '
        if ''?'' not in (''tempdb'',''master'',''model'',''msdb'') begin
        use [?]
        declare @tsql nvarchar(4000) set @tsql = ''''
        declare @iLogFile int
        declare LogFiles cursor for
        select fileid ...

Continue reading...
 

Some Knowledge Share

May 12, 2010
Hi,

I thought to list few SQL Server 2005 system tables, stored procedures which could be used in daily DBA activities. The ones which mostly used
1) Information_Schema.Tables : Holds information of available tables in Database
2) Information_Schema.Columns: Lists all columns from all tables in specific Database
3) sp_MSforeachdb: usefull for free up disk space, e.g., Shrink Command. There is are some limitations of using shrink command thats in next post if I get time to post. E.g. Exec sp_msfor...

Continue reading...
 

My Expensive Learnings at work

May 12, 2010
Hi Folks,

In this post I would like to talk about Microsoft Analysis Services. I am amazed by the way Microsoft does aggregations in Analysis Services. Reason for me to write this post is, I ran into problem in Analysis services with Measure. I saw data in Measure, but after processing data was not stored in Measure. So after hours of debuging and analysis this is my finding and trust me it works great. In Analysis service in Calculation there has to be first code with "Calculate" if by mistak...
Continue reading...
 

SQL Server 2005 32 Bit and 64 Bit

February 18, 2010
Hi All,

This is one heck topic which I cant forget to update on my website. I have spent two weeks figuring way of the this. 

Problem: I have job scheduled to execute SSIS Package which imports data from Excel. It was failing with weired Messages.
How I Solved ? I searched web for resolution and found its problem with Connection Drivers. SQL Server 2005 64 Bit Version will not support any Excel Dataloads. This is statement from Microsoft, isn't it amazing ? And I was looking for "dtexec" Utility...

Continue reading...
 
Make a Free Website with Yola.