Ngày tải lên: 22/01/2014, 22:20
Ngày tải lên: 27/01/2014, 09:20
Designing and Implementing Databases with Microsoft SQL Server 2000 Enterprise Edition
... Create an application that uses SQL_ DMO to extract the data from the database and transform the data into standard electronic data interchange (EDI) files. Answer: A. Explanation: The data ... database and then add the size of the model database. All new databases are based on the model database. The model database has an initial size of 1 MB. A quick estimate of the user data of this table ... procedures as input. Note: The SQL language has two main divisions: Data Definition Language, which is used to define and manage all the objects in an SQL database, and the Data Manipulation Language,...
Ngày tải lên: 04/11/2013, 16:15
Tài liệu McGraw-Hill - Delivering Business Intelligence with Microsoft SQL Server 2008 (2009)01 doc
Ngày tải lên: 25/12/2013, 16:15
Tài liệu McGraw-Hill - Delivering Business Intelligence with Microsoft SQL Server 2008 (2009)02 pptx
Ngày tải lên: 22/01/2014, 22:20
Expert Cube Development with Microsoft SQL Server 2008 Analysis Services pot
Ngày tải lên: 14/03/2014, 16:20
Microsoft SQL Server 2000 Data Transformation Services- P6
... CreateParallelDataPumpTask.frm, CreateParallelDataPumpTask.frx, CreateParallelDataPumpTask.bas, and CreateParallelDataPumpTask.exe. This project also contains code that creates an ActiveX Script task in the package that can ... this watermark. Creating a Parallel Data Pump Task in Visual Basic I have created a Visual Basic procedure, fctCreateParallelDataPumpTask ,that creates con- nections, a step, a task, and a custom ... this watermark. F IGURE 10.1 You can use the CreateParallelDataPumpTask application to begin creating a Parallel Data Pump task. The Parallel Data Pump Task C HAPTER 10 10 T HE P ARALLEL D ATA P UMP T ASK 259 F IGURE 10.2 The...
Ngày tải lên: 17/10/2013, 23:15
Microsoft SQL Server 2000 Data Transformation Services- P7
... that executes a package with a Transform Data task on a particular database server. Information about the transformation is captured in the calling package by using Execute SQL task output parameters. ... execution takes place on the appropriate server. If you are running a large data transformation, you normally want that task to be executed on the database server so that a large amount of data is ... Execute SQL Task Declare local variables that need to be set by user. DECLARE @sServerName varchar(255) DECLARE @sServerUserName varchar(255) DECLARE @sServerPassword varchar(255) DECLARE @sPackageName...
Ngày tải lên: 20/10/2013, 17:15
Microsoft SQL Server 2000 Data Transformation Services- P8
... Copy Database Wizard to move databases and associated meta data from one SQL Server to a separate SQL Server 2000. It’s important to be able to move meta data along with the transfer of databases. ... general purpose of moving a database and associated meta data between data- base servers. You can only use databases on SQL Server 7.0 or SQL Server 2000 as the source for these transfer tasks. ... Visual Basic Project, with files CreateTransferDatabaseTask.frm, CreateTransferDatabaseTask.bas, and CreateTransferDatabaseTask.vbp. The code for fctCreateTransferDatabaseTask is shown in Listing 15.1....
Ngày tải lên: 20/10/2013, 17:15
Microsoft SQL Server 2000 Data Transformation Services- P9
... & sBaseName .Description = sBaseName .FileName = sFileName .InputGlobalVariableNames = sInputGlobalVariableNames .PackageID = sPackageID .PackageName = sPackageName .PackagePassword = sPackagePassword .RepositoryDatabaseName ... models. After you have loaded new data into your database, you can update your cubes and data mining models with this task. You have all the processing options that are available in the Analysis ... _ pkg As DTS.Package2, _ Optional sBaseName As String = “DataMiningQueryTask”, _ Optional sCatalog As String = “”, _ Optional sDataSource As String = “local”, _ Optional sInputDataSource As String...
Ngày tải lên: 24/10/2013, 16:15
Microsoft SQL Server 2000 Data Transformation Services- P10
... package encryption is not available for packages saved to Meta Data Services. • By default, Meta Data Services is located in the SQL Server msdb database. If you cre- ate a package using Visual ... Services Obtaining information about packages stored in a particular instance of Meta Data Services is very similar to obtaining the properties for a package stored in a particular instance of SQL Server. ... using Visual Basic, you can specify a different Meta Data Services data- base. •Users must have permission to access the database that is hosting the instance of Meta Data Services that is being...
Ngày tải lên: 24/10/2013, 16:15
Microsoft SQL Server 2000 Data Transformation Services- P11
... the Data Transformation Services folder, on the name of the server, on Databases, on any database, on Tables, or on any individual table. Select All Tasks. Select either Import Data or Export Data. • ... DTS or an ODBC provider SQL Server databases, Oracle databases, text files, Microsoft Access databases, and Excel spreadsheets, for example. DTS Packages and Steps P ART V 504 One situation where ... importing data into the Northwind database with a username of sa and a password of 123. From Code The SQL Namespace (SQL- NS) object model is a feature in SQL Server that lets programs call Enterprise...
Ngày tải lên: 28/10/2013, 23:15
Microsoft SQL Server 2000 Data Transformation Services- P12
... tasks that can be used to load data. Loading from a Text File to a SQL Server Database You can use a Bulk Insert task, a Transform Data task, or a Data Driven Query task to load data from a text ... another SQL Server 2000 database with a Transform Data task, a Data Driven Query task, a Copy SQL Server Objects task, or an Execute SQL task. We used the same options for the Transform Data task and ... Declare variables that have to be set manually DECLARE @sPackageName varchar(255) DECLARE @sServerName varchar(255) DECLARE @sServerUserName varchar(255) DECLARE @sServerPassword varchar(255) DECLARE...
Ngày tải lên: 28/10/2013, 23:15
Microsoft SQL Server 2000 Data Transformation Services- P13
... indicates that a Data Driven Query task update query is approximately 30% faster than an update performed by a lookup in a Transform Data task. If you have a data transformation that performs an insert ... THE DTS O BJECT M ODEL 615 Tasks Task ActiveScriptTask BulkInsertTask CreateProcessTask2 DTSFTPTask DTSMessageQueueTask SendMailTask TransferObjectsTask2 DataPumpTask2 DataDrivenQueryTask2 ParallelDataPumpTask ExecutivePackageTask ExecuteSQLTask2 CustomTask CustomTaskUI PersistPropertyBag DynamicPropertiesTask DTSMQMessage DynamicPropertiesTaskAssignment GlobalVariable2 OLEDBProperty PackageLog PropertyBag DTSMQMessages DynamicPropertiesTaskAssignments GlobalVariables CommandProperties See ... scanned into repository. DTSReposMetadata _ 4 Package will issue a scan on ScanCatalogIfNotFound all catalogs that are not found already scanned. DTSReposMetadata _ 8 The package will scan all ScanCatalogAlways catalogs...
Ngày tải lên: 07/11/2013, 20:15
Microsoft SQL Server 2000 Data Transformation Services- P14
... Custom Transformation’s ValidateSchema Method STDMETHODIMP CAvgXform::ValidateSchema(THIS_ // Transform server state data. DP_IN LPBYTE pvTransformServerData, // Source columns and rowdata DP_INOUT ... following: • Connect to an Analysis Server, choose from the databases on that server, and choose from the cubes in the database. •Create a local cube with all the elements of the Analysis Server cube, or ... source data if (wSourceType & DBTYPE_BYREF) { pSourceData = *(LPBYTE *)(pDTSSourceColumnData->pvData + pDBSourceBinding->obValue); } else { pSourceData = pDTSSourceColumnData->pvData...
Ngày tải lên: 07/11/2013, 20:15
Microsoft SQL Server 2000 Data Transformation Services- P15
... 26 Copy SQL Server Objects task, 26 Execute SQL task, 26 Transfer Databases task, 26 DataDrivenQueryTask object, 218 DataPumpOptions property, 158 DataPumpTask object, 136, 612 DataSource property, 108, ... 236, 369 Transformation Flags dialog, 144-146 transformations, 146-147, 573-574 see also Data Pump task; Data Transfor- mation task Transform Failure phase, 231, 233 transformations, 187, 624 Transformation ... 294 queues messages, 399 paths, 394 see also Message Queue task R RAD (Rapid Application Development), 180 raising errors, 555-557 Rapid Application Development (RAD), 180 RDBMSs (relational database manage- ment...
Ngày tải lên: 07/11/2013, 20:15