|
|
|
Reporting Options for Analysis Services Cubes: MS FrontPage 2002
|
Total Hit (1706) |
This is the eleventh article of the series, Introduction to MSSQL Server 2000 Analysis Services. As I stated in the first article, Creating Our First Cube, the primary focus of this series is an introduction to the practical creation and manipulation of multidimensional OLAP cubes. The series is des
....Read More |
Rating
|
|
|
Scheduled Task Reporting on SQL Server
|
Total Hit (646) |
If you have a server with a large number of scheduled tasks, you will know that keeping track of them all can be a bit difficult at times - checking and double-checking that your database backups and log backups are in synch, that maintenance tasks go off in the correct order, and that tasks do not
....Read More |
Rating
|
|
|
XML and SQL 2000 (Part 1)
|
Total Hit (1235) |
One of the most common problems with managing data is its versatility. This becomes evident when exchanging data between multiple data sources and results mainly from incompatibilities in data representation and format. The impact of this type of problem affects most companies internally, but is eve
....Read More |
Rating
|
|
|
A Server by Any Other Name
|
Total Hit (783) |
It is imperative to change the server name when infrastructure policy changes, naming convention standard changes or making a standby server the production server (when production server fails). When a server name is changed, SQL server should go through a process to acknowledge and assimilate the c
....Read More |
Rating
|
|
|
A Comparison of SQL Server 2000 With Sybase ASE 12.5
|
Total Hit (1660) |
Often people in newsgroups ask about some comparison of Microsoft SQL Server and Sybase Adaptive Server. In this article, I compare SQL Server 2000 with Sybase Adaptive Server Enterprise 12.5 (Sybase ASE 12.5) regarding price, performance, platforms supported, SQL dialects, and products limits.
....Read More |
Rating
|
|
|
Backup--Transfer--FTP!
|
Total Hit (2088) |
Having a standby server in a remote site, copying backup files directly to a Disaster recovery site or other requirements such as transfering files from one location to another using FTP creates the need for creating a FTP batch file using a changing parameter file. In this article, I will walk you
....Read More |
Rating
|
|
|
MDX Essentials: Member Functions: More "Family" Functions
|
Total Hit (708) |
This is the sixth article of the series, MDX Essentials. The primary focus of this series is an introduction to MDX. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features designe
....Read More |
Rating
|
|
|
XML and SQL 2000 (Part 5)
|
Total Hit (1090) |
In this article, we will continue exploring different ways of accessing SQL Server data in the XML format via HTTP. As we explained in the previous article, this type of functionality becomes available after creating a virtual directory corresponding to the target database using IIS Virtual Director
....Read More |
Rating
|
|
|
Attaching and Detaching Databases on SQL Server
|
Total Hit (960) |
If you need to move a database, or database file to another server or disk, and you do not want to backup the database, copy the backup on another server, and then re-create the database from the backup, you can use the sp_detach_db and sp_attach_db system stored procedures to detach the database an
....Read More |
Rating
|
|
|
MDX in Analysis Services: Retrieve Data from Multiple Cubes
|
Total Hit (906) |
This is the fourth tutorial article of the series, MDX in Analysis Services. The series is designed to provide hands-on application of the fundamentals of MDX from the perspective of MS SQL Server 2000 Analysis Services (to which I will refer in most cases as simply "Analysis Services," to save time
....Read More |
Rating
|
|
|
Export a Table to a Date Stamped File Name in SQL Server
|
Total Hit (1176) |
Date stamping is a very common requirement in the IT industry for any data extract created. Through the DTS package with ActiveX script, it is very easy to date stamp a file. In this article, I am going to walk you through how to export a table to a date stamped file.
....Read More |
Rating
|
|
|
Padding, Rounding, Truncating and Removing Trailing Zeroes
|
Total Hit (645) |
In this article, I am going to show you a number of tips for displaying numeric fields as strings. I will show you how to pad zeroes on the left side of numeric numbers, so that each number regardless of the size will be the same length. Also along those same lines below you will find out how to pad
....Read More |
Rating
|
|
|
Reporting Options for Analysis Services Cubes: Cognos PowerPlay
|
Total Hit (3366) |
This is the twelfth article of the series, Introduction to MSSQL Server 2000 Analysis Services. As I stated in the first article, «a href="http://www.databasejournal.com/features/mssql/article.php/1429671"»Creating Our First Cube«/a», the primary focus of this series is an introduction to the practi
....Read More |
Rating
|
|
|
SQL Server Security Checklist
|
Total Hit (2619) |
This month we are going to look at the subject of security. The article is not an in depth tutorial, and is in no way comprehensive. Instead, what I have tried to do is to simply highlight some of the areas where many people (myself included) commonly leave gaps in their security.
....Read More |
Rating
|
|
|
Using Microsoft SQL Server Constraints
|
Total Hit (1290) |
In this article, I want to tell you about SQL Server constraints: what a constraint is, when it is used and for which purposes. You can find in this article some examples of constraint creation and SQL Server 2000 constraints enhancements.
|
Rating
|
|
|
XML and SQL 2000 (Part 4)
|
Total Hit (1185) |
In the fourth article of the series dealing with XML related features of SQL Server 2000, I will discuss the implications of various configuration options available when using IIS Virtual Directory Management for SQL Server. As described previously, the Settings tab of the Virtual Directory Properti
....Read More |
Rating
|
|
|
Minimizing SQL Server Stored Procedure Recompiles
|
Total Hit (723) |
This article discusses the reasons that SQL Server 2000 decides to recompile a stored procedure and demonstrates techniques that can be used to minimize recompilation. If your system makes extensive use of stored procedures, minimizing recompilation can give you a nice boost in performance.
....Read More |
Rating
|
|
|
|
MDX Essentials: MDX Member Functions: "Relative" Member Functions
|
Total Hit (744) |
This is the eighth article of the series, MDX Essentials. The primary focus of this series is an introduction to MDX. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features design
....Read More |
Rating
|
|
|
Choosing SQL Server 2000 Data Types
|
Total Hit (1033) |
Choosing an appropriate data type is very important, because the errors made in a table design can result in large performance degradation. These problems often surface later, when a large amount of data is inserted. In this article, I want to tell you about built-in and user-defined data types, how
....Read More |
Rating
|
|
|
MDX in Analysis Services: Intermediate Concepts - Part 2
|
Total Hit (947) |
This is the third tutorial article of the series, MDX in Analysis Services. The series is designed to provide hands-on application of the fundamentals of MDX from the perspective of MS SQL Server 2000 Analysis Services (to which I will refer in most cases as simply "Analysis Services," to save time
....Read More |
Rating
|
|
|
XML and SQL 2000 (Part 3)
|
Total Hit (1119) |
In the third article of this series, we will look into executing T-SQL statements against SQL Server 2000 via HTTP. This functionality is provided by SQLXML component (implemented in the form of SQLISAPI.DLL, which is included as part of SQL Server 2000 installation). The updated versions of this co
....Read More |
Rating
|
|
|
|
MDX Member Functions: The Cousin () Function
|
Total Hit (716) |
This is the seventh article of the series, MDX Essentials. The primary focus of this series is an introduction to MDX. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features desig
....Read More |
Rating
|
|
|
Generate Scripts for SQL Server Objects
|
Total Hit (2607) |
We all like the Generate Script feature of Enterprise Manager and like to use it programmatically. One of the most important uses would be backing up scripts periodically using SQL Server Scheduler.
|
Rating
|
|
|
Backup Table Data in SQL Server 7.0 and 2000
|
Total Hit (2048) |
With SQL Server 6.5, Microsoft gave us an opportunity to do a backup (DUMP Table) of the tables. However, after 6.5, with both 7.0 and 2000, that feature has been removed for some reason. Here is a stored procedure that I wrote which gives similar functionality for backing up table data. This is ver
....Read More |
Rating
|
|
|
A Comparison of SQL Server 2000 with Access 2000
|
Total Hit (1041) |
Often people in newsgroups ask about some comparison of Microsoft SQL Server and Microsoft Access. In this article, I compare Microsoft SQL Server 2000 with Microsoft Access 2000 regarding hardware and software requirements, price, features and products limits.
....Read More |
Rating
|
|
|
XML and SQL 2000 (Part 2)
|
Total Hit (1798) |
In the first article of the series, I explained the ways of presenting relational data in XML format using the FOR XML clause of the T-SQL SELECT statement. Now it is time to look into the reverse process of inserting XML formatted data into SQL databases using OpenXML function.
....Read More |
Rating
|
|