Forum Replies Created

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

  • 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...

  • 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...

  • 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.

     

  • 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.

     

  • 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...

  • 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

  • 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)...

  • 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...

  • RE: SQL Server Tools

    For further discussion follow this link...

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

  • 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...

  • 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...

  • RE: SQL Agent Proxy Account

    Somebody must have a thought or suggestion on this issue!

    Perhaps I have done a poor job explaining the problem and nobody knows what I'm talking about. If so, please...

  • RE: SQL Agent Proxy Account

    More additional background...

    This problem actually affects two different servers, seemingly simultaneously. That almost seems to indicate that something external to both servers could be causing the setting (the SQL...

  • RE: SQL Agent Proxy Account

    Here's some additional background...

    The application is browser based, so the only connection that runs the affected code is made from the web server. The affected code works most of...

  • RE: SQL Agent Proxy Account

    Rob,

    Thank you very much for the KB article suggestion, but it does not seem to be relevant to the problem. The article is about mapping drives to shares, while...

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