Viewing 15 posts - 106 through 120 (of 249 total)
That is the problem, i just cant find that DML.
August 16, 2022 at 5:39 pm
You mean the DDL like it is, see attached?
August 16, 2022 at 1:43 pm
Where do you suggest i start?
August 16, 2022 at 1:03 pm
Im not sure about Static/Dynamic. I requested what it is, and was informed it is Static(or so this person guess).
August 16, 2022 at 12:23 pm
Your feedback is in contractdiction of what i have been told in terms of comparing production with qa. It stems from this issue:
https://www.sqlservercentral.com/forums/topic/sys-object/page/2
August 16, 2022 at 11:41 am
I queried the QA database and found different results, see attached. I used the Compare tool in SSIS and it sates the schema's are the same. Pls assist?
August 15, 2022 at 2:05 pm
This view brings back data:
/****** Script for SelectTopNRows command from SSMS ******/
SELECT TOP (10) [TransactionDateTime]
,[ReceivedFromStorageUnitNumber]
...
August 11, 2022 at 6:55 pm
My tables/views reverse engineered done with SSIS.
August 10, 2022 at 6:44 pm
August 10, 2022 at 2:31 pm
Tables [cacheUsageLogbook] and [lstEquipment] contains data. I got your code to work, accept for the last one.
/****** Object: Table [dbo].[cacheUsageLogbook]...
August 10, 2022 at 2:13 pm
CREATE FUNCTION [dbo].[fn_GetSummaryReport] ( @pStartDate DATE, @pEndDate ...
August 10, 2022 at 11:45 am
I did the reverse engineering with SSIS as suggested. I only found these code with a relation to the empty table.
Could it be that the insert code can be saved...
August 6, 2022 at 5:53 pm
Does not seem like it.
August 5, 2022 at 2:07 pm
Like Jeff said, we dont know how the table was created or being populated. I ran your code and got this:
August 4, 2022 at 9:38 pm
Viewing 15 posts - 106 through 120 (of 249 total)