Viewing 15 posts - 3,946 through 3,960 (of 39,822 total)
.NDF files are explicitly created. Nothing to do with fragmentation. Usually you create multiple files to split the load for the filegroup to multiple spindles, or because you want to...
May 20, 2019 at 2:05 pm
In one filegroup, you want to have the files the same size. Otherwise you have different data being written at different rates according to the proportional file fill.
https://www.sqlskills.com/blogs/paul/investigating-the-proportional-fill-algorithm/
If these are...
May 18, 2019 at 3:19 pm
Please don't continue to ask different questions in the same thread. Add a new thread for different questions. If this is on space, please title that way.
You can grow your...
May 18, 2019 at 3:18 pm
Would love to go to ATL, but was in LA this week, Austin next week, so can't take more days away from home. No real desire to either.
My schedule for...
May 17, 2019 at 7:54 pm
Heh... I thought the whole purpose of retirement was to not have to go to a job any more. 😀
I think it's to not *have* to go to a...
May 17, 2019 at 7:48 pm
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
Viewing 15 posts - 3,946 through 3,960 (of 39,822 total)