- T-SQL
- Performance Tuning
- Security
- Stored Procedures
- Replication
- Availability and Scalability
- Backup and Recovery
- Tools and Utilities
- Interoperability
- Installation
Email Alerts
-
The most dangerous game: Hunting down bad SQL query performance
SQL Server is faster when the queries behind your applications are faster. Learn how to spot bad SQL query performance, and then work with developers so you can improve throughput.Feature
-
Uncovering database file information with T-SQL metadata functions
Admins can use metadata functions to reveal detailed information about SQL Server files and filegroups, including file names, IDs and file properties.Tip
-
Exploring T-SQL metadata functions in SQL Server 2008
Metadata functions in T-SQL can help uncover information about database names, objects and more. Learn the basics of metadata functions and how to apply them here.Tip
-
Inspecting property settings with T-SQL metadata functions
There are plenty of other uses for SQL Server 2008 metadata functions beyond just the basics. This includes the ability to view object properties, such as columns and data types.Tip
-
Digging deeper with T-SQL system functions and language tools
Learn how system functions can be used in T-SQL to view general session and system information along with other types of data in Microsoft SQL Server.Tip
-
An introductory look at T-SQL system functions
Get the basics on working with various system functions in T-SQL to help assess the finer details of your data.Tip
-
The basics of SMO scripting for database objects
The use of SQL Server Management Objects streamlines the process of scripting database objects, allowing DBAs and developers to customize code using basic SMO scripting know-how.Tip
-
Dissecting the SELECT query syntax in T-SQL
With so many possible options and extensions, translating complex SELECT statements can be a challenge. DBAs can clear the air by breaking them down piece by piece.The Reluctant DBA
-
T-SQL subquery basics: When and how to apply them in SQL Server
Subqueries in T-SQL give admins flexibility when it comes to analyzing the inner details of subsets of data. Learn how to apply subqueries with this comprehensive rundown.Tip
-
Combining T-SQL subqueries with operators in SQL Server
Using subqueries with different operators allows admins to collect even more information from T-SQL statement. Learn the basics of each and how to implement them here.Tip
- VIEW MORE ON : T-SQL
-
Configuring SSRS the easy way
Demystify the SQL Server Reporting Services (SSRS) configuration process. Get an overview of this tool and guidelines for how to set up each screen in SSRS from industry professional Roman Rehak.Tip
-
Tips for deploying SQL Azure Federations
Reduced SQL Azure pricing, an upgraded management portal, increased database size and the SQL Azure Federations Data Migration Wizard mean multi-tenant and “big data” projects are big possibilities.Tip
-
SQL Server 2012 ‘virtually’ out, Microsoft talks features, licensing
With SQL Server 2012 released in a “virtual launch” this month, Microsoft data platform specialist Mark Kromer tells us what his favorite features of the new release are.News | Wed Mar 14 12:40:37 EDT 2012
-
Microsoft bulks up SQL Server scalability to rival buff competition
Better SQL Server scalability and lower costs have furthered Microsoft’s reach in recent years, industry observers say, and that’s good, because the competition is big and knows the turf well.News | Fri Mar 02 12:29:26 EST 2012
-
Five things in SQL Server not in SQL Azure
With the excitement over the cloud, it’s easy to forget that Microsoft’s cloud database, SQL Azure, is not for everyone. Learn the five major differences between SQL Azure and SQL Server.Tip
-
Three tips for a better SQL Azure migration
A successful SQL Azure migration means picking the right migration tool and loading data into SQL Azure properly.Tip
-
SQL Server 2012 release approaches -- what you need to know
Microsoft will soon come out with the long-awaited SQL Server 2012 release, but will your system be ready to take full advantage of the new version, also known as Microsoft Denali? Find out.Feature
-
Three easy ways to improve SQL Server performance
A sluggish database does no one any good. Consultant Don Jones offers tips to improve SQL Server performance.Tip
-
Don’t get bogged down by sluggish BI system performance -- speed it up
Poor BI system performance can be a real problem, but that doesn’t mean it should get you down, consultant Don Jones says. Find out how to give your system a needed boost.Tip
-
Three monthly checks for managing database capacity
Managing database capacity is something DBAs can’t take lightly. Find out what to look at to keep capacity at the proper levels.Tip
- VIEW MORE ON : Performance Tuning
-
SQL Server security in virtual, physical worlds virtually the same
SQL Server security issues in virtualized environments pretty much mirror the challenges in physical environments, experts say. Standard security guidelines apply.Feature
-
SQL Azure security terrifies IT, but loss of control might be real fear
The primary obstacle to SQL Azure security is not specific security gaps, but rather DBAs' reluctance to give up control over SQL Server environments.Feature
-
Securing SQL Server: Quick, easy, routinely ignored
A recent wave of high-profile attacks has highlighted the importance of securing SQL Server. But protecting the database application is something most companies have historically overlooked.News | Mon Dec 05 17:45:13 EST 2011
-
test ML item v8.1 stage
testPromo
-
Securing SQL Server data in the cloud: a few pointers
Few concerns swirling around Microsoft cloud computing are more consuming than securing SQL data in the cloud. Can it be done? Certainly, but it’s not to be taken lightly.Tip
-
For better SQL Server security, get Extended Protection
Want to ensure SQL Server security? Well, it just got a little easier. Extended Protection guards against attacks targeting the SQL Server database engine through enhanced security features in the Integrated Windows Authentication process.Tip
-
SQL Server merge replication using IIS
In older versions of SQL Server, securely replicating data between sites or companies was not easy to do. Microsoft SQL Server merge replication simplifies the process using Internet Information Services (IIS).Tip
-
Do you need to harden SQL Server 2008 R2?
Some say systems like R2 come so secure out of the box that traditional hardening need not apply. But when it comes to security, there’s still plenty to do beyond the defaults.Tip
-
Walking through the database auditing process for SQL Server 2008 R2
SQL Server 2008 R2 features powerful tools for creating database auditing policies that can be implemented using either SQL Server Management Studio or T-SQL scripts.Tip
-
Top hacker tricks to exploit SQL Server systems
Stay one step ahead of attackers by testing your SQL Server systems against some of the most common hacking techniques.Tip
- VIEW MORE ON : Security
-
SQL Server stored procedures supercharged in recent, upcoming versions
Microsoft is forever tinkering with SQL Server stored procedures to give queries more thrust. Find out what’s new in SQL Server 2008, 2008 R2 and the next-generation 2012 release.Tip
-
Finding your way around SQL Server data preservation
Need to know what a table looked like before changes were changes were made? There are several tools for SQL Server data preservation -- SQL Server change tracking and SQL Server database mirroring among them -- each with its own uses and limitations.Tip
-
Top tips and tricks for SQL Server database development
Check out these handy database development best practices, with tips on dealing with batch updates, stored procedures and more.Tip
-
SQL Server errors, failures and other problems fixed from the trenches
SQL Server expert Matthew Schroeder gets down into the trenches to help resolve your SQL Server issues. Whether it's a failed cluster installation, a long-running stored procedure that causes a 3 a.m. phone call or a database in suspect mode, he's got you covered with this handbook for DBAs on the SQL Server frontline.Tip
-
Check SQL Server database and log file size with this stored procedure
Knowing the size of a SQL Server database is one of the many DBA responsibilities that you can accomplish easily with the stored procedure sp_SDS. Not only will sp_SDS determine "SQL Database Space," but it can also be used to monitor database growth, alert a DBA on data or log file growth, execute a transaction log backup and even provide a detailed breakdown at the file level so a DBA can then shrink files with the most empty space.Tip
-
SQL Server source code analysis and management adds database security
Manage and protect your SQL Server databases by implementing source code analysis. Source code is the foundation of any application, and integrating methods to test and debug this code adds a key layer of security. IT security specialist Kevin Beaver explains why source code analysis should be a fundamental component of your SQL Server security measures.Tip
-
Configure SQL Server Service Broker for sending stored procedure data
The Service Broker feature in SQL Server 2005 allows you to queue data of stored procedures and other application development components. Instead of processing the data, it's sent to a queue where it can be automatically read at a later date and processed within the message. Follow these steps for setting up Service Broker and experience a rock solid communications' platform for transmitting data from one SQL Server system to another.Tip
-
Find size of SQL Server tables and other objects with stored procedure
When determining SQL Server disk space used by an object, Microsoft's sp_spaceused has limits. Here's an original stored procedure, sp_SOS, that calculates specific object space in SQL Server. Use it to get an overview of user table sizes in a database, the summary of the total space owned by a group of tables and to see the top 10 biggest indexed objects.Tip
-
Use SQL Profiler to find long running stored procedures and commands
Troubleshoot long running stored procedures with SQL Server Profiler by adding events to find the command with high run time.Ask the Expert
-
Stored procedure to monitor long-running jobs in SQL Server 2000
Monitoring long-running jobs in SQL Server 2000 is not a simple practice, but it is a best practice among DBAs. In this tip, try out a stored procedure that easily identifies long-running jobs. You'll also receive email alerts about these jobs that poorly affect SQL Server performance.Tip
- VIEW MORE ON : Stored Procedures
-
SQL Server merge replication using IIS
In older versions of SQL Server, securely replicating data between sites or companies was not easy to do. Microsoft SQL Server merge replication simplifies the process using Internet Information Services (IIS).Tip
-
Choosing SQL Server Service Broker over replication
Denny Cherry explains why it's sometimes a good idea to use the SQL Server Service Broker instead of replication, and demonstrates how to put such a system together.News | Thu Mar 25 01:00:00 EDT 2010
-
Choosing SQL Server Service Broker over replication
Denny Cherry explains why it's sometimes a good idea to use the SQL Server Service Broker instead of replication, and demonstrates how to put such a system together.News | Thu Mar 25 00:00:00 EDT 2010
-
SQL Server replication: How it works and when to say no
Each form of SQL Server replication offers its own benefits, but sometimes the best option is to avoid replication altogether.Tip
-
Push vs. pull: Configuring SQL Server replication
Learn the difference between push and pull subscriptions and how to determine the best placement for SQL Server replication's Distribution Agent.Tip
-
Top load balancing methods for SQL Server
There are a number of way to achieve load distribution in SQL Server environments. Learn about some of the key methods, including merge replication, log shipping and SSAS server farm deployment.Tip
-
New replication features in SQL Server 2008 and what they mean to you
SQL Server 2008 features several replication improvements, and some are more compelling than others. Here you'll learn what's new with snapshot delivery, peer-to-peer topologies, merge replication and more.Tip
-
SQL Server database replication tutorial
SQL Server replication involves some decision making on the part of the DBA. What's the best method for your SQL Server environment -- snapshot, merge or transactional replication? Are there any areas where you can expect to be tripped up? SQL Server MVP Denny Cherry answers these questions as he walks you through the basics and shares some replication tricks.Tip
-
Licensing a standby server for SQL Server replication
Is a license needed for a standby server if it's used for SQL Server replication? Get that answer and a comparison of SQL Server log shipping to replication.Ask the Expert
-
Upgrade live applications to SQL Server 2005 for high availability
Part four in this series takes you through the stages of maintaining live applications. Find out how to push live data from one cluster to another using a conversion database and replication techniques.Tip
- VIEW MORE ON : Replication
-
Configuring SSRS the easy way
Demystify the SQL Server Reporting Services (SSRS) configuration process. Get an overview of this tool and guidelines for how to set up each screen in SSRS from industry professional Roman Rehak.Tip
-
Big data a big deal for SQL Server 2012, users say
SQL Server 2012 is here, and the Apache Hadoop integration is making the biggest wave, according to some users.News | Wed Apr 11 12:49:58 EDT 2012
-
Manage, query SQL Azure Federations using T-SQL
Can SQL Azure help you manage “big data?” SQL Azure Federations enhances traditional partitioning, says Roger Jennings. Part 1 of this two-part series looks at using T-SQL to make federated tables.Tip
-
Is cloud-based business intelligence a safe bet?
Cloud-based business intelligence has its attractions, especially for SMBs having a hard time supporting any BI in-house. But don’t forget to ask some crucial questions.Tip
-
SQL Server 2012 ‘virtually’ out, Microsoft talks features, licensing
With SQL Server 2012 released in a “virtual launch” this month, Microsoft data platform specialist Mark Kromer tells us what his favorite features of the new release are.News | Wed Mar 14 12:40:37 EDT 2012
-
SQL Server 2012 Guide
SQL Server 2012 Guide
-
Microsoft bulks up SQL Server scalability to rival buff competition
Better SQL Server scalability and lower costs have furthered Microsoft’s reach in recent years, industry observers say, and that’s good, because the competition is big and knows the turf well.News | Fri Mar 02 12:29:26 EST 2012
-
Five things in SQL Server not in SQL Azure
With the excitement over the cloud, it’s easy to forget that Microsoft’s cloud database, SQL Azure, is not for everyone. Learn the five major differences between SQL Azure and SQL Server.Tip
-
When up isn’t enough: Techniques for scaling SQL Server out
Scaling SQL Server out is not easy; that’s why most businesses choose to scale up their databases instead. But some applications give you no choice: You’ve got to look at options for scaling out.Tip
-
Three easy ways to improve SQL Server performance
A sluggish database does no one any good. Consultant Don Jones offers tips to improve SQL Server performance.Tip
- VIEW MORE ON : Availability and Scalability
-
database replication
Database replication is the frequent electronic copying of data from one computer or server to another so that all users share the same level of information... (Continued)Definition
-
Big data a big deal for SQL Server 2012, users say
SQL Server 2012 is here, and the Apache Hadoop integration is making the biggest wave, according to some users.News | Wed Apr 11 12:49:58 EDT 2012
-
No-risk SQL Server upgrade for SSRS no problem
Worried about mishaps during your next SQL Server upgrade? What if you could perform an upgrade that is virtually risk free? It is possible, database architect Roman Rehak writes.Tip
-
In data warehousing, cost-benefit’s the issue with backup compression
Backup compression is well known to carry the benefit of cost savings to SQL Server shops, but organizations using SQL Server data warehouses may have a few more variables to consider.Tip
-
Aiming for zero: Techniques for lossless SQL Server data protection
No doubt you have SQL Server data protection plans in place. But how much data do you stand to lose should disaster strike? Expert Don Jones offers pointers on how to make that number zero.Feature
-
Three third-party tools for SQL Server you need to have
SQL Server is packaged with an array of management tools, but it’s not complete. Several third-party tools for SQL Server can help with monitoring, backup and capacity management.The 'Reluctant' DBA
-
Finding your way around SQL Server data preservation
Need to know what a table looked like before changes were changes were made? There are several tools for SQL Server data preservation -- SQL Server change tracking and SQL Server database mirroring among them -- each with its own uses and limitations.Tip
-
SQL Server backup and restore management tutorial
From system failure to catastrophic disaster, this guide features the backup and recovery know-how that can mean the difference between life and death for your SQL Server database.LEARNING GUIDE
-
Backing up SharePoint-related SQL Server databases
Find out exactly which database backup and recovery models you'll need for a full backup and restore of a SharePoint-associated SQL Server database.Tip
-
Log shipping: Four tips to maintain RTO and RPO with SQL Server
It's not uncommon for DBAs to be lulled into a false sense of security by log shipping, without realizing the negative effects it could have on disaster recovery.Tip
- VIEW MORE ON : Backup and Recovery
-
Configuring SSRS the easy way
Demystify the SQL Server Reporting Services (SSRS) configuration process. Get an overview of this tool and guidelines for how to set up each screen in SSRS from industry professional Roman Rehak.Tip
-
ODBC drivers replacing OLE DB? Say what?
After years of telling SQL Server users to avoid ODBC in favor of OLE DB, Microsoft has suddenly reversed its position and advised going back to ODBC. Why? And what should you do about it?Tip
-
Use PowerShell capabilities to improve your SQL Server administration
With SQL Server 2012, Microsoft has gone whole-hog SQL Server, with great PowerShell capabilities. But what’s the best way for a DBA to manage them? Read this tip from Don Jones to find out.Tip
-
SQL Server 2012 Guide
SQL Server 2012 Guide
-
Microsoft MDS plucks DBAs from the data fracas
Microsoft MDS, or Master Data Services, aims to dissolve workplace arguments about whose data is correct, and it puts DBAs at a safe distance, expert Don Jones writes.Tip
-
Purchasing hardware for SQL Server: What not to do
SQL Server performance depends on hardware, and what you buy can have a huge impact. Yet people make mistakes when purchasing hardware for SQL Server. Here are some of the worst.Feature
-
Solid-state storage devices for SQL Server: Are they worth the cost?
Solid-state storage devices for SQL Server have been growing in popularity in recent years. But do their super-fast read speeds justify their super-high prices?Feature
-
Stylish SQL Server hardware every well-dressed computer is wearing
You want your SQL Server computer in top shape, so dress it in the newest duds. Learn about the latest trends in SQL Server hardware and make your server the talk of the town.Feature
-
SQL Server virtualization is inevitable: Get the right hardware
Buying hardware for SQL Server virtualization hosts entails some specialized shopping skills. Get some expert tips on what to look for.Feature
-
Before scaling up Microsoft SQL Server, a few questions
Scaling up SQL Server could give your database performance a boost. First, check that your hardware is doing all it can. Learn what questions to ask before you begin an upgrade.Tip
- VIEW MORE ON : Tools and Utilities
-
ODBC drivers replacing OLE DB? Say what?
After years of telling SQL Server users to avoid ODBC in favor of OLE DB, Microsoft has suddenly reversed its position and advised going back to ODBC. Why? And what should you do about it?Tip
-
Don’t sweat migration from Oracle, Sybase to SQL Azure
Are you considering moving your database to Azure? Concerned about complexity? Read this tip from expert Denny Cherry. Migrating to SQL Azure might be the easiest move ever.News | Mon Mar 12 17:15:52 EDT 2012
-
Cloaked in secrecy, Microsoft project aims to wed SQL, NoSQL databases
Microsoft technical fellow David DeWitt is secretly developing a data management system that can do the jobs of both SQL and NoSQL databases. Can he bring the two sides together?News | Thu Mar 01 13:33:49 EST 2012
-
Five things in SQL Server not in SQL Azure
With the excitement over the cloud, it’s easy to forget that Microsoft’s cloud database, SQL Azure, is not for everyone. Learn the five major differences between SQL Azure and SQL Server.Tip
-
Microsoft gives tour of new release of SQL Server
Microsoft gave PASS Summit 2010 attendees a walk-through of its Denali SQL Server release, demoing its AlwaysOn, FileTable and expanded SQL Server Integration Services features.News | Thu Nov 11 00:00:00 EST 2010
-
Utilize SSAS for data predictions and classification using Excel
Using Excel as a tool for data mining and predictions is very powerful. Learn how to take advantage of SSAS in SQL Server 2005 with Microsoft Office Excel 2007.Tip
-
How to create a SQL Server linked server to DB2
Many SQL Server environments run DB2 servers, too, and often the two servers must be linked. Here's a step-by-step process that shows how to create a SQL Server linked server using Microsoft's DB2 driver.Tip
-
Microsoft Access 2007 integration with SQL Server
Microsoft Access 2007 introduces new features to boost integration with SQL Server.Tip
-
SSIS package to filter false records
I have a table, let's call it AlarmTriggers and it has a Boolean field pulled into it. When my software writes to it the table doesn't set the field to true. It's kept false. I want to use an SSIS package that filters all false records in the table and pull it over to another server. After the records have been pulled I would like the SSIS package to mark those pulled records as true. So, the source table field pulled must be set to true. I am using SQL Server 2005 Workgroup Edition. Can you tell me how to do this?Ask the Expert
-
Efficiently push and pull data in SQL Server
What is the most efficient way to 'PUSH' data from Sybase to MS SQL Server or 'PULL' data into MS SQL Server from Sybase?Ask the Expert
- VIEW MORE ON : Interoperability
-
SQL Server Upgrade Advisor, Upgrade Assistant can ease transition pains
You probably think you’re ready to upgrade to the new release, but you might not be as prepared as you think. Before you upgrade, there are some tools to become familiar with, says Bob Sheldon.Tip
-
Pros and cons of SQL Server 2012
Performance and support top the lists of pros for going to SQL Server 2012. But application compatibility and “the unknown” might keep you away for now.Tip
-
Big data a big deal for SQL Server 2012, users say
SQL Server 2012 is here, and the Apache Hadoop integration is making the biggest wave, according to some users.News | Wed Apr 11 12:49:58 EDT 2012
-
No-risk SQL Server upgrade for SSRS no problem
Worried about mishaps during your next SQL Server upgrade? What if you could perform an upgrade that is virtually risk free? It is possible, database architect Roman Rehak writes.Tip
-
Oracle vs. SQL Server face-off: Microsoft SQL cheaper, simpler than Oracle DB
SQL Server expert Denny Cherry argues that SQL Server is better than Oracle Database because it is cheaper, simpler and has a better supportive community.Faceoff
-
Tips for deploying SQL Azure Federations
Reduced SQL Azure pricing, an upgraded management portal, increased database size and the SQL Azure Federations Data Migration Wizard mean multi-tenant and “big data” projects are big possibilities.Tip
-
SQL Server 2012 ‘virtually’ out, Microsoft talks features, licensing
With SQL Server 2012 released in a “virtual launch” this month, Microsoft data platform specialist Mark Kromer tells us what his favorite features of the new release are.News | Wed Mar 14 12:40:37 EDT 2012
-
Don’t sweat migration from Oracle, Sybase to SQL Azure
Are you considering moving your database to Azure? Concerned about complexity? Read this tip from expert Denny Cherry. Migrating to SQL Azure might be the easiest move ever.News | Mon Mar 12 17:15:52 EDT 2012
-
Microsoft SQL Server 2012 pricing, licensing packed with changes
SQL Server 2012 pricing includes some significant adjustments, including a reduction in the number of editions and the change from processor- to core-based licensing.Tip
-
SQL Server 2012 Guide
SQL Server 2012 Guide
- VIEW MORE ON : Installation