Viewing 15 posts - 3,991 through 4,005 (of 39,862 total)
I'm a moron. Was responding to Sue H in another thread and that was on my mind when I read Scott's post. I try to avoid triggers, but if users...
May 17, 2019 at 7:47 pm
You should read books online and ask specific questions if you have them. This isn't the place for someone to provide you with a project plan: https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/windows/upgrade-a-sql-server-failover-cluster-instance?view=sql-server-2016
May 17, 2019 at 4:13 pm
Are these in one filegroup or multiple filegroups?
May 17, 2019 at 4:09 pm
I like Scott's approach but honestly, I'd avoid the LIKE. If this changes, it would likely be quicker to just update all rows inserted.
May 17, 2019 at 3:56 pm
It's a strange setup for now. The forum software doesn't seem to align itself with users very well, so there should be some ticket in place to clean up times....
May 17, 2019 at 3:53 pm
I believe what you're looking for is a 12 month counter, starting with the current month + 1 and moving backwards for 12 months. If I understand this, for any...
May 17, 2019 at 3:51 pm
Definitely Freudian. I've done it a few times. Apparently, as much as I like Service Broker, I don't like Service Broker.
May 17, 2019 at 2:34 pm
No, this is a simple form, not an interactive designer (yet).
We prefer to select answers so only one is correct, but we do support multiple correct answers. Be sure your...
May 17, 2019 at 2:33 pm
Will do ,and apologies on the delay. Our migration expert has been on holiday and busy with non SSC stuff. The migration scripts seemed to run correctly this time, so...
May 17, 2019 at 2:26 pm
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
Viewing 15 posts - 3,991 through 4,005 (of 39,862 total)