Viewing 11 posts - 1 through 11 (of 11 total)
Thanks , it was the trigger
December 22, 2021 at 7:03 am
no there is is'nt anything at all
December 21, 2021 at 11:10 am
Hi , no , there is nothing else , this is what I am wondering
December 21, 2021 at 11:09 am
Hi There
So this is my querry
USE [dummy_database]
GO
INSERT INTO [dbo].[FREE04]
([TEXT1]
...
December 21, 2021 at 10:52 am
Hi, this is test data , I am not into working on production & Thanks alot for the answer ,would be nice if you could test too with the sugegsted...
December 20, 2021 at 10:31 am
sorry and what about the FK and PK , do I need to copy them too in new rows ? Thanks
December 20, 2021 at 10:03 am
Thanks. How can I ensure for example that rows (that have a TEXT1 = inspektion ) that occur 5 times in the table to be replicated 5 more times and...
December 20, 2021 at 10:01 am
DECLARE @ColumnList nvarchar(4000);
SET @ColumnList = STUFF( (SELECT N',' + ac.name
...
December 20, 2021 at 9:50 am
Thanks but how do I insert / copy the rows that I have selected in the same table dbo.FREE04 without having duplicate id columns & without messing up Pk &...
December 20, 2021 at 7:10 am
Hi yes , the Id column is IDENTITY column
December 20, 2021 at 7:07 am
Viewing 11 posts - 1 through 11 (of 11 total)