Which is Faster: SAN or Directly-Attached Storage? ( 21 January 2008 - Linchi Shea - 11 Comments)
Benchmarking Disk I/O Performance: Size Matters! ( 30 October 2007 - Linchi Shea - 9 Comments)
Use SQLIOSIM to simulate SQL Server disk activity ( 8 March 2007 - Bill Graziano - 0 Comments)
SQL Server 2000 I/O Basics ( 16 January 2006 - Bill Graziano - 0 Comments)
Top Six FAQs on Windows 2000 Disk Performance ( 24 March 2003 - Bill Graziano - 0 Comments)
Weekly SQL Server newsletter with articles, forum posts, and blog posts via email:
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
- Sponsor's Message -
Reading from the registry to figure out a configuration issue or two is common, but writing to the registry isn't something you'll need to do very often. Still, it's a useful trick to know and we've put it to work showing you how to alter the default folder used for database backups.
SQL saves more than a few things to the registry and we can leverage that by reading those settings from TSQL using xp_instance_regread. Easy to use and only one minor quirk to learn, and you'll reading from the registry. Look for the follow up video that demonstrates how to write changes to the registry too.
Typing CREATE DATABASE MyDB gets the job done, but it puts the files in whatever location has been set as the default - which means you should make sure the default is set to a good place, or specify them as part of the CREATE. We'll show you how to adjust the setting (and we've got a video coming up that shows you how to change it from code too!).
Subscriptions are a powerful feature of Reporting Services because they allow users to decide which reports to receive. But what do you do when the boss wants a report sent to a group of users, perhaps based on some additional criteria that frequently changes? That's where data driven subscriptions make sense and in our lesson today Devin does a nice overview of the options and requirements.
Ever want to get the month out of a date as a number, or as literal text? Many people will do it by parsing the date as a string, but we've got some built in functions that will do it cleanly and consistently.
SQL Server Resources
Advertise on SQLTeam.com
SQL Server Books
SQLTeam.com Newsletter
Write for SQLTeam.com
Contact Us
About the Site