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 11742    Next 20 >>
 

Quickly Copy Data

Moving data around can be a challenge as the sizes of our databases grow. Steve Jones talks about some of the challenges and some creative ways you might consider moving data.  Read more...
By Steve Jones 2013/06/06 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 202 reads

Continuous integration for databases using Red Gate tools

Once databases are placed in source control, it is possible to integrate them into the existing build automation process. This will ensure that the whole development project, including the database, can be integrated regularly and tested by an automated build system. This, in turn, leads to opportunities for more frequent, reliable deployments.  Read more...
By Additional Articles 2013/06/06 | Source: SimpleTalk | Category: continuous integration
Rating: (not yet rated)  Rate this |   Briefcase | 2,413 reads

A Beginners Look at Hadoop

Hadoop has been making a lot of noise in the Big Data world. Despite my lack of Linux experience I decided to take the plunge and this is what I found.  Read more...
By David Poole 2013/06/05 | Source: SQLServerCentral.com | Category: hadoop
Rating: |  Discuss |   Briefcase | 12,741 reads

Forum Etiquette: How to post data/code on a forum to get the best help

Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.  Read more...
By Jeff Moden 2013/06/05 (first published: 2007/11/27) | Source: SQLServerCentral.com | Category: best practices
Rating: |  Discuss |   Briefcase | 98,416 reads

Paging Data with TSQL

Greg Larsen shares a number of different TSQL methods to provide paging functionality, for when your application requires that you display only one page of data at a time.  Read more...
By Additional Articles 2013/06/05 | Source: Database Journal | Category: t-sql
Rating: (not yet rated)  Rate this |   Briefcase | 3,668 reads

Fear Fear

Do you let your fear drive you in how you work with technology? Steve Jones thinks you should be cautious, but not paralyzed.  Read more...
By Steve Jones 2013/06/05 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 105 reads

Excel Function Returns Cell Address

This article details an Excel 2010 function to return the cell address of min and max functions.  Read more...
By Russ Mulkey 2013/06/04 | Source: SQLServerCentral.com | Category: excel
Rating: |  Discuss |   Briefcase | 5,440 reads

The Joy of Technology

Steve Jones enjoys his career in technology and hopes that you do as well.   Read more...
By Steve Jones 2013/06/04 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 109 reads

High IO Wait on SQL Server Replication Distribution Database

Have you ever heard this question? The database refresh has gone from 10-15 minutes to 1.5 hours. Nothing has changed on the application server and the consultant said ask the DBAs to check the database server. Where do you start to find the problem? Check out this tip to learn more.  Read more...
By Additional Articles 2013/06/04 | Source: MSSQLTips.com | Category: replication
Rating: (not yet rated)  Rate this |   Briefcase | 3,296 reads

SSRS Report Content Filtering by User Group

How to get an SSRS user's AD group membership in order to filter report content  Read more...
Rating: |  Discuss |   Briefcase | 4,722 reads

How Do We Learn?

With a huge increase in the number of online learning frameworks, Dave Convery wonders how comfortable people are with this new way of polishing their skills.  Read more...
By Dave Convery 2013/06/03 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 154 reads

SQL Saturday #202 - Edinburgh

Join us for a free day of SQL Server Training on June 8, 2013. There's also a Friday Preconference Training Day with Jonathan Kehayias and Joseph Sack.  Read more...
By Press Release 2013/06/03 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 2,038 reads

Relying on Algorithms

Today Steve Jones looks at the way software affects the world and how we might be worried about how things might change in the future.  Read more...
By Steve Jones 2013/06/03 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 94 reads

Some "Laws" of Software Development

Despite all the advances in software tools, there seem to be several enduring truths about software development. By understaning these 'laws', Ziv’s law, Humphrey’s Law and Conway’s Law for example, you can remove some of the mystery of the process. Al Noel discusses these and other laws that seem to apply generally to the art of programming.  Read more...
By Additional Articles 2013/06/03 | Source: SimpleTalk | Category: software development
Rating:  Rate this |   Briefcase | 5,060 reads

Loading XML Data into SQL Server (SQL Spackle)

Learn how to load data in an XML file into a table in SQL Server.  Read more...
By Wayne Sheffield 2013/05/31 (first published: 2011/01/03) | Source: SQLServerCentral.com | Category: xml
Rating: |  Discuss |   Briefcase | 18,600 reads

The Bicentennial

Tomorrow is the bicentennial SQL Saturday event. SQL Saturday #200 takes place in Philadelphia, and Steve Jones has some thoughts as he travels to the City of Brotherly Love.  Read more...
By Steve Jones 2013/05/31 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 55 reads

Why is your ASP.NET application running slow?

Any queries run against SQL Server or Oracle databases are recorded, along with how many times those queries were run and how long they took. That information is shown alongside your .NET code, so you can quickly see why the code you wrote resulted in those queries being executed. This can be particularly powerful if you’re using ORMs like Entity Framework to access data, which tend to be an impenetrable black box where performance issues can arise, but where it’s difficult to understand why.  Read more...
By Additional Articles 2013/05/31 | Source: CodeProject.com
Rating: (not yet rated)  Rate this |   Briefcase | 4,248 reads

Super Fast Transactional Replication Repair

Your production SQL Server transactional replication just failed and the business impact is critical. How do you get replication restored in minutes?  Read more...
By Edward Polley 2013/05/30 | Source: SQLServerCentral.com | Category: replication
Rating: |  Discuss |   Briefcase | 4,499 reads

The Speed of Azure

There isn't a lot of acceptance of Azure from DBAs. Steve Jones talks about some of the advantages of Azure and thinks that we should be working to ensure that our internal systems respond at the same speed as people can get from Azure.  Read more...
By Steve Jones 2013/05/30 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 130 reads

Extending SQL Server DDL Triggers for More Functionality

In this tip Aaron Bertrand describes some of the ways in which you can extend the DDL trigger functionality.  Read more...
By Additional Articles 2013/05/30 | Source: MSSQLTips.com | Category: ddl triggers
Rating: (not yet rated)  Rate this |   Briefcase | 3,448 reads
<< Previous 20    Items 41 to 60 of 11742    Next 20 >>