Got more questions? Find advice on: ASP | XML | Regular Expressions | Windows
in Search
Welcome to SqlAdvice Sign in | Join | Help

Browse by Tags

All Tags » Raves
Showing page 1 of 2 (11 total posts)
  • Full Text Indexing Overhead

    I think that there's a tendency among DBAs and SQL Server wonks to be a bit dismissive of Full Text Indexing. I think that in a lot of cases people tend to think of it in terms of adding significant overhead. For a long time I actually looked at it as being a more powerful, but more EXPENSIVE, form of searching. Then I actually had the chance to ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on November 9, 2007
  • SQL Server 2005 SP2 Improvements

    If you do a lot of scripting, SP2 for SS 2005 is going to be a must-have. Luckily it was just released. Here are some of the BIG improvements for people who like to script a lot: Generate Script Wizard. You can now specify that the scripted objects include a DROP statement before the CREATE statement.  Scripting of objects into separate ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on February 19, 2007
  • Using Virtualization to fight ... Virtualization

    VPN Software should come with big warning labels: ''WARNING: Does not play well with others.''As a consultant I frequently need to gain access to remote networks via VPN. This means I'm frequently hosing myself by installing yet another VPN client. That, and I hate connecting to the vast majority of VPNs because they hose my network settings ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on April 20, 2006
  • Recent Book Reviews

    I recently did some book reviews for the ASP Alliance (which will be throwing up a SQL Server Reporting Services portal in the near future).The reviews are for (links are to the reviews):Hitchhiker's Guide to SQL Server 2000 Reporting ServicesandThe Rational Guide to SQL Server Reporting ServicesThe reviews were easy to do as both books are ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on April 13, 2006
  • SQL Server Unit Testing: Sprocs

    As a consultant, it's not uncommon for me to need to rewrite a poorly performing query or sproc without a full understanding of the underlying biz rules or context. Improved performance is the stated goal, but data fidelity is implied as critical. Enter unit testing - something many of us rely upon heavily during 'normal' development at ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on April 6, 2006
  • Shout Out: Paolo Pignatelli

    Paolo has started up his own blog on SqlAdvice. Make sure to check it out and subscribe. The focus of his blog will be on Experimental SQL technologies, including AI and self generating SQL entities. Should be a great ride.
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on March 2, 2006
  • SQL Server 2005 fixes WITH NOCHECK scripting bug

    In SQL Server 2000, if you use Enterprise Mangler to script your tables, you need to watch out that your constraints don't get turned off. For example, here's a snippet generated from the Northwind.dbo.Employees table (just using the right click > All Tasks > Generate SQL Script wizard). ALTER TABLE [dbo].[Employees] WITH NOCHECK ADD ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on February 22, 2006
  • Mikeey Likes it

    I've just stumbled upon some very good news, in the form of two books:1) Inside Microsoft SQL Server 2005: The Storage Engine - Kalen Delaney2) Inside Microsoft SQL Server 2005: T-SQL Programming -Itzik Ben-GanKalen Delany's Inside Microsoft SQL Server 2000 is the best SQL Server book that I own - the only thing I would change about it: make it ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on February 18, 2006
  • BookPool.com wins

    I've got a new project coming up that Involves SQL Server 2005 reporting services. I've got a good handle on the basics, but the project will be on a tight deadline, and I'd like to have as much 'backup' as possible, so I went out to Amazon.com to find some books that may prove handy. To be honest, projects are always a great excuse to ...
    Posted to REPEATABLE READ (Weblog) by RepeatableRead on July 1, 2005
  • SQL Server 2005 Release Date

    Microsoft's Paul Flessner just sent out an email to all of the official Yukon Beta Testers: SQL Server 2005 will ship the week of November 7, 2005. Very cool news. One of my favorite new features: The Oracle Conversion Wizard... muhahahah.
    Posted to REPEATABLE READ (Weblog) by RepeatableRead on June 7, 2005
1 2 Next >