Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

<< Previous 20    Items 41 to 60 of 11652    Next 20 >>
 

Dynamic ETL with SSIS

Learn how to dynamically load data from ETL load files using SSIS as a shell. The code downloads files from FTP, parses them and loads them into the database.  Read more...
By Sarah Doriss 2013/05/03 (first published: 2010/10/19) | Source: SQLServerCentral.com | Category: etl
Rating: |  Discuss |   Briefcase | 21,202 reads

The Security of You

There is a lot of data out there that is specific to an individual, none more important perhaps than biometric data. Steve Jones writes a bit about the security implications involved in working with this data. (This editorial was originally published on Nov 10, 2008. It is being re-run as Steve is at SQL Bits.)  Read more...
By Steve Jones 2013/05/03 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 176 reads

Monitor SQL Instance Balance across Windows Cluster Nodes Using PowerShell

This tip will demonstrate how to monitor SQL Failover Cluster Instances if they become unbalanced using Windows PowerShell.  Read more...
By Additional Articles 2013/05/03 | Source: MSSQLTips.com | Category: failover cluster
Rating: (not yet rated)  Rate this |   Briefcase | 1,687 reads

DAX Query - Part 2

A more detailed look at the DAX language and some of its more frequently used functions  Read more...
By Gary Strange 2013/05/02 | Source: SQLServerCentral.com | Category: dax
Rating: |  Discuss |   Briefcase | 3,941 reads

Managing Your IT Data

A new application manages data from your IT machines and software, but doesn't use a database. Steve Jones talks a little about this. (This editorial was originally published on Jan 20, 2009. It is being re-run as Steve is at SQL Bits.)  Read more...
By Steve Jones 2013/05/02 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 208 reads

Developing a Report Definition Customization Extension for Multi-Language Reports

When you need to present the same SQL Server Reporting Services (SSRS) report in eight or more different languages, or in different formats for different recipients, and the boss demands last-minute changes, it suddenly makes sense to use the Report Definition Customisation Extension (RDCE) .NET class library to create the final reports automatically. But how?  Read more...
By Additional Articles 2013/05/02 | Source: SimpleTalk | Category: reports
Rating: (not yet rated)  Rate this |   Briefcase | 1,768 reads

SQL Saturday #212 - Redmond

Join us for a free day of SQL Server training and networking in Redmond, WA  Read more...
By Press Release 2013/05/02 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 1,989 reads

If you're confident about a change in your DB, triple check

Even planning allows for failure, sometimes you can't see everything else where you're standing.   Read more...
By Hilda E 2013/05/01 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 110 reads

Part 1: How to solve the transactional issues of isolation levels

Transaction Isolation levels are described in terms of which concurrency side-effects, such as dirty reads or phantom reads, are allowed.  Read more...
By at yazdani 2013/05/01 | Source: SQLServerCentral.com | Category: transaction isolation
Rating: |  Discuss |   Briefcase | 4,996 reads

Identify the Cause of SQL Server Blocking

In this tip, Basit Farooq shares a query written using dynamic management views (DMVs) that will help you to quickly identify SPIDs and other useful information about the processes that are causing blocking on a SQL Server instance.  Read more...
By Additional Articles 2013/05/01 | Source: MSSQLTips.com | Category: blocking
Rating:  Rate this |   Briefcase | 5,073 reads

Most important DBA Skill?

What is the most important DBA Skill?  Read more...
By Jim Youmans 2013/04/30 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 412 reads

Ordered Loading of Databases Tables Using SSIS

Finding the load order for inserting data into a that respects referential integrity is sometimes difficult. If you are using SSIS, the task is made easier.  Read more...
Rating: |  Discuss |   Briefcase | 3,921 reads

Managing the SQL Server Transaction Log: Dealing with Explosive Log Growth

You've just become responsible for a database, only to find that the log file is growing out of control. Why is it happening and what do you do to correct it?  Read more...
By Additional Articles 2013/04/30 | Source: SimpleTalk | Category: transaction logs
Rating: (not yet rated)  Rate this |   Briefcase | 4,283 reads

Parallel Processing Using Jobs

Learn about a simple way to run uniform tasks in parallel using self-deleting jobs.  Read more...
By Peter Sloboda 2013/04/29 | Source: SQLServerCentral.com | Category: jobs
Rating: |  Discuss |   Briefcase | 5,987 reads

SQL Saturday #209 - Rochester

A free day of SQL Server training in upstate New York.  Read more...
By Steve Jones 2013/04/29 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 1,882 reads

Factivism

There are many people trying to make the world better for others. Bono is one of them, with the elimination of hunger as his goal. He calls himself a "factivist" trying to use data to inspire others to join him.  Read more...
By Steve Jones 2013/04/29 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 85 reads

BACPACs be gone: Managing real backups in Azure

While backup to the Cloud may be useful in terms of optimizing storage across the enterprise, for DBAs it remains essential that they retain fast, easy, access to the backup files. Azure Explorer is a free tool that might help.  Read more...
By Tony Davis 2013/04/29 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 21 reads

SQL Server 2012 Integration Services - Using PowerShell to Configure Package Execution Parameters

Marcin Policht explores some of PowerShell's SSIS-specific automation capabilities by demonstrating the process of configuring an already deployed package in order to carry out a parameterized package execution.  Read more...
By Additional Articles 2013/04/29 | Source: Database Journal | Category: sql server 2012
Rating: (not yet rated)  Rate this |   Briefcase | 1,536 reads

A Check and Foreign Key Constraint Improves Query Performance

Check and foreign key constraint do not degrade performance but actually improve it.  Read more...
By Sarvesh Singh 2013/04/26 (first published: 2010/10/21) | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |   Briefcase | 21,780 reads

Unpack an Integer with SQL Server Recursion

Starting with SQL Server 2005, developers have had recursion available as a T-SQL language feature. This article describes recursion and its SQL Server implementations, complete with examples. It also includes SQL Server functions and a stored procedure that unpacks, or parses, an integer into its multiple-of-two components.  Read more...
By Additional Articles 2013/04/26 | Source: Database Journal | Category: integers
Rating: (not yet rated)  Rate this |   Briefcase | 2,582 reads
<< Previous 20    Items 41 to 60 of 11652    Next 20 >>