New Microsoft Visual Basic for Applications (VBA) functions are added to SQL Server 2000 Analysis Services (843245)



The information in this article applies to:

  • Microsoft SQL Server 2000 Analysis Services

INTRODUCTION

This article introduces some new Microsoft Visual Basic for Applications (VBA) functions that are added to Microsoft SQL Server 2000 Analysis Services.

MORE INFORMATION

After you apply this hotfix, the following functions are added to SQL Server 2000 Analysis Services:
  • Abs
    This function takes a number and then returns a positive number.

    For example, Abs(1.5) returns 1.5. Abs(-1.5) returns 1.5.
  • Int
    This function takes a number or a string and then returns a decimal from the original with the fraction part removed.

    For example, Int(5.6) returns 5. Int(-7.8) returns -8.
  • Str
    This function takes a number or a string and then returns a string conversion in case the original is a number.
  • Round
    This function takes a number and then returns the rounded value.

    For example, Round(5.6) returns 6. Round(-7.8) returns -8. Round(-7.2) returns -7.

Service pack information

To obtain this new feature, obtain SQL Server 2000 Service Pack 4 (SP4). For more information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 How to obtain the latest SQL Server 2000 service pack

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next SQL Server 2000 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

Because of file dependencies, this hotfix requires SQL Server 2000 Service Pack 3a. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 How to obtain the latest SQL Server 2000 service pack

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfix.

File information

The English version of this hotfix 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 tool in Control Panel.
File nameFile versionFile sizeDateTimePlatform
Msvcr71.dll8.0.21213.0352,25606-Apr-200405:19x86
Osql.exe2000.80.796.057,90406-Apr-200405:19x86
Sqdedev.dll2000.80.534.0127,54806-Apr-200405:19x86
Sqlunirl.dll2000.80.194.0180,29006-Apr-200405:19x86
Msmd.hNot applicable18,80006-Apr-200405:26Not applicable
Msmdcb80.dll8.0.968.0221,76006-Aug-200409:06x86
Msmddo80.dll8.0.0.9684,063,80806-Aug-200409:06x86
Msmdgd80.dll8.0.968.01,036,86406-Aug-200409:06x86
Msmdpump.dll8.0.968.0172,60806-Aug-200409:06x86
Msmdsgn.rll8.0.968.0446,52406-Aug-200408:17Not applicable
Msmdsgn80.dll8.0.0.9689,642,56406-Aug-200409:06x86
Msmdsrv.exe8.0.968.01,843,78006-Aug-200409:06x86
Msolap80.dll8.0.968.02,089,55206-Aug-200409:06x86
Msolap80.rll8.0.968.0213,06806-Aug-200407:53Not applicable

Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbinfo kbQFE kbHotfixServer kbpubtypekc KB843245 kbAudITPRO kbAudDeveloper