Viewing 15 posts - 16 through 30 (of 148 total)
I would like to update Table2 with Table select statement results .But somehow it is not working.
update Tabl2 set Value1,Date1
SELECT Object_Id, Schema_Name, Table_Name, SUM(cast(Value1 as bigint)) AS Value1, MAX(Date1) AS...
July 20, 2022 at 9:24 pm
All the objects are resides in same database.
July 20, 2022 at 8:49 pm
Thank you
July 20, 2022 at 8:22 pm
NO,
All the tables resides in same database.
July 20, 2022 at 1:32 pm
Attached result.
July 19, 2022 at 4:32 pm
July 19, 2022 at 4:31 pm
Please find attached.
July 19, 2022 at 4:13 pm
I could see as attached.
July 19, 2022 at 3:21 pm
TableB is utilized in the view below, but HasViewDep for that table displays 0.
CREATE VIEW [xxx].[xxxxxxxxxxx]
AS
SELECT xxxxxx,xxxxxx,xxxxx,xxx
FROM TableA(NOLOCK) co
WHERE EXISTS ( SELECT 1
FROM TableB AS a
WHERE ( xxxx = 'P'...
July 19, 2022 at 1:46 pm
I'm attempting to utilize this query, but I've discovered that HasViewDep is not producing accurate results. Some of the tables are used in inner view select statements (subqueries or joins),...
July 19, 2022 at 11:24 am
Thank you.
Is it possible to add ROW_COUNT and HasTrigger to above select statement.?
July 15, 2022 at 3:36 pm
Thank you.
July 12, 2022 at 9:54 pm
Viewing 15 posts - 16 through 30 (of 148 total)