About InfoWorld : Advertise : Subscribe : Contact Us : Awards : Events : Store
InfoWorld InfoWorld HomeTechnology NewsTechnology Test CenterOpinionsTechnology Product GuideTechnology IndexCareers
PRODUCT REVIEWS GUIDE    REVIEWS    ANALYSES    SPECIAL REPORTS 
SiteIT Product Guide Search
 
Free Technology Newsletters
» All 33 InfoWorld Newsletters
Technology & Business Daily
 

Page 2 of 5  «  Previous Page    Next Page » 

SQL Server bulks up

E-mailE-mail  

Last but not least, the new .Net integration releases SSIS from DTS’s dependence on the limits of VBscript and moves serious coders into the richness of VB.net. For this reason, file and string manipulations, math operations, and Win32 calls are much easier and faster.

Free IT resource

Open Source Business Conference (OSBC) May 22-23, 2007

Sponsored by OSBC

Free IT resource

Virtualization Insights from Top Experts - Learn how virtualization gets real!

Sponsored by Dell

Return to special report

DOWNLOAD PDF

Click here to download InfoWorld's special report Microsoft SQL Server




Microsoft SQL Server 2005

Microsoft, microsoft.com

Excellent  9.1
criteria score weight
Manageability 9 25%
Performance 9 25%
Availability 9 20%
Scalability 9 20%
Value 10 10%

Cost:
Standard Edition starts at $5,999 per processor or $1,849 with 5 CALs. Enterprise Edition starts at $24,999 per processor or $13,969 with 25 CALs.

Platforms:
Windows Server 2003

Bottom Line:
SQL Server 2005 vastly improves capabilities on all fronts, including development, integration, management, and BI. Companies will be able to run safer databases, better manage their environment, and finally create a truly 24/7 operation. Among new high-availability features, partial restores will allow databases to be brought online faster after failures, and database mirroring, although not yet officially supported, will provide automatic fail-over for log shipping scenarios.

About our Reviews and Scoring Methodology

As you would expect, the increased power and flexibility of SSIS come at the price of increased complexity. SSIS presents a learning curve that can seem daunting, but after you learn how to use it, SSIS will change the way your company thinks about its data. Systems that couldn’t communicate before are now perfectly integrated and have the full power of .Net behind them. Complex data load operations into warehouses and disparate systems will take a fraction of the time to build, execute, and support. Other complicated tasks can also be performed much faster, which means deadlines will be met more easily and projects won’t be held up because of the limited functionality of DTS and the way operations have to be taped together.

Maximum DBA
Microsoft has also made some dramatic changes to its management tools, replacing Enterprise Manager and Query Analyzer with the new SSMS (SQL Server Management Studio). SSMS serves as both the database command line, with which you perform tasks such as creating databases and managing user accounts, and the tool used to write database code. SSIS and Profiler were left out of this merger.

These changes won’t leave users completely satisfied. For starters, doing normal query tasks, such as viewing execution plans and even just running queries, is much slower. Screens can become quite unresponsive while queries run, and it takes much longer to pull up execution plans, sometimes causing the window to seize up. Microsoft also changed the layout of the execution plans, so larger ones are much harder to read. Your favorite keyboard shortcuts have been taken away, and right-clicking on a view -- which used to allow you to edit it -- now takes you directly to query builder. A lot of DBAs won’t like this. 

But these annoyances are greatly outweighed by richer management capabilities overall. One place Microsoft has succeeded beyond expectations is in the management of SQL error logs. SSMS not only displays the SQL error logs, but combines them with the Windows NT event logs in the same pane, allowing DBAs to see all the relevant information in one place. While we’re on the topic of combined logs, this is a good place to mention the enhancements to Profiler, which now combines SQL trace logs with Perfmon logs. This makes it much easier to correlate performance counters with specific queries. In fact, it’s very easy to find exactly what you’re looking for because all you have to do is click on the performance spike in the Perfmon log and it automatically takes you to the relevant place in the Profiler log.

At the heart of SQL’s new management capabilities are the DMVs (Dynamic Management Views) and functions, which give admins much deeper insight into database operations. Microsoft used to hide the deeper aspects of the database, but meeting the demands of managing large databases means giving DBAs more control. DMVs provide greater visibility into memory, index usage, table stats, server stats, security, and on and on. So many things you couldn’t see at all before are now at your fingertips.

In addition, DBAs get ready-made reports on detailed database and server stats, including schema changes, memory and index usage, resource consumption, blocking, and many others. SSMS relies on SSRS for this functionality, and I find that it sometimes bogs down when bringing up a report on a busy server, or on a large database with a lot of objects. I’m also a little disappointed that Microsoft didn’t provide the RDL (Report Definition Language) code. As a result, you can’t change the layouts of the canned reports, nor can you add your own reports or set up subscriptions, as you normally can in SSRS.  You can manually export the reports to Excel or PDF, however.

