Symptoms
SQL Server 7.0 and SQL Server 2000 provide a mechanism for performing distributed queries against an OLE DB provider. You can use the new OpenQuery function or the OpenRowset function. For example, the following SQL statement performs a query against an OLE DB provider called MyProv by using the command Select * from table1:

Select * from OpenRowset(’MyProv’, ”, ‘Select * from table1′) If an ATL wizard-generated OLE DB Provider is queried by using the following command, you receive a Server error message:

select * from openrowset (’MyProv.MyProv’, ”,’c:\*.*’) The error message is:

Server: Msg 7399, Level 16, State 1, Line 1 OLE DB Provider ‘atlprov’ reported an error. The provider ran out of memory
Resolution
This behavior occurs because of the following problems in the Atldb.h header file: The ATL IRowsetImpl::GetColumnInfo method fails to return information correctly.The IRowsetImpl::GetData method does not handle provider-owned memory correctly.

Symptoms
An update that extends the mechanism for displaying snap-in context Help topics is available for the Microsoft Management Console (MMC) in Windows Server 2008. This update lets snap-ins display Help topics in custom ways instead of in a standard MMC Help window. For example, this update lets a snap-in open a Web Help topic instead of a compiled HTML (CHM) Help topic.
After this update is applied, developers can program the MMC to send Help events to the snap-in instead of opening a CHM Help topic. Therefore, when users click the Help menu or press F1, an event is sent to the snap-in to display.
Resolution
Pre-update behaviorThe section describes Help eventbehavior before the update is applied. The snap-in defines the HelpTopic path, and the MMC caches this information. When the MMC displays a context Help topic, the MMC opens a standard MMC Help window without calling the snap-in. If the snap-in has defined the Help topic for the selected item, the MMC Help window shows that topic. If no Help topic is defined, the MMC Help window shows the default MMC 3.0 Help topic.
A snap-in can set the HelpTopic property in the following three locations:The ScopeNode classThe PropertyPage classThe SelectionData property that is used by the View class
Post-update behaviorAfter the update is applied, developers have two mechanisms for displaying a Help topic including theone that exists before the update is applied.CallbackA snap-in sets the UseCustomHelp property of the SnapInSettingsAttribute class to True, and then the snap-in registers a snap-in level callback. The callback is triggered by the MMC when the snap-in requests that MMC display a Help topic. When the UseCustomHelp property is set to True, the pre-update mechanism is ignored. The MMC does not display the standard MMC Help window.HelpTopic propertyThis mechanism is the one that existed before the update was applied. This mechanism works only if the snap-in does not set the UseCustomHelp property to True.
To display the Help topic in a customized way, the MMC must follow these steps: It must set the UseCustomHelp property of the SnapInSettingsAttribute class to True.It must register a callback with MMC.When the MMC receives a request to display a Help topic, the MMC first checks the snap-in registration information to see whether the snap-in has set the UseCustomHelp property. If the snap-in has not set the UseCustomHelp property to True, the MMC starts a standard MMC Help window. If the snap-in has set the UseCustomHelp property to True, the MMC does not start a standard MMC Help window. Instead, the MMC finds and triggers the callback that is registered by the snap-in. In this case, the snap-in is completely responsible for displaying the Help topic. If the snap-in wants to use the callback mechanism to show a standard MMC Help window, it can call the SnapInBase.ShowHelpTopic function.
New APIs that are exposed to snap-insUseCustomHelp is a new property that is added to the SnapInSettingsAttribute class. By default, this property is set to False. To customize the MMC Help display, a snap-in should set this property to True.
Microsoft.ManagementConsole.SnapInCallbackService is a new class that lets a snap-in register a snap-in level callback. The callback will handle the Help topic display.
SnapInHelpTopicCallback is a type of delegate that a snap-in should create and register with the MMC. This delegate takes an object as a parameter to specify the item on which the Help topic is requested. This parameter can be one of the following types of objects that have the HelpTopic property:ScopeNodeSelectionDataPropertyPageThis parameter can also be Null. A Null parameter indicates that the MMC is unable to find an object.
RegisterSnapInHelpTopicHandler is a function that a snap-in calls to register a callback. This function takes the following two parameters:Snap-in instanceCallback functionNeither of the parameters can be Null. Otherwise, the MMC throws an ArgumentNullException exception.
Update informationThe following files are available for download from the MicrosoftDownload Center:
Update for Windows Server 2008 x64 Edition

