Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
<< Previous headlines
|
Later headlines >>
SQLServerCentral.com Headlines from 2008/04/04 to 2008/04/11
SQL Server 2005 Logins
Security was a major focus of SQL Server 2005 during its development, both in terms of making the product secure as well as enhancing the options. Security expert Brian Kelley brings us a look at how the paradigm of logins has changed and what you need to look for in SQL Server 2005.
Read more...
By
Brian Kelley
2008/04/11 (first posted: 2006/07/05)
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
81,838 reads
How to Implement an Automatic Sliding Window in a Partitioned Table on SQL Server 2005
This article shows how to implement an automatic sliding window in a partitioned table on Microsoft SQL Server 2005.
Read more...
By
Additional Articles
2008/04/11
|
Source:
TechNet
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
2,405 reads
Creating a Scorecard in PerformancePoint Server 2007 (PPS)
We are just getting started with PerformancePoint Server 2007 and trying to help our business users to develop their first scorecard. For those of you who are new to Office PerformancePoint Server 2007, PPS is a recent addition to the Microsoft Business Intelligence (BI) offering.
Read more...
By
Additional Articles
2008/04/11
|
Source:
MSSQLTips.com
|
Category:
Performance Point
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,853 reads
Issues with running backup log with no_log or truncate_only
On my database server I have my databases set to the full recovery model, but the transaction logs get quite big, so I am issuing a BACKUP LOG with NO_LOG. I am not exactly sure if this causes any issues, but I know that I am able to free up space in my transaction log and shrink the file. Is this the correct way to handle this situation?
Read more...
By
Additional Articles
2008/04/10
|
Source:
MSSQLTips.com
|
Category:
Backup and Recovery
Rating:
Rate this
|
Briefcase
|
2,238 reads
Yet another way to include portability on DTS packages
An proposal about using simple server name resolution and INI files to make a DTS package portable.
Read more...
By
Alceu Rodrigues de Freitas Junior
2008/04/10
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
3,329 reads
Joining to the Next Sequential Row
One of the more obscure requirements that a developer may find themselves facing is the need to compare a row with its immediate sibling. One such case is when a list of values needs to be processed to produce a moving average or to smooth a sequence of statistical numbers where their order is important. For example, values lying along a time line. The solution is actually quite simple, but not immediately obvious.
Read more...
By
Additional Articles
2008/04/10
|
Source:
SQLTeam.com
|
Category:
T-SQL
Rating:
Rate this
|
Briefcase
|
3,649 reads
Top Queries in SQL Server 2005
This article illustrates how to query dynamic management views to find the TOP queries based on average CPU and average I/O.
Read more...
By
Additional Articles
2008/04/09
|
Source:
Database Journal
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
4,580 reads
SQL Server Tracing: An Automated and Centralized Solution
When you are trying to pin down the cause of a problem with a SQL Server, there is probably going to come a time when you need to get 'trace' information. If you've ever done that, you'll know how easy it is to get overwhelmed by the detail. Here, Shawn McGehee shows how to get round the problem by capturing trace information on a schedule, filtering the captured information, and monitoring it from a central location.
Read more...
By
Additional Articles
2008/04/09
|
Source:
SimpleTalk
Rating:
Rate this
|
Briefcase
|
1,717 reads
XML Workshop XVIII - Generating an RSS 2.0 Feed with TSQL
Continuing on with part 18 of his series, MVP Jacob Sebastian examines building an RSS feed in T-SQL.
Read more...
By
Jacob Sebastian
2008/04/09
|
Source:
SQLServerCentral.com
|
Category:
XML
Rating:
|
Discuss
|
Briefcase
|
3,533 reads
Virtualization for Database Development
The trials and tribulations of our first attempt using Virtual Servers
Read more...
By
Grant Fritchey
2008/04/08
|
Source:
SQLServerCentral.com
|
Category:
Development Process
Rating:
|
Discuss
|
Briefcase
|
6,811 reads
Inside The Question of the Day
A note from the editor on our very popular Question of the Day. Learn what it is, how it works, and what you can do to improve it.
Read more...
By
Steve Jones
2008/04/08
|
Source:
SQLServerCentral.com
|
Category:
SQLServerCentral.com
Rating:
|
Discuss
|
Briefcase
|
1,576 reads
How to Share Data Between Stored Procedures
Different ways of passing sets of data between stored procedures.
Read more...
By
Additional Articles
2008/04/08
|
Source:
Erland Sommarskog's SQL Page
|
Category:
Stored Procedures
Rating:
Rate this
|
Briefcase
|
5,770 reads
Row Level Versioning
Row Level Version is one of the most coolest features introduced by SQL 2005.
Read more...
By
Roy Ernest DBA
2008/04/07
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005
Rating:
|
Discuss
|
Briefcase
|
9,684 reads
TSQL String Array Workbench
Robyn Page and Phil Factor show how to use XML-based arrays to make string handling easier in SQL Server 2005/2007, and illustrate the techniques with some useful functions
Read more...
By
Additional Articles
2008/04/07
|
Source:
SimpleTalk
Rating:
Rate this
|
Briefcase
|
1,859 reads
The New MVPs
Last week new MVPs were announced and a couple of our authors were awarded.
Read more...
By
Steve Jones
2008/04/07
|
Source:
SQLServerCentral.com
|
Category:
SQLServerCentral.com
Rating:
|
Discuss
|
Briefcase
|
1,732 reads
Building and customizing SQL Server script templates
There is not enough time in the day to keep it all straight! There is no shame in making use of any short cuts or cheats that allow you to be a more productive and well-versed SQL Professional in order to cope with the sheer volume of expectations you are required to meet on a daily basis.
Read more...
By
Additional Articles
2008/04/07
|
Source:
MSSQLTips.com
|
Category:
Management Studio
Rating:
Rate this
|
Briefcase
|
2,071 reads
Gotcha! SQL Aggregate Functions and NULL
Working with NULL functions can be tricky in T-SQL and SQL Server 2000. If you add in aggregates, you need to be sure you understand what the behavior will be or you might report incorrect values to a user. Michael Coles has written a new article that talks about how NULL affects your results.
Read more...
By
Michael Coles
2008/04/04 (first posted: 2005/07/05)
|
Source:
SQLServerCentral.com
|
Category:
Advanced Querying
Rating:
|
Discuss
|
Briefcase
|
76,121 reads
Automating SQL Server Profiler
This article details the steps to automate the generation of Sql profiler traces in a Testing environment. The facility is useful when an application is User Acceptance Testing phase where a bunch of test users logon to the Testing site and use the application.
Read more...
By
Additional Articles
2008/04/04
|
Source:
SQL Community
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
2,269 reads
Tame Your Software Dependencies for More Flexible Apps
Few would disagree that striving for a loosely coupled design is a bad thing. Unfortunately, the software we typically design is much more tightly coupled than we intend. How can you tell whether your design is tightly coupled?
Read more...
By
Additional Articles
2008/04/04
|
Source:
Microsoft MSDN
|
Category:
System Development Life Cycle
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,240 reads
Handling Data Integrity Issues in Analysis Services 2005
Learn about common data integrity issues, and see how Analysis Services 2005 gives you the tools to handle them.
Read more...
By
Additional Articles
2008/04/04
|
Source:
TechNet
|
Category:
Analysis Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
847 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use