DATABASE
Change page: < 1 2 3 4 5 6 7 8 9 10 11 >  |  Displaying page 4 of 11, items 121 to 160 of 433.
SQL Server 2008 : Failover clustering - Installing a clustered SQL Server instance
An integrated installation creates a single-node failover cluster, from which additional nodes (nodes on which the instance can fail over to) are added via a separate installation.
SQL Server 2008 : Failover clustering - Clustering topologies and failover rules
There are many aspects to consider when designing and planning high availability with SQL Server clustering. Chief among them is the number of dedicated passive, or standby, servers to include in the cluster for failover purposes.
SQL Server 2008 : Failover clustering - Clustering overview
As a cluster-aware application, a SQL Server instance can be installed into an existing Windows cluster, creating what's referred to as a failover clustering instance. Once installed, the instance is accessed using a network name without needing to know which of the underlying physical cluster servers the instance is currently running on.
Exploiting SQL Injection : Stealing the Password Hashes
If you manage to capture the password hashes, various tools can attempt to retrieve the original passwords that generated the hashes by means of a brute-force attack.
Exploiting SQL Injection : Escalating Privileges
All modern DBMSs provide their administrators with very granular control over the actions that users can perform. You can carefully manage and control access to the stored information by giving each user very specific rights, such as the ability to access only specific databases and perform only specific actions on it.
Exploiting SQL Injection : Enumerating the Database Schema (part 3) - Oracle
An important fact to remember when using Oracle is that you will normally be accessing only one database at a time, as databases in Oracle are normally accessed via a specific connection, and multiple databases accessed by an application will generally have different connections.
Exploiting SQL Injection : Enumerating the Database Schema (part 2) - MySQL
Also on MySQL, the technique for enumerating a database and extracting its data follows a hierarchical approach: You start extracting the names of the databases, and then proceed down to tables, columns, and finally the data itself.
Exploiting SQL Injection : Enumerating the Database Schema (part 1) - SQL Server
To mount a successful attack, and to properly assess the risk that is posed by an SQL injection vulnerability, performing a fingerprint and squeezing a few bits of information is not enough: You must show that a skilled and resourceful attacker is able to enumerate the tables that are present in the database and quickly extract the ones that he is interested in.
SQL Server 2008 R2 : Creating and Managing Indexes - Creating Indexes (part 2) - Creating Indexes with SSMS
SQL Server 2008 has many options for creating indexes within SSMS. You can create indexes within SSMS via the Database Engine Tuning Advisor, database diagrams, the Table Designer, and several places within the Object Explorer.
SQL Server 2008 R2 : Creating and Managing Indexes - Creating Indexes (part 1) - Creating Indexes with T-SQL
Transact-SQL (T-SQL) is the most fundamental means for creating an index. This method was available in all previous versions of SQL Server. It is a very powerful option for creating indexes because the T-SQL statements that create indexes can be stored in a file and run as part of a database installation or upgrade.
SQL Server 2008 R2 : Creating and Managing Indexes - Types of Indexes
SQL Server has two main types of indexes: clustered and nonclustered. They both help the query engine get at data faster, but they have different effects on the storage of the underlying data. The following sections describe these two main types of indexes and provide some insight into when to use each type.
SQL Server 2005 : Basic OLAP - Building Your First Cube (part 5) - Using the Dimension Designer
The dimension designer, like the cube designer, has tabs across the top and a three-pane view in the rest of the window. Within the Dimension Structure tab, the Attributes pane is on the left, the Hierarchies And Levels pane is in the center, and the Data Source View pane is on the right.
SQL Server 2005 : Basic OLAP - Building Your First Cube (part 4) - Using the Dimension Wizard
To invoke the Dimension Wizard and create a dimension (which we’ll need to do because we haven’t yet created our time dimension), choose the Cube/Add Cube Dimension... option, select the Add Cube Dimension... option from the Dimension pane’s shortcut menus, or click the Add Cube Dimension toolbar button (sixth from left).
SQL Server 2005 : Basic OLAP - Building Your First Cube (part 3) - Creating a Cube with the Cube Wizard, Using the Cube Designer
Once you’re done perfecting your data source view, close it and save your changes. You’re now ready to build your cube! To do this, select the Project/New Cube... main menu option, or right-click the Cubes folder in Solution Explorer and select the New Cube... option from the shortcut menu to bring up the Cube Wizard.
SQL Server 2005 : Basic OLAP - Building Your First Cube (part 2) - Adding a Data Source View
This can be a great shortcut: If you include the fact table first and then click Add Related Tables, you can often move over all the dimension tables at once, depending on the design of your star schema database. Because we’re using views and an unrelated table for our dimension tables, this shortcut will not work in our particular case.
SQL Server 2005 : Basic OLAP - Building Your First Cube (part 1) - Creating the Project
For example, a single Visual Studio 2005 solution could contain an Analysis Services project, an Integration Services project, a Reporting Services project, and various C# or Visual Basic .NET projects including a Windows Forms application, a Class Library project, and/or an ASP.NET Web site.
SQL Server 2005 : Basic OLAP - OLAP 101
SQL Server first brought OLAP functionality to us in version 7 with OLAP Services, a product that was essentially separate from, though bundled with, SQL Server proper. SQL Server 2000 Analysis Services included better OLAP functionality and new data mining capabilities but offered only slightly better integration with the SQL Server relational database.
SQL Server 2005 : Report Server Architecture
Reporting Services combines a mix of Microsoft technologies to create a scalable server-based reporting architecture. You can view this as a middle-tier server in your enterprise planning scenarios. It is one part Web server and one part database server, with a dash of .NET managed code to bring all the pieces together.
SQL Server 2005 : Report Management - Publishing, SQL Server Management Studio
Completed report definitions are loaded to a report server, where they can be accessed and subscribed to. The process of loading the report is referred to as publishing. The report is parsed and stored in an SQL database partially compiled, somewhat like a Transact-SQL (T-SQL) stored procedure.
SQL Server 2005 : Report Access and Delivery (part 2) - Presentation Formats, Programming: Rendering
Report output can be produced in a variety of Web-, page-, and desktop-compatible formats. You cannot edit these files using the Reporting Services tools, but third-party products are available to fit this need.
SQL Server 2005 : Report Access and Delivery (part 1) - Delivery on Demand, Subscriptions
Several methods are available for delivering reports to users on demand or by subscription. Most popular is the Report Manager interface described earlier. You can embed reports in SharePoint Portal using the included Web parts.
Transact-SQL in SQL Server 2008 : Change Tracking (part 2) - Identifying Tracked Changes, Identifying Changed Columns, Change Tracking Overhead
After Change Tracking is enabled for a table, any data modification statements that affect rows in the table cause Change Tracking information for each modified row to be recorded. To query for the rows that have changed and to obtain information about the changes, you can use the built-in Change Tracking functions.
Transact-SQL in SQL Server 2008 : Change Tracking (part 1) - Implementing Change Tracking
In addition to Change Data Capture, SQL Server 2008 also introduces Change Tracking. Change Tracking is a lightweight solution that provides an efficient change tracking mechanism for applications. Although they are similar in name, the purposes of Change Tracking and Change Data Capture are different.
SQL Server 2005 : Report Definition and Design (part 3) - Report Builder
Report Builder is an ad hoc reporting tool delivered as a .NET 2.0 ClickOnce application that a user downloads from the report server. Predesigned report templates are used as a design surface, with drag-and-drop placeholders for data.
SQL Server 2005 : Report Definition and Design (part 2) - Report Designer
Report Designer has a rich set of features that will satisfy report professionals and programmers. Reports can be simple or complex, highly structured or free form, static or interactive. You have complete control over layout, formatting, formulas, and pagination.
SQL Server 2005 : Report Definition and Design (part 1) - Data Sources, Report Layouts
Reporting Services includes a professional report design tool called Report Designer that is hosted in Visual Studio 2005 or SQL Server Business Intelligence Development Studio. Report Designer provides rich graphical query tools, report layout design surfaces, and a built-in report viewer.
Monitoring MySQL : Database Performance (part 2) - Database Optimization Best Practices
Rather than passing judgment or suggesting any particular tool or technique, we will instead discuss the most common best practices for improving database performance. We encourage you to examine some of the texts referenced earlier for more detail on each of these practices.
Monitoring MySQL : Database Performance (part 1) - Measuring Database Performance
While the basic MySQL installation does not include formal tools for monitoring database improvement, the MySQL Enterprise Manager suite offers a host of performance monitoring features.
Transact-SQL in SQL Server 2008 : Change Data Capture (part 2) - Querying the CDC Tables
After you enable change data tracking for a table, SQL Server begins capturing any data changes for the table in the Change Data Capture tables. To identify the data changes, you need to query the Change Data Capture tables.
Transact-SQL in SQL Server 2008 : Change Data Capture (part 1)
In SQL Server 2008, Microsoft introduced a new feature called Change Data Capture (CDC), which is designed to make it much easier and less resource intensive to identify and retrieve changed data from tables in an online transaction processing (OLTP) database.
Transact-SQL in SQL Server 2008 : Spatial Data Types (part 3) - Spatial Data Support in SSMS
When querying spatial data in SSMS, you’ll find that SSMS has a built-in capability to plot and display some basic maps of your spatial data.
Transact-SQL in SQL Server 2008 : Spatial Data Types (part 2) - Working with Geography Data
The GEOGRAPHY data type is also implemented as a .NET common language runtime data type in SQL Server. Unlike the GEOMETRY data type in which locations are defined in terms of X and Y coordinates that can conceivably extend to infinity, the GEOGRAPHY type represents data in a round-earth coordinate system.
Transact-SQL in SQL Server 2008 : Spatial Data Types (part 1) - Representing Spatial Data, Working with Geometry Data
The geometry data type is implemented as a common language runtime (CLR) data type in SQL Server and is used to represent data in a Euclidean (flat) coordinate system.
Transact-SQL in SQL Server 2008 : Sparse Columns
SQL Server 2008 provides a new space-saving storage option referred to as sparse columns. Sparse columns can provide optimized and efficient storage for columns that contain predominately NULL values.
SQL Server 2005 : Beyond OWC: Full-On OLAP Development (part 4) - Analysis Services CLR Support: Server-Side ADO MD.NET
Unlike SQL CLR integration, Analysis Services CLR support is on by default. In fact, it cannot be disabled. However, only users with administrative permissions on the Analysis Services server or database may load CLR assemblies.
SQL Server 2005 : Beyond OWC: Full-On OLAP Development (part 3) - XMLA at Your Service
Although XMLA can be used as a true Web service (and before the SQL Server 2005 release of Analysis Services, it had to be), its elevation to native API status changes things a bit.
SQL Server 2005 : Beyond OWC: Full-On OLAP Development (part 2) - OLAP Development with ADO MD.NET
With the introduction of SQL Server Analysis Services 2005, this kind of programming is almost as easy as data access programming against relational databases. That’s because Microsoft has created an ADO.NET managed data provider called ADO MD.NET, which you can use against Analysis Services databases.
SQL Server 2005 : Beyond OWC: Full-On OLAP Development (part 1) - Management Studio as an MDX Client
Management Studio is a replacement not only for SQL Enterprise Manager and SQL Query Analyzer but also for the SQL Server 2000 Analysis Services tools: Analysis Manager and the MDX Sample Application.
Microsoft SQL Server 2008 R2 : Using FILESTREAM Storage (part 2) - Using FILESTREAM Storage for Data Columns
Once FILESTREAM storage is enabled for a database, you can specify the FILESTREAM attribute on a varbinary(max) column to indicate that a column should store data in the FILESTREAM filegroup on the file system.
Microsoft SQL Server 2008 R2 : Using FILESTREAM Storage (part 1) - Enabling FILESTREAM Storage
If you decide to use FILESTREAM storage, it first needs to be enabled at both the Windows level as well as at the SQL Server Instance level. FILESTREAM storage can be enabled automatically during SQL Server installation or manually after installation.
 