Collapse this imageExpand this image
Download the KB951725 package now.(http://www.microsoft.com/downloads/details.aspx?FamilyId=1A267131-0362-468C-AB62-28E8EB4ECAAD)
Update for Windows Server 2008 for Itanium-based Systems

Collapse this imageExpand this image
Download the KB951725 package now.(http://www.microsoft.com/downloads/details.aspx?FamilyId=2EC05D52-E648-4C5F-A362-1EF74B887400)
Update for Windows Server 2008

Collapse this imageExpand this image
Download the KB951725 package now.(http://www.microsoft.com/downloads/details.aspx?FamilyId=E5633FDA-CCE2-4B52-81BD-60469336CE58)
Update for Windows Vista

Collapse this imageExpand this image
Download the KB951725 package now.(http://www.microsoft.com/downloads/details.aspx?FamilyId=6D6FDC3A-18B3-4F30-9CC4-1805E2B83CB4)
Update for Windows Vista for x64-based Systems

Collapse this imageExpand this image
Download the KB951725 package now.(http://www.microsoft.com/downloads/details.aspx?FamilyId=3ADC541E-F3F8-4A55-AF21-A3DE5219072C)
For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591?(http://support.microsoft.com/kb/119591/) How to obtain Microsoft support files from online servicesMicrosoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or tocreate a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)Note The “Hotfix download available” form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.PrerequisitesNo prerequisites are required.Restart requirementYou do not have to restart the computer after you apply this update.Update replacement informationThis update does not replace any other updates.File informationThe English version of this update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Windows Server 2008, 32-bit editions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.managementconsole.dll6.0.6001.22169188,41630-Apr-200805:31×86Mmcex.dll6.0.6001.22169417,79230-Apr-200805:31×86Mmcfxcommon.dll6.0.6001.22169110,59230-Apr-200805:31×86Windows Server 2008, Itanium-based editions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.managementconsole.dll6.0.6001.22169188,41630-Apr-200805:31×86Mmcfxcommon.dll6.0.6001.22169110,59230-Apr-200805:31×86Windows Server 2008, 64-bit editions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.managementconsole.dll6.0.6001.22169188,41630-Apr-200805:31×86Mmcfxcommon.dll6.0.6001.22169110,59230-Apr-200805:31×86

Symptoms
A computer that is running Windows Server 2008 or Windows Vista may stop responding when one or more applications or services access the shared resources by using the SMB protocol.
Note The issue does not occur if the opportunistic locking (oplock) is disabled.
Resolution
This issue is caused by a deadlock situation in the Redirected Drive Buffering SubSystem (Rdbss.sys) driver.

Are you someone who usually misplace your pens and having some hard time in finding one when you it the most? Most of the people working in a crowded office environment tend to have lots of things on their table in disorganized manner. Most of the things that can easily be replaced are pencils and pens. In this case, some are having hard time finding their pens over load of papers scattered on their table.

One solution for this is to have unique pen stand?on your table. A unique pen stand?can be a decor to your table wherein you can securely place your pens and pencils to make it easier to find in times of need. This can also make your table tidy and organized since a scenario of scattered pens along with papers will be gone.

Unique pen stand?is available in different styles. There are simple pen stands that are made of wood that can easily adapt to formal and corporate environment of an office.? Unique pen stand?can also be in funny and cute design perfect on your table inside your room.

Can you get excited about finding the best ways to get more customers, have more clients, sell more and increase traffic to your Web sites? If you answered, “Yes,” to any of these questions, then The Customer Catcher? P.U.M.P. Marketing System is for you. Can you see the value in have a nearly endless number of No Cost and Low Cost sales and marketing strategies that has the best prospects calling you, and standing in line, begging to give you their money? The P.U.M.P. Marketing System is all about how to promote yourself and your business. Whether you have a retail location, are involved in direct selling or coaching, or have authored a book, it doesn’t really matter. This book helps you get known, win concrete credibility and sell your products or services – without feeling uncomfortable or like you’re selling too hard. A lot of the concepts discussed in this book are ‘evergreen’ and can be used now and into the future. At the same time, there will always be fantastic, new technologies to help you. Tese are tools that can be very effective, if used wisely, to execute your strategic plans. Of course, the Internet is certainly one of them and you are going to learn how to leverage the power of the web here. Often, businesses move from one technology to the next looking for that silver bullet, that magic pill, that can let them grow their business and track customers and sales. However, to be quite direct, lots of people aren’t even using the telephone properly yet! They don‘t leave a decent voice mail. They don’t have a decent outbound message that people hear when others call in. It’s not uncommon to move on to the next biggest thing without having squeezed maximum leverage out of lower cost, usually less exciting, tools like the phone.
How much do you like to do sales that involve that “hard closing” feeling? You know the, “You want one?… You’ve got to get it now! …. Here’s what you’re going to get… and, that’s not all!” It certainly can be a harsh thing. That rotten feeling in your gut comes when you’re selling something to someone that really doesn’t need or want what you’re offering. Well, the good news is you don’t have to be like that today.
Peter Drucker, a famous business management consultant, said, “Because its purpose is to createa customer, any business enterprise has two and only two basic functions, marketing and innovation. Marketing is the distinguishing, unique function of a business.” That’s really what it’s all about. If you don’t have customers, you don’t have a business. If they’re not funding your business, you don’t have one. Many times, the biggest mistake a company or individual makes is to focus mainly on their product. An author is focused on her book. The technologist is focused on his software. A retail store is focused on its signage and stock. You need to focus on the person who’s a prospect first before they’re even your customer. What do they really want vs. what they even really need?
There are many trends today that make it so exciting for you to get customers. It’s easier. It’s cheaper. It’s more effective and it can happen seven days a week, 24 hours a day without you having to work all that time. The first trend that you really need to take advantage of is that there are millions of people online searching for what you offer. Up until now advertising and marketing has been called interruption marketing. If I interrupt your TV show with a loud piece of music and some cool creative advertising, that’s going to get you to pay attention. If I send you direct mail, hopefully you’re going to open it or if I put up a billboard on the side of the highway, and you’re not speeding by, you’ll take the time to read it. By the way, it’s a big mistake to put too much copy or too many words on signs, in direct mail, and on Web sites. Millions of people are actually searching for information so all you really need to do these days is just put the information out there. It’s like you have a fieldbehind your house and there are deer in your field looking for a salt lick or some food to eat. All you need to do is put the food out there, and that food will make the deer content.
Second, there is a lot of money out there. There has never been a more significant time when disposable income and dollars are being made available. The use of credit cards online is fairly accepted now. There’s lots and lots of money available. So number one, you’ve got millions of people searching. Number two, you’ve got millions of people searching their wallets at the ready. Why not make it your product, or your nonprofit, or your information that they’re going to buy?

As technology advances, mobile phones have far more than its purpose is simply to serve as a communications medium. Has been significantly over time mobile application development has revolutionized the mobile phone industry. These applications make people's lives easier for mobile users benefit from access by different applications all the features.
What is Mobile Application Development
For those of you not familiar with this simple word mobile application development and long-term through the different application software for mobile phones and other handheld device development process. Most of these pre-installed applications to the phone in the manufacturing process, then the mobile phone users can easily download their favorite or find other applications.
As Mobile phones play an essential part in our lives people are seeking phones which offer an array of Applications. Hence the markets today are stormed with the introduction of smart phones which engulf the latest developed Apps. These phones provide users with tons of benefits, now you can access your e-mail, chat with your buddies, take out high definition photos, and get social updates all on your cell phone. These are all the fruits of the Mobile Application Development process.