Viewing 15 posts - 3,961 through 3,975 (of 39,823 total)
OVER clause: https://docs.microsoft.com/en-us/sql/t-sql/queries/select-over-clause-transact-sql?view=sql-server-2017
If you mean something like this, you can't do this:
declare @i int = 2;
select sum(a) over (partition by b
...
May 16, 2019 at 9:28 pm
I see this, but without any data as well. The platform peridocally saves things itself, but nothing went through with the post. Not sure what's wrong here. Can you type...
May 16, 2019 at 9:18 pm
Does this happen even if the browser is not maximized?
May 16, 2019 at 9:16 pm
So it's official. I've been accepted to Grace Hopper 2019 in Orlando to talk about "Imposter Syndrome: Are You Ready To Mentor". WHEEE... Now I have to overcome my...
May 16, 2019 at 9:14 pm
This doesn't make sense in how you've written it. Please be more descriptive and format the code so it can be understood. It looks like you intend the commit/rollback to...
May 16, 2019 at 9:03 pm
These have been found and migrated.
May 16, 2019 at 8:57 pm
Been a mystery for me as well. It's the big reason why Redgate built SQL Source Control. Not sure if they'll ever change.
May 14, 2019 at 3:04 pm
Pittsburgh SQL Saturday is now official https://www.sqlsaturday.com/907/EventHome.aspx
Just saw that. Going to be a busy day. Hard choices to make
May 13, 2019 at 8:21 pm
I love the touchsceen. XPS was on my list, but I think at the time the Spectre was a better deal. I'm not sure I need to 2-in-1 thing. After...
May 13, 2019 at 5:44 pm
That's likely a default. Having your database as a different collation than the server instance is not a problem. You may have issues if you use temp tables, in which...
May 13, 2019 at 4:27 pm
This isn't an actual situation, but a contrived one. I have had similar situations, but in this case, the statement is intended to shape the question so you can answer...
May 13, 2019 at 4:19 pm
So far it's supported. Who knows if that will survive RTM, though I suspect it will. MS wants to get people to upgrade and this is an important feature.
May 13, 2019 at 4:17 pm
No worries. I'm getting used to scares
May 13, 2019 at 4:14 pm
I don't get out of the house much, let alone out of the country, but this caught my eye since I'm tentatively planning a wee visit to Scotland: This...
May 13, 2019 at 4:14 pm
Viewing 15 posts - 3,961 through 3,975 (of 39,823 total)