Top 10
A Look At Truecrypt The Open Source Security Tool
Price Of Piracy
Acer Aspire 5600U 23" Touchscreen All-in-One PC
Zalman FX100-Cube Fanless Cooler
Devolo dLAN LiveCam Starter Kit
Has Apple Lost It? (Part 2)
Has Apple Lost It? (Part 1)
Sony Computer Entertainment (Part 3)
Sony Computer Entertainment (Part 2)
Sony Computer Entertainment (Part 1)
Most View
Database Availability Group Replication in Exchange Server 2010 : Understanding Database Availability Groups
Optimizing for Vertical Search : Optimizing for Product Search
Corsair Dominator Platinum Dual-Channel DDR3 Memory Kits (Part 1)
Programming the Mobile Web : Testing and Debugging (part 1) - Remote Labs
The biggest TOS offenders (part 2)
Asus Zenbook Prime UX51Vz – An Attractive And Sophisticated Ultrabook (Part 1)
Visual Studio Team System 2008 : Deploying and Running Tests (part 1) - Remote deployment, Deploy additional files
Systems for All Budgets (Part 3) - WS 1000, Silent 1000
Crestron Speakers - First-Class Performance And Excellent Reliability
Windows Sever 2003 : Troubleshooting Name Resolution
Picking Up Last Generation Bargains (Part 2)
SharePoint Administration with PowerShell (part 1)
Tips & Tricks Of November 2012 (Part 3)
ASP.NET AJAX : Progress Notification
ASUS GTX 680 - Green Power Rises Again
iPhone Programming : Simplifying the Template Classes
Run Android Apps on Windows
Sony Computer Entertainment (Part 3)
Outlining AD DS Changes in Windows Server 2008 R2 (part 1)
Meet “The New iPAD” : Retina Display, A5X CPU, iSight Camera