Hi there, can this be done - here is the subquery that I'd like to use :
SELECT name
FROM dbo.sysobjects
WHERE (xtype = 'U' AND name LIKE 'd_ord%') AND (name NOT LIKE 'D_Ord_Act_Type')
Can this be incorporated into a Delete From clause?
if not there is only likely to be less than 100 tables...
Hi there, I'm currently creating a Report Builder model (my first one!) and need to know 1. Can I reference a Named Calc from another Named calc? e.g. if I have a Named Calc called Calc 1 how do I refer to it in this example of a Named Calc called Calc 2 :
CASE (Calc 1)
WHEN 0 THEN 0
ELSE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.