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

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,381 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,648 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,436 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,282 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,715 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,024 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 | 152 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,041 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,590 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,233 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,496 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

Show off your Solutions

We're looking for scripts that you use in your daily job to find, fix, and solve issues in your environment.  Read more...
By Press Release 2013/05/30 | Source: SQLServerCentral.com | Category: sqlservercentral
Rating: |  Discuss |   Briefcase | 1,615 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,435 reads

SQLServerCentral Runs sp_Blitz - Query Plans

The fifth installment of the sp_Blitz script being run on the SQLServerCentral database server.  Read more...
By Steve Jones 2013/05/29 | Source: SQLServerCentral.com | Category: sqlservercentral
Rating: |  Discuss |   Briefcase | 5,082 reads

New SQL Monitor Custom Metric: Issues found by sp_Blitz

This custom metric adds Brent Ozar's popular SP_Blitz scripts to Red Gate SQL Monitor. It looks for configuration, security, health and performance problems, and reports back with a list of issues for you to look into. It’s great for quickly understanding the state of a server you've been asked to look after.  Read more...
By Press Release 2013/05/29 | Source: Red-Gate | Category: sql monitor
Rating: (not yet rated)  Rate this |   Briefcase | 2,865 reads
<< Previous 20    Items 41 to 60 of 11739    Next 20 >>