Thank you! I already did it with the help of Discord, yesterday. Thank you for your help and intention!
1 Like
It turns out there are options when you right-click. Certain db objects have the option to view the list of rows.
It confused me as well as I’ve never learned how to use this program. A google of mssql edit top 200 rows
gave me the answer, finally.
1 Like
SELECT TOP (1000) [id]
,[name]
,[password]
FROM [accounts].[dbo].[devsacc]
where name =‘HTB’
If you haven’t gotten passed it yet:
- Copy the share dir
- Change ownership of the directory and it’s contents