Viewing 15 posts - 2,956 through 2,970 (of 39,818 total)
We'd love some articles like this, small, focused articles. We could make a Stairway if you have a theme here on what we're teaching someone. If it's better explanations of...
April 6, 2020 at 4:58 pm
If this is SQL 2019, you can use window functions. This might help you. Your requirement isn't clear. Here is some sample data and a query. Not sure if this...
April 6, 2020 at 4:55 pm
Are you using the SqlServer module? The older method was importing the sqlps module, which doesn't have these cmdlets.
April 6, 2020 at 4:44 pm
+1 for what Brian said. Set a max memory. In this case, I'd likely set max memory to 28GB for this machine, which should leave 4. You might also check...
April 6, 2020 at 4:42 pm
You need EXECUTE permission to execute procedures or functions. If this is in the same database, it's just
GRANT EXECUTE ON dbo.MP_STATIC TO <your user>
If it's in another...
April 6, 2020 at 4:40 pm
April 6, 2020 at 4:01 pm
We aim for narrow articles, with something short to get someone started. This isn't intended to be a long, comprehensive piece. We are definitely interested, and yes, something simple like...
April 6, 2020 at 3:38 pm
HA/DR
High Availability/ Disaster Recovery
April 3, 2020 at 9:03 pm
Thanks, Tom, and I'm trying. I have good days and bad ones, struggling at times, but I am trying to cope in different ways.
Always here if you need a chat.
April 3, 2020 at 1:29 pm
I'd save the logs and scripts for the jobs and recheck when the clocks go back. There I'd expect perhaps a double run. Here, going from 1->2 (or 2-> 3)...
April 2, 2020 at 1:45 pm
There shouldn't be patching issues. You won't have HA, so patching this is the same as other systems. There are people that always install SQL as a single node cluster,...
April 1, 2020 at 8:11 pm
You can remove the availability groups - https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/remove-an-availability-group-sql-server?view=sql-server-ver15
You can just also remove the other node and let it run single node.
April 1, 2020 at 7:12 pm
I'm not quite clear what you mean. The ID is 1 for every row? Or do you mean there should be a row for every week of the year, regardless...
April 1, 2020 at 7:11 pm
Any chance this is malicious activity? No one kicked things off accidentally? Can you post the schedule code for these? Any similarities in them?
April 1, 2020 at 3:41 pm
That's really strange. I wouldn't expect the time change to reset the time to 2:00, unless the job somehow thought it had missed 2:02 and then ran with the time...
April 1, 2020 at 3:12 pm
Viewing 15 posts - 2,956 through 2,970 (of 39,818 total)