Viewing 15 posts - 3,691 through 3,705 (of 5,111 total)
May 18, 2017 at 10:14 am
This works for your data:UPDATE Keyword
SET AdgroupID = (SELECT TOP 1 AdgroupID
FROM Keyword kw
...
May 18, 2017 at 9:32 am
May 18, 2017 at 9:24 am
Eric M Russell - Thursday, May 18, 2017 8:44 AMI'm afraid to click on that "babes-in-delhi" website address he provided.
Oh is that...
May 18, 2017 at 8:49 am
May 18, 2017 at 8:45 am
Or maybe it was a typo. It should have said "since 10:15".
May 18, 2017 at 8:09 am
May 18, 2017 at 7:36 am
syedmasood.f - Thursday, May 18, 2017 7:20 AMyes i want to add a derived column to it to assign a unique identifier
Will...
May 18, 2017 at 7:32 am
Good to see you got a solution in the end Brandie. I did keep trying with the object variable over the weekend and gave up. I now think I understand...
May 18, 2017 at 5:08 am
May 18, 2017 at 5:02 am
I'm not sure you'll really need SSIS to do this task then. you could achieve this my use Dynamic SQL.
If your tables really are as simple as you...
May 18, 2017 at 4:51 am
Is the table of table names simply just that (a table, with one column, containing table names)? Are the surrogate tables and the master table exactly the same format? Is...
May 18, 2017 at 3:45 am
I'm afraid I don't really see what it is your asking here. I appreciate English isn't your first language, however, I'm struggling to determine what your goal is. From what...
May 18, 2017 at 3:16 am
What are you expecting your output to look like? If there are 3 RefIds for one component, how do you want this displayed if not in 3 rows?
May 17, 2017 at 10:12 am
Viewing 15 posts - 3,691 through 3,705 (of 5,111 total)