Forum Replies Created

Viewing 15 posts - 736 through 750 (of 764 total)

  • RE: Capturing The Error Description In A Stored Procedure

    Two thinsg to note:

     

    1) I too had trouble with the DROP Table statement until I used the slanted quotes.  I accidentally discovered that I could also use Brackets to get...

  • RE: Looking for SOX-Security Details

    A big thanks to all who have responded.  The situation I describe is unfortunately something I have no control over but still have to work with.  In this scenario the...

  • RE: The CLR in SQL Server 2005

    ..When I refer to SQL, I am referring to the set based SELECT, UPDATE, INSERT, DELETE statements.  When I refer to T-SQL being replaced by CLR, I am referring to...

  • RE: The CLR in SQL Server 2005

    Straegen, I believe that you recieved the responses you did because your first few posts indicated that you believed that T-SQL was headed for the grave in it's...

  • RE: Using Exotic Joins in SQL Part 1

    David,

    You say that dropping the support for the WHERE clause is breaking away from the ANSI standard.  It is the ANSI standard that has pshed the move to using the...

  • RE: Looking for SOX-Security Details

    Thanks to both of you for your response.  Let me ask you both this and if anyone else owuld like to chime in then please do so.

     

    If I have a...

  • RE: SQL 2000 Ent Mgr Problems after Yukon INstall

    I'm inclined to believe that it's not just a fluke that we both have the same problem after installing the Beta.  I'm puttinig my money on their being an issue...

  • RE: Concatenation

    Keneth,
    I couldn't agree with your post about the right tool.  I work for a software company where too often the right tool is not used for the right job.  Too...
  • RE: Concatenation

    Kenneth, #1 is the technique that I was also recomending.  I was just also pointing out the crwabacks to it; flattening the data.  In the long ruin this is just...

  • RE: Generating a SP Dependency Tree

    Actually there is a piece of code that will show Stored Procedure dependencies and its available at this website.  The name of the SP is funProcWithoutComments and you can...

  • RE: Concatenation

    I’m curious as to how those who have posted comments stating that the current implementation of the Employee-Job relationship is a bad would change the database or do differently...

  • RE: getting year from string

    You can use SQL's built-in DateTime functions to extract various date values such as Year() which will return the 4 digit year of a date.  In your case your date...

  • RE: New help with new line character in SQL server 2000

    I apolagize for not having the complete code for this but I don't have much time this morning while my internet is still up and I'm trying to handle as...

  • RE: What''s the Point of File Sharing?

    No method of securing digital material will remain secure.  At some point all security technologies will be hacked period!  It is only a matter of when not if.  Because of...

  • RE: Can anyone explain this?

    Jamie, I'm not doubting what you are describing has happened to you but I find it odd that when I try to duplicate this I am unable to produce the...

Viewing 15 posts - 736 through 750 (of 764 total)