How can we help you today? How can we help you today?
Dave Pendleton
That fixed the problem for CURRENT_TIMESTAMP, but now functions like DB_ID that require parens do not get them. [Yes, I know I can type them but then what's the point of the configurable option?] / comments
That fixed the problem for CURRENT_TIMESTAMP, but now functions like DB_ID that require parens do not get them. [Yes, I know I can type them but then what's the point of the configurable option?]
0 votes
It does not matter what SQL I am working with at the time--it does it all the time. I can type GO in an empty Query Analyzer window and it will behave this way. / comments
It does not matter what SQL I am working with at the time--it does it all the time. I can type GO in an empty Query Analyzer window and it will behave this way.
0 votes
They do show up -- sometimes; and when they do, they only suggest user-defined functions or nothing at all. If I recall, sp_help works with more than just udf's. / comments
They do show up -- sometimes; and when they do, they only suggest user-defined functions or nothing at all. If I recall, sp_help works with more than just udf's.
0 votes
UPDATE() is for use in triggers to determine if a particular column has been inserted or updated, e.g. IF UPDATE(customer_id) BEGIN ... END / comments
UPDATE() is for use in triggers to determine if a particular column has been inserted or updated, e.g. IF UPDATE(customer_id) BEGIN ... END
0 votes