Forum Replies Created

Viewing 15 posts - 46 through 60 (of 66 total)

  • RE: Database Developers - The Missing Link

    In an attempt to avoid being flamed, please allow me to clarify one point. The application developers out there are just as "professional" as the database developers or the production...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: SQL Agent Proxy Account

    Check this thread...

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=110&messageid=14962

     

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: foreign key relationship w/ self-join

    Henk,

    I'm glad that you would like to have a professional and reasonable discussion.  I don't think your first post came across that way.

    When writing a quotation the phrasing is not...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: foreign key relationship w/ self-join

    I don't know where Henk is coming from, but some of the statements seem rather strange.

    The material I referenced does not contain any statement about the primary purpose of any...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: foreign key relationship w/ self-join

    If it's still an option at this point, consider avoiding a self-referencing table altogether.

    There's an alternative presented in the September issue of SQL Server Professional and in the free e-book...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: Is all code really code? One question from an interview

    I think it's difficult to compare SQL code to VB (or any other language) code.  There are both real and perceived differences.

    SQL code is generally on the back-end.  VB (or...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: Data Types

    There's a free e-book available at this URL...

    http://www.wingenious.com

    It discusses data types and several other database architecture topics in the context of SQL Server.

     

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: Naming Convention

    There's a free e-book available at this URL...

    http://www.wingenious.com

    It discusses naming conventions and several other database architecture topics in the context of SQL Server.

     

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: UDF's vs. SP's and optimization

    I have noticed the very same behavior that is described by Ferguson. I would also echo many of Ferguson's comments. I would really like to understand what's going...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: Creating pivot table view

    There is a generic cross-tab routine, with the ability to specify column headings in a particular order (much like Microsoft Access), included in the FREE package at this URL... http://www.dbaction.com

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: SQL Source Control

    At the company where I work we use VSS for SQL source code. All the SQL routines from the development database are extracted to a file (in dependency order)...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: IS NOT NULL vs != NULL

    Check this possibility...

    If you created the routines in the development database, they were created with ANSI_NULLS off. If you used EM to script out the routines and promote them...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: SQL Server Tools

    For further discussion follow this link...

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=28429

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: SQL Agent Proxy Account

    For those who may be interested...

    With the help of Microsoft technical support, I think we have this problem resolved. I'm not an expert on Windows 2000 security so I...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

  • RE: SQL Agent Proxy Account

    Thank you very much for your comments!

    I will do the auditing that you suggest. It may very well yield some helpful information.

    There are several things that make me think...

    Creator of SQLFacts, a free suite of tools for SQL Server database professionals.

Viewing 15 posts - 46 through 60 (of 66 total)