Pages

Saturday, June 30, 2012

Adobe won’t support flash in android 4.1


And so ends the tale of Flash on mobile browsers- Adobe has announced it will not support Flash Player browser plugin for Android 4.1 and onward.

“There will be no certified implementations of Flash Player for Android 4.1,” writes Adobe on its official blog, adding that it recommends “uninstalling Flash Player on devices which have been upgraded to Android 4.1.”

The company will pull the existing Flash Player from Google Play Store on August 15 this year.

Friday, June 29, 2012

Google announces cloud-computing service "Compute Engine"

 Google has announced Compute Engine, a cloud-computing service that allows businesses to run their applications on servers in the tech giant's data center. 

"We're introducing Google Compute Engine, an infrastructure-as-a-service product that lets you run Linux Virtual Machines on the same infrastructure that powers Google," said Google in its official blog Thursday. 

According to the company, the economy of scale and efficiency of its data centers can provide users 50 percent more computing power than other leading cloud providers, reported Xinhua. 

Industry watchers said Google Compute Engine will compete and challenge the leading position of Amazon Web Services, which was launched in July, 2002

Sunday, June 24, 2012

SQL Server 2008 Profiler - How to filter trace to only display events from one database ?


Create New template and follow below steps on "Trace Properties" window-

1 - Click on the "Events Selection" tab
2 - Click on the "Show All Columns" check box
3 - Click on the "Column Filters..." button
4 - Select "DatabaseName", click on the plus icon to Like in the right-hand side pane, and type your database name.

Thanks

Saturday, June 23, 2012

Microsoft may be making own phone - Analyst


Microsoft Corp (MSFT.O) is looking at making its own smartphone to kickstart sales of its Windows mobile software, according to a Wall Street analyst who has followed the company for many years. The talk - unconfirmed by Microsoft - comes a day after the company unveiled its latest Windows Phone 8 software, and the same week it announced an own-brand tablet, signaling a break with 37 years of focusing on software and leaving hardware manufacturing to its partners.

"Our industry sources tell us that Microsoft may be working with a contract manufacturer to develop their own handset for Windows Phone 8," wrote Nomura analyst Rick Sherlund in a note to clients on Thursday.

"It is unclear to us whether this would be a reference platform or whether this may be a go-to market Microsoft-branded handset," wrote Sherlund, who covered Microsoft for Goldman Sachs when the bank brought Microsoft public in 1986.

Microsoft did not confirm or deny the speculation. A spokesman said the company was a "big believer in our hardware partners and together we're focused on bringing Windows Phone 8 to market this year."

Windows Phone 8 is the latest version of Microsoft's mobile software, set for release in autumn. So far, the software giant has struggled to make a mark, with Windows-powered smartphones taking only 2 percent of a worldwide market dominated by Apple Inc's (AAPL.O) iPhone and devices running Google Inc's (GOOG.O) Android system.

Microsoft built its business on creating software to be used on other companies' hardware, but the success of Apple's iPhone and iPad have demonstrated that making both and integrating the two smoothly has its benefits.

Microsoft charted a new course this week by announcing two own-branded tablet PCs, although doubts remain whether that was a move to invigorate hardware makers or a genuine attempt to compete with its partners.

A similar move in phones could make sense, and the company has little to lose by trying its own handset, said another analyst, considering the strategic importance of smartphones and poor sales of Windows phones.

"Microsoft can't afford not to have phones sell. They have to find a way of selling it," said Sid Parakh, an analyst at fund firm McAdams Wright Ragen. "It's a significant piece of their long-term vision of integrated devices."

If Microsoft did make its own phone, it would be a blow for struggling Finnish handset maker Nokia (NOK1V.HE), which pledged to use Windows software in its smartphones under a multi-billion dollar pact last year. If Microsoft wanted to be in the handset business, it might even consider buying Nokia, suggested Parakh, although he said that was unlikely.

Such a move would also bring Microsoft into competition with Samsung Electronics (005930.KS), HTC Corp (2498.TW) and Huawei, which are slated to bring out new Windows phones later this year.

Microsoft has experimented unsuccessfully with handsets before. It bought fashionable phone designer Danger and developed a phone in-house called Kin, which was pulled off the market months after launch in 2010.

Cloud Computing Simply Isn't That Scary Anymore: Survey


Cloud computing just isn’t as scary as it once was to companies and their CIOs. A new survey of 785 companies finds a meager 3% considering it to be too risky — down from 11% last year. Only 12% say the cloud platform is too immature, and that’s down from 26% a year ago. Furthermore, 50% of the survey respondents now say they have “complete confidence” in the cloud — up from 13% a year ago.

Of course, looking at it another way, that means 50% aren’t quite comfortable. But still, cloud is finding its way into day-to-day business.  More 


Friday, June 22, 2012

Top 10 sql interview questions asked for .Net Developer position from Beginner to Sr Developer

Below are the questions-


I- What kind of function can be written in SQL? How a function is differ from Stored procedure?

II- What is trigger? Can you write the syntax for AFTER trigger?

III- Have you ever used Magic tables? What are they? And where/how can be used?

IV-     What is the difference between Temp table and Table variable?(a) Difference between local temp table and Gloabal temp table.

V-      What is Identity column type? Can we reset the value of column of this type? What will be the next value, (a) if we delete all the records from this table and insert a fresh new record? (b) if we delete the table (c) if we truncate the table

VI-     What is the difference between Joins and Subqueries? Which one is better? Can you write the syntax for CROSS JOIN.  (a) difference between Left join and Right join.

VII-    How many types of Indexes can be done inSQL? What is the difference between them? Which one is the default type? Which one is better to use? (a) Can we have a table without any type of Indexes? (b) can you have a primary key on a table with non-clustered index?

VIII-   What is the difference in Primary key constraint and Unique key constraint? Is”Default” a constraint in SQL? (a) difference between varchar datatype and char datatype.

IX-     When and How to use cursor with syntax.

X-      How to do SQL query optimization?

Need More Question... Click Here

Friday, June 15, 2012

SQL SERVER 2008 – Database diagram support objects cannot be installed because this database does not have a valid owner

Full Error : Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects.

Solution : You can fix this error if you have full permission of database -


ALTER AUTHORIZATION ON DATABASE::YourDatabaseName TO sa
GO 

Thanks

Shared Button