Monday, January 5, 2009
6:23 AM |
Posted by
David E. Patrick |
Edit Post
I found this bit of SQL while reviewing a trace of Great Plains acitivity:
SELECT desSPRkmhBBCreh FROM
and I was wondering what the heck the column desSPRkmhBBCreh was, as it wasn't in any tables that I could find.
Then I found this gem:
http://blogs.msdn.com/developingfordynamicsgp/archive/2008/10/15/what-is-column-dessprkmhbbcreh.aspx
Ah ha! It's all so clear now.... :-)
SELECT desSPRkmhBBCreh FROM
and I was wondering what the heck the column desSPRkmhBBCreh was, as it wasn't in any tables that I could find.
Then I found this gem:
http://blogs.msdn.com/developingfordynamicsgp/archive/2008/10/15/what-is-column-dessprkmhbbcreh.aspx
Ah ha! It's all so clear now.... :-)
Subscribe to:
Post Comments (Atom)
1 comments:
Now THAT is wild, but so good to know once again, there is usually logic hidden in the weirdest of places. Thanks for the clarification!
Post a Comment