One key design goal for SQL Server 2005 was tighter security out of the box. To reduce the surface area for attacks, the most dangerous features are disabled until the DBA turns them on. This is a help, but not earth-shattering to experienced DBAs, who mostly have their lockdown scripts written and don’t find it much trouble to run them on install. The truly significant security improvements revolve around password management and rights assignment. Native SQL passwords can now be set to respect Windows password policies, which means that you can require your SQL passwords to have the same password strength, expiration, history, lockout threshold, lockout duration, and age policies as your Windows accounts. You can even require the user to change the password at the next log in. Other important security enhancements include more control over schema changes (discussed under coding enhancements below) and the capability to encrypt data at the column level.


Continued
»  Previous Page | 1 | 2 | 3 | 4 | 5 | Next Page » 


E-mailE-mail  


 
Sean McCown is senior corporate DBA at SourceCorp.
 


TOP NEWS:


»  Four quick tips for choosing an IM security product
71 percent of businesses will invest in real-time messaging this year. If you're one of them, be sure to protect your enterprise

»  Forrester analysts ID hot IT jobs
Research group finds 16 IT roles with a promising future

»  Nvidia claims 10 hours of HD video on Tegra chip
The Tegra 600 and 650 can be used with hard disk drives and are designed partly for mobile Internet devices

»  Database vendors add Google's MapReduce
Greenplum and Aster Data Systems will support Google's programming technique, developed for parallel processing of large data sets across commodity hardware

»  Network management: Tips for managing costs
New technologies, changing requirements, and ongoing equipment maintenance and upgrades cost money, but there are ways to manage expenses

»  EMC targets SMBs, branch offices with new low-end storage
Celerra NX4 highlights include thin provisioning, snapshot technology for data recovery and backups, and Web-based console for management of storage volumes




What Every Enterprise Needs to Know About VDI
Today's enterprise IT environment is already complex, and replete with heterogeneous technologies. Attend this informative webcast to understand the key components for deploying and managing virtual desktop infrastructure in your environment. Sponsor: VDIworks

»  Click here to view this Webcast
  The Path to Enterprise Security
This is your comprehensive guide to Enterprise Security. In it you'll find solutions to the most pressing security threats facing you and your company. Learn the latest on insider threats and how to effectively minimize risk within your organization. Sponsored by Nokia

»  Click here to download now

- Special Advertising Partners -
WHITE PAPERS
 

» Technology White Papers Library

Technology White Papers by Topic

Technology White Papers E-mail Alert

Find out when the latest white paper is available:
 
 
INFOWORLD MARKETPLACE
 
» BUY A LINK NOW
 
SEE ALSO

TAGS:

2005  RDBMS  SQL  Server  Yukon  database 
» COMPLETE LIST OF TAGS

FIND PRODUCTS AND COMPANIES
» COMPLETE PRODUCT GUIDE

RESOURCE CENTERadvertisement 

Ads by techwords beta


See your link here



TECHNOLOGY INDEX

TECH WATCH 


Google Desktop out of beta
Version 4 of Google Desktop is out, but more noteworthy with the news is that it is out of beta. "We're post-beta!", Google writes. That gold feeling is lost quickly with the news that follows in the same paragraph: "Plus there are now beta ...

Will open sourcing of Java cause its forking?
Sun Microsystems looks like it will be open sourcing the Java programming language in just a few more months. The company apparently is ironing out issues with maintaining compatability in Java and ensuring no single company develops its own ...

JON UDELL'S CORNER 


Jon Udell's Column and Blog Franchising the energy web
(InfoWorld) - I’m already so depressed about the sorry state of our planet’s energy systems that I’m afraid...

Jon's Blog | Jon's Column

COLUMNISTS

Can a federation tackle the data management puzzle?
Mario Apicella's Column and Blog (InfoWorld) - I could probably fill up my column just reporting on who's buying whom -- or who's...
» MORE COLUMNISTS

MORE INFOWORLD BLOGS


Open Sources 
Open Source community subversion as marketing ploy
The launch of Microsoft's Codeplex "shared source" site is merely the latest attempt to undermine and usurp the open ...

IT Troubleshooter 
Man-Made Security Woes
In enterprise IT, all sorts of suffering happens in the good name of security. As an end user, it's really hard to know ...




IDG ENTERPRISE NETWORK
More Desktops News...  (ComputerWorld)
Juniper enhances routers for IP TV  (ComputerWorld)

GOVERNMENT IT & POLICY
Work on '07 Pay Raises May Come Later Rather Than Sooner
FCC Head 'in Bed' With Business in Magazine Spread
Officials Defend Financial Searches

ADVERTISEMENT


Sponsored Technology Links

 
 
 HOME  NEWS  BLOGS  PODCASTS  VIDEOS  TECHNOLOGIES  TEST CENTER  EVENTS  CAREERS   About | Advertise | Awards | RSS | Contact Us 

Copyright © 2008, Reprints, Permissions, Licensing, IDG Network, Privacy Policy, Terms of Service.
All Rights reserved. InfoWorld is a leading publisher of technology information and product reviews on topics including viruses,
phishing, worms, firewalls, security, servers, storage, networking, wireless, databases, and web services.

CIO :: ComputerWorld :: CSO :: Demo :: GamePro :: Games.net :: IDG Connect :: IDG World Expo
Industry Standard :: IT World :: JavaWorld :: LinuxWorld :: MacUser :: Macworld :: Network World :: PC World :: Playlist