Viewing 15 posts - 46 through 60 (of 229 total)
Eirikur Eiriksson (6/27/2016)
...all subsets of the same size will be identical (duplicates), is this what you intended?😎
Ew... you're right. Nice catch.
June 27, 2016 at 8:49 am
Hi Erikur,
Thanks again for the reply. To preface this, your post was VERY helpful, and I doubt I would have got to the version I'm happy with now without your...
June 26, 2016 at 9:52 am
Thanks for the response. Taking a look now...
June 26, 2016 at 7:26 am
Thanks, Luis. sys.parameters is great for solving some weird problem like that.
February 12, 2016 at 3:17 pm
Huzzah! That did it. Thanks, Scott!
February 12, 2016 at 1:05 pm
Yeah, I actually mentioned that approach, but it's not always possible to get JUST those with those procs. If you had a TT called MyTableOfDoom and a presentation table called...
February 12, 2016 at 11:39 am
But no way to do it in SQL? I'm trying to avoid having to have a real live human have to look it all up ahead of time.
February 12, 2016 at 10:42 am
Thanks, Steve.
So let me ask a more general question, assuming many companies don't run solely out of a single data center, what do people REALISTICALLY do to keep things in...
August 12, 2015 at 4:26 pm
ScottPletcher (7/24/2015)
July 24, 2015 at 1:04 pm
Do you have a simple example of the schema and proc you use which, perhaps, I could adapt? Or is it a lot of code?
July 24, 2015 at 12:19 pm
Thanks for the doc on the string splitter. I'm quite familiar with it (we use those string splitters regularly). You may have already answered my question when you said there's...
July 24, 2015 at 12:07 pm
So the way I'm using them is in procedures which are part of an API which allows people to put in configuration rows which eventually get put into pres tables....
July 24, 2015 at 11:44 am
adamsmin (6/26/2014)
But the Resources of getdescendants.cs cann't open
this is error message:
The resource could not be found
Sorry, we could not find the resource at /SQLServerCentral2/Error404.aspx?404;http://www.sqlservercentral.com:80/Files/getdescendants.cs/20713.cs
If you followed...
July 1, 2015 at 10:19 am
I completely agree that the quick easy solution is to use the import export wizard.
I'll just offer one more ad-hoc way to do this. Since your data is pretty...
May 14, 2015 at 12:07 pm
If you've got multiple values, I'd throw them in a temp table and join out to that, rather than concatenated them and use DSQL.
May 5, 2015 at 1:50 pm
Viewing 15 posts - 46 through 60 (of 229 total)