Step 2 - Select the database name (in this case TestDB) then click New Query and write the query below.
Select * from StudentTable
Write a new query
Step 3 - Click the red highlighted icon in the image above to open the estimated execution plan as shown below.
Estimated execution plan
Step 4 - Place the mouse pointer on the Table Scan (the second icon in the red frame of the image above) to see the detailed estimated execution plan. The screen below will appear.
Detailed plan estimates
Example 2
This is the process to see the actual execution plan
Step 1 and Step 2 as in example 1.
Create a new query to see the actual execution plan
Step 3 - Click the red circled icon in the image above to open the actual execution plan as shown below.
Actual execution plan in SQL Server
Step 4 - Place your mouse pointer on the Table Scan (the second icon in the red frame of the image above) to see a detailed implementation plan. The screen below will appear.
Detailed execution plan
Step 5 - Finally click Results in the top left corner of the screen above.
Previous article: Reporting service in MS SQL Server
Next article: Integrated services in MS SQL Server
a code execution vulnerability in winrar has been exploited more than 100 times separately by hackers in the first week since it was revealed, and it is expected that this number will continue to increase in the future.
on christmas day, a vulnerability affecting web servers was embedded with hundreds of thousands of iot devices, namely goahead, a web server created by embedthis software.
a power plan is a collection of hardware and system settings that manage how computers use energy. this tutorial will show you how to choose a power plan to use by default in windows 10.
in this series, i will show you how to add exchange server 2007 sp1 (beta), installed on windows server 2008 (also beta). we talked about the steps needed to add the underlying operating system by only installing a minimum number of server roles and services. in the second part, we plan to do it
in windows vista, laptop owners can now choose and even make power plans to their preference. depending on whether you have to make the most of the laptop or you want a short session to watch videos or photos, choosing a power plan for...
recently, microsoft unveiled the first results in a plan to provide windows server updates every two years by revealing the first version of this operating system insider. please read the article below for more details!
currently, with a focus on security, microsoft has just announced that the next version of exchange server will be released in the second half of 2025.
you have probably seen that the terms web server and app server are often used interchangeably as if they are related to the same thing and also facilitate the website to function properly. but in reality, they are not the same.
sql injection is one of the types of web hacking by injecting sql query / command codes into input before transferring to the web application, you can login without a username and password, remote execution (remote execution), dump data and retrieve the root of sql server.