IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Izzat better than sp_helptext?
bcnu,
Mikem

It would seem, therefore, that the three human impulses embodied in religion are fear, conceit, and hatred. The purpose of religion, one might say, is to give an air of respectibility to these passions. -- Bertrand Russell
New Same difference
TIMTOWTDI - or some such acronym. Looking at the source for sp_helptext, it's pretty well just grabbing the syscomments:
SELECT text\nFROM syscomments \nWHERE id = OBJECT_ID(@objname) and encrypted = 0\nORDER BY number, colid

Since it's a question of tools, though, I'd want to know what's actually in the underlying tables, stripped of any intermediate facilities (including stored procs). And I'd want to see that raw value in the same tool that is causing the grief.
     SQL Server's Query Analyzer not refreshing SPs - (lincoln) - (14)
         How are you retrieving the stored proc in Query Analyzer? - (ChrisR) - (2)
             from the Object Browser panel on the left side - (lincoln) - (1)
                 just glossing over it... - (ChrisR)
         Getting at the source - (ChrisR) - (4)
             the source shows the latest changes - (lincoln) - (1)
                 Occam's Razor and whatnot - (ChrisR)
             Izzat better than sp_helptext? -NT - (mmoffitt) - (1)
                 Same difference - (ChrisR)
         Problem no longer appearing - (lincoln) - (5)
             Its the magic of Microsoft -NT - (JayMehaffey) - (4)
                 s/magic/black-spaghetti-code-magic/ -NT - (folkert) - (3)
                     Also known as "non-deterministic" behavior. -NT - (a6l6e6x) - (2)
                         I was joking. You sound serious! - (folkert) - (1)
                             It's a "hot button" for me. :) -NT - (a6l6e6x)

Powered by medium-dudgeon.
54 ms