Forum Replies Created

Viewing 15 posts - 31 through 45 (of 411 total)

  • RE: Run SQL Server Scripts using C#

    SQL-DBA (4/27/2012)


    I think many people are missing the point, or let's say use case, of this article. Users are not always rationale, nor do they necessarily have SSMS installed....

  • RE: Encryption Works

    Encryption is an extremely useful layer in what should be a multi-layered approach to data security, and when there is any doubt whatsoever about the sensitivity of the data, it...

  • RE: Level 4: The Mathematics of SQL: Part 1

    Great article. I think a solid grounding in set theory would be very helpful for many DBAs.

    If I may respectfully offer a couple of minor corrections and clarifications though:

    Your...

  • RE: Display More Than 8000 Characters (SQL Spackle)

    I have run into this problem off and on, and once even wrote a solution to it ( http://qa.sqlservercentral.com/scripts/Print/63240/[/url] ). After struggling with it myself a few times, I...

  • RE: Disk Is Cheap! ORLY?

    I have to agree with you. Taking steps to ensure that disk space is not wasted is definitely beneficial.

    But there is a counterbalancing point: Disk space is normally cheaper...

  • RE: A genuine use for a SQL CLR Aggregate

    A fantastic article. I think I would rather approach this particular problem in pure T-SQL (or bringing it into something more suited for thorough statistical analysis, depending on the...

  • RE: Artisans

    I must apologize. This was meant to be a reply and not a new topic. Is there someway to delet this?

  • RE: Writing Nearly Codeless Apps: Part 1

    agree with some, but not all of the conlusions. There is value in standardizing the things that it makes sense to standardize.

    With that said, first this is an attitude that...

  • RE: An Informal Look at Database Performance

    mortenmaate (9/8/2010)


    Thanks a lot for the great overview !

    One thing I would like to mention additionally: Look a the SQL Server version. In my experience many companies upgrade their SQL...

  • RE: Restricting SecurityAdmin on SQL Server 2005/2008

    It is definitely good to have this pointed out since a lot of people do not realize it, and this was well written and clear.

    From my standpoint, it tends to...

  • RE: A Quick Look at the MPP World

    This provides an excellent overview of the current MPP situation, thank you for providing it.

  • RE: Going From Many Schemas To One Schema

    fahey.jonathan (8/9/2010)


    The use of the term "schema" in this article is confusing because the term has a specific meaning in SQL Server which differs from its use here. Perhaps...

  • RE: Going From Many Schemas To One Schema

    Hugo Kornelis (8/9/2010)


    It's an interesting technique - but not one I would recommend!

    The simple version has this caveat: it works "as long as they share the same primary key and...

  • RE: How to Increase Query Speed by 3 Orders of Magnitude with no Indexes

    My knowledge of Oracle is limited, but I understood that a Materialized View was always accurate to the second, just as an Indexed View always is in SQL. If...

  • RE: An Urgent Ad Hoc Report

    This was a rather interesting article. But it made me think of two things I think are worth noting.

    First, when dealing with complicated queries over large datasets that do...

Viewing 15 posts - 31 through 45 (of 411 total)