Viewing 15 posts - 76 through 90 (of 482 total)
Thank you all for having a go at this.
I don't see any realistic way to get around this in a timely manner, and can't really justify spending anymore...
August 14, 2017 at 6:42 am
can you give some sample set up data that explains this and your expected results of the sample data
Not easily with a real-world example, I'm afraid.
August 11, 2017 at 8:45 am
I know.:crying: BIGINT can handle the 56 case. But we have 237 groups in on province.
Let me rephrase: my users have created various groupings of cities...
August 11, 2017 at 8:26 am
Ah sorry. Yes, SQL 2008
I'm not really sure that SQL server is going to be the right answer for this. I assume that you can use an...
August 11, 2017 at 5:29 am
July 12, 2017 at 12:52 pm
Mine too. Here's the final version. I didn't mention before, we also have phrases and synonyms of phrases.
Managed to get rid of the cross apply, which makes me considerably...
July 12, 2017 at 12:51 pm
Sorry, was -- and am -- out to lunch :Whistling:
Precisely!
But thinking on it over food, I may have been making this harder than it need...
July 12, 2017 at 11:21 am
See also: https://www.reddit.com/r/PowerShell/comments/4eylez/converting_sql_data_types_to_system_data_types/
Which nicely wraps things up!
June 21, 2017 at 7:34 am
Solution: need to get the column info from the DataSet.Tables object.
$Data = $objDB.ExecuteWithResults($Query)
# This gets the columns in order
$Data.tables[0].columns | sort -Property ordinal | select...
June 21, 2017 at 6:58 am
In short,
- the guy who modeled this insisted on doing it (t)his way. We let him. He doesn't work here anymore.
- I'm trying to get the...
June 5, 2017 at 7:58 am
Well that seems weird...
However, I experimented with a move and a copy and, in both cases, the permissions were as expected, and identical.
I had the...
May 10, 2017 at 8:29 am
Thanks Chris, that did it when I changed the ORDER BY to use the date in the ROW_NUMBER()
Much appreciated!
April 20, 2017 at 12:28 pm
All:
I goofed on the expected results in the OP: here's how they should appear.
The PK (nrev_Id) can be out of calendar sequence (because users), so that...
April 20, 2017 at 12:22 pm
It takes a while, longer depending on the number of servers you have. About 10 seconds for my ~20 instances.
March 2, 2017 at 10:01 am
Viewing 15 posts - 76 through 90 (of 482 total)