-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update tempdb-ephemeral-storage.md #10252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: live
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -165,6 +165,9 @@ Create a scheduled task to run the PowerShell script at startup. To do this, fol | |||||||||
| 1. Review the summary on the **Finish** tab and select **Finish** to create the task: | ||||||||||
|
|
||||||||||
| :::image type="content" source="media/tempdb-ephemeral-storage/create-sql-start-task.png" alt-text="Screenshot of the Task Scheduler, Create a Basic Task window, showing where to enter the script path."::: | ||||||||||
| ---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. | ||||||||||
|
||||||||||
| ---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. | |
| Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence structure is unclear. Consider revising to: 'After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the Security options as shown below.'
| ---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. | |
| After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the **Security options** as shown below. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the standard Learn Markdown image syntax with :::image::: instead of HTML tags to maintain consistency with the rest of the documentation. The alt text should also be more descriptive than 'image'. Example: ':::image type="content" source="path/to/image.png" alt-text="Screenshot of Task Scheduler security options configuration":::'
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alt text 'image' is not descriptive enough for accessibility. Replace with descriptive text such as 'Screenshot showing Task Scheduler security options for configuring user permissions'.
| <img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> | |
| <img width="1224" height="925" alt="Screenshot of the Task Scheduler Security options dialog showing configuration for running the task with the highest privileges and a specific user account." src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'manaully' to 'manually'.