Viewing 15 posts - 1,366 through 1,380 (of 5,111 total)
If you don't want to use a function, I suppose you could embed the code for something like DelimitedSplit8K or an XML splitter (if ordering doesn;t matter) in your code....
December 1, 2018 at 5:27 am
November 30, 2018 at 7:54 am
November 30, 2018 at 7:31 am
November 30, 2018 at 6:39 am
November 30, 2018 at 5:48 am
November 30, 2018 at 5:26 am
November 30, 2018 at 4:59 am
November 30, 2018 at 4:42 am
Then your only method is Dynamic SQL. With a large amount of data, this WILL perform poorly, as you are having to refer to the table dbo.Profile for every Profile....
November 30, 2018 at 4:39 am
That white space is in your design view too; it's appearing as you've designed. You need to move the elements,
November 30, 2018 at 4:19 am
Then all the tables have the same definition? Then this design needs to ideally change. Have a Profile table which has the ID of the Profile; not 1 Profile table...
November 30, 2018 at 4:02 am
So wait, the columns are bespoke per table?
November 30, 2018 at 3:40 am
Only with Dynamic SQL. This, however, has the smell of bad data design. It might be better to take a step back and show us the set up you have,...
November 30, 2018 at 3:25 am
November 30, 2018 at 3:23 am
No, the only way to to make your query safe is to parametrise it. The documentation example covers how to parametrise your query.
November 30, 2018 at 3:06 am
Viewing 15 posts - 1,366 through 1,380 (of 5,111 total)