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

   Items 1 to 20 of 11661    Next 20 >>
 

Power View for Cubes

This document evaluates the latest functionality provided by Microsoft SQL Server 2012 With Power View for Multidimensional Models[1], this SQL Server 2012 CTP release allows connections between Power View and Multidimensional Models ( cubes) and not just Tabular Models.  Read more...
By Ivan Paniagua 2013/05/21 | Source: SQLServerCentral.com | Category: power view
Rating: |  Discuss |   Briefcase | 3,065 reads

Centralizing SQL Server Express Job Scheduling

I'm interested in monitoring all my SQL Server backups, but for SQL Server Express we're currently using scheduled backups using Windows Task scheduler on each SQL Server Express since SQL Agent does not come installed on Express Editions. Is there an alternative where I can utilize my existing SQL Server infrastructure?  Read more...
By Additional Articles 2013/05/21 | Source: MSSQLTips.com
Rating: (not yet rated)  Rate this |   Briefcase | 995 reads

How do you solve T-SQL problems?

It's good to have a methodology for solving problems, and T-SQL is no exception to this. Steve Jones notes that all too often we look at solving a problem, but only doing half the job.  Read more...
By Steve Jones 2013/05/21 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 70 reads

How Maintenance Plans are a Big Plus for SQL Server Administration

SQL Server 2012 makes your database maintenance jobs easy by proving an effective Maintenance Plan Wizard. This wizard does a fair job of creating core maintenance plans for your database.  Read more...
By Prett Sons 2013/05/20 | Source: SQLServerCentral.com | Category: maintenance plans
Rating: |  Discuss |   Briefcase | 3,174 reads

SQLServerCentral Hosts AdventureWorks on Azure

SQLServerCentral and Red Gate software have agreed to host the AdventureWorks database on the Azure platform and give free access to anyone that wants to practice querying it.  Read more...
By Press Release 2013/05/20 | Source: SQLServerCentral.com | Category: adventureworks
Rating: |  Discuss |   Briefcase | 748 reads

Connecting to AdventureWorks on Azure

A quick guide for connecting to our free copy of AdventureWorks on the Azure platform.  Read more...
By Steve Jones 2013/05/20 | Source: SQLServerCentral.com | Category: adventureworks
Rating: |  Discuss |   Briefcase | 806 reads

Morphing Microsoft

Is Microsoft trying to move away from just being a software vendor? It seems they'd like to and that's a goal, but are they moving in the right direction? Steve Jones has a few ideas to help them.  Read more...
By Steve Jones 2013/05/20 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 48 reads

Powershell for DBAs

Powershell is a great tool for helping you work with multiple instances of SQL Server. This week Steve Jones talks about how and why you might want to get started.  Read more...
By Steve Jones 2013/05/20 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 66 reads

Azure SQL Database Maintenance

It is increasingly likely that DBAs are now given responsibility for maintaining Azure SQL databases as well as conventional SQL Server databases. What is likely to be required by way of maintenence? What are the differences? Grant Fritchey covers what you need to know.  Read more...
By Additional Articles 2013/05/20 | Source: SimpleTalk | Category: azure
Rating: (not yet rated)  Rate this |   Briefcase | 1,247 reads

Powershell Database Backup Script

Learn how to write a script for regular database backups using Powershell and SMO.  Read more...
By Jimmy Atsaves 2013/05/17 (first published: 2011/01/05) | Source: SQLServerCentral.com | Category: backup / restore
Rating: |  Discuss |   Briefcase | 17,319 reads

Raw Materials - Beyond Global

There's more than one way to be green.  Read more...
By Larry Gonick 2013/05/17 (first published: 2010/09/22) | Source: SQLServerCentral.com | Category: raw materials
Rating: |  Discuss |   Briefcase | 10,582 reads

Getting Started Formatting SSRS Reports

Once you've prepared an SSRS report, it needs formatting to get it ready for the people who need to read it. This tip covers the basics of formatting SSRS Reports.  Read more...
By Additional Articles 2013/05/17 | Source: SQL Server Performance | Category: ssrs
Rating:  Rate this |   Briefcase | 2,457 reads

The Control Poll

Do you use version control for your databases? For your application code? Is there a time when you think it's not needed? Steve Jones asks the question today.   Read more...
By Steve Jones 2013/05/17 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 67 reads

How to Change the SQL Server Name after Renaming the Windows Host

This article shows how to change a SQL Server name after changing the Windows machine name.  Read more...
By Shashank Srivastava 2013/05/16 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 5,710 reads

Honeywords in SQL Server

There's an idea of using false passwords with real accounts, honeywords, that can help us detect security issues with our servers. Is that worth implementing in SQL Server?  Read more...
By Steve Jones 2013/05/16 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 132 reads

Getting Started Testing Databases with tSQLt

There are several frameworks for assisting with the testing of SQL Server databases, but tSQLt is popular because it is written in TSQL and is simple for a database developer to set up and use. It doesn't get in the way. Rob Sheldon shows you how to get started.  Read more...
By Additional Articles 2013/05/16 | Source: SimpleTalk | Category: tsqlt
Rating: (not yet rated)  Rate this |   Briefcase | 3,311 reads

Using XML from data variable option in SSIS

Learn how you can manipulat XML documents solely in memory. No file required.   Read more...
By Cindy Conway 2013/05/15 | Source: SQLServerCentral.com | Category: sql server
Rating: |  Discuss |   Briefcase | 3,504 reads

The Challenger

There is plenty of competition in the database platform space for SQL Server. There's a new NuSQL platform, whose vendor hopes will replace SQL Server as the platform of choice in the cloud. However Steve Jones isn't sure this will be the case.  Read more...
By Steve Jones 2013/05/15 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 123 reads

SQL Saturday #220 - Atlanta

A free day of training this weekend in Atlanta, GA.  Read more...
By Press Release 2013/05/15 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 2,159 reads

Forwarding Pointers in Heaps

When no clustered index is defined on a table, that table is said to be a Heap. Heaps are not ideal when it comes to performance but there are lots of instances where you have heaps.   Read more...
By Additional Articles 2013/05/15 | Source: SQL Server Performance | Category: heaps
Rating:  Rate this |   Briefcase | 1,990 reads
   Items 1 to 20 of 11661    Next 20 >>