Forum Replies Created

Viewing 15 posts - 286 through 300 (of 412 total)

  • RE: Who Built This Thing?

    I concur that overall SQL Server is an excellent tool and one that is a large part of how I make my living, and I am glad to know passionate...

  • RE: Undocumented Extended and Stored Procedures

    James Rochez (5/9/2008)


    XP_FileExist

    The usage is:

    EXEC xp_fileexist <filename> [, <file_exists INT> OUTPUT]

    If executed without providing an output variable, it will display 3 columns indicating whether the table passed exists, whether it...

  • RE: Undocumented Extended and Stored Procedures

    Anatol Romanov (5/9/2008)


    All extended stored procedures mentioned in the article are well known to most of the people working with SQL Server for some years. They have been discussed many...

  • RE: Undocumented Extended and Stored Procedures

    rnjohnson10 (5/8/2008)

    Are you kidding me? If something is hanging up the server, the GUI will take minutes or longer to show you what's happening. Using sp_who2 is generally...

  • RE: SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes & Times)

    Excellent article and and a very nice analysis of a new feature in 2008. Of course, the feature is much less impressive to people like me already using something...

  • RE: Is XML the Answer?

    I partially agree with you. XML is definitely highly over used and sold to do far more than it really can. With that said, it certain does have...

  • RE: A Simple Approach to SQL Server 2005 Encryption

    I know I am coming to this article many months after it was published, but we are just now looking at implementing encryption and this has helped me tremendously. ...

  • RE: Usage of Functions in Stored Procedures

    There are definite places where functions are of value, but it is important that they be written carefully to avoid replicating work. In one of the examples listed, the...

  • RE: The Inmates in Charge

    I think the question comes to down to their job function. The first obvious thing is that you cannot give users too much control in a situation where many...

  • RE: File Handling A Different Way

    There is nothing inherently wrong with doing file handling from within a T-SQL script when needed , and it is possible to set the security on the windows system...

  • RE: T-SQL Query

    There are almost always multiple ways of doing something. They would both be graceless and inelegant but you could use a series of union all statements and you can...

  • RE: Lesson Learned from Contracting, Revisited

    Awesome article.

  • RE: DBA Morning Check List

    This is definitely a good starting point for what should be monitored. The majority of this list can be automated relatively easily, which generally makes more sense than requiring...

  • RE: The New MVPs

    Congratulations Kathi and Jacob.

  • RE: Largest Unit

    The answer depends on which definition you want to use. Going by JEDEC, it is 1024^8 = 2^80, but going by SI you get 1000^8th.

Viewing 15 posts - 286 through 300 (of 412 total)