Unbrick or Recover Xiaomi Redmi 10A and other MTK devices

Case: Your Redmi 10A (probably other MTK devices too) is not turning on and doesn't react to any button pressed nor cable connection. Requisites:   Dead phone USB Cable  You tried tons of tutorials to unbrick the phone and didn't work This image Willingness to even use Linux to fix it (it's not hard) Steps: Create a bootable USB using the image downloaded. Make sure your computer allows booting from USB. Boot the computer from the bootable USB. When booting, a list of options will be shown. Pick the first one: Boot Live system. Once the system is loaded, go to the right-upper corner to connect to Wi-Fi. Once you have internet, use the Firefox browser (click on the icon in the left-upper corner) and download the Linux version of this tool (SP Flash) and save it in the desktop. Unzip the tool downloaded. Download the fastboot version of the stock ROM . Unzip the ROM, to have the folder and files. Click on 'MTK' icon that is in the desktop. In the command line opene

Using Linked Servers in SQL Server

When you work with software you have in mind that everything is interconnected, even more when you're talking about servers. And things could get really ugly if you need to make queries and see that a part of your information is located in another server.

Fortunately, Microsoft SQL Server helps us in this situation giving us a feature that allows us to reference a different server and use it to make queries against it.

So, let's open SQL Server Management Studio, get in to the server and go to "Linked Servers" folder located in "Server Objects".
 
Go to Linked Servers in SQL Server MS
 
Now, you have to create a new linked server by using the right-click button and the appropriate option.

Create a new linked server
 
In this ocasion, just type the linked server name on the textbox and select the type of this, keep in mind that you can connect to other sources different from SQL Server.

Complete the information of the linked server
 
After you do this, on the "Security" section you have to specify the mapping between users and for the rest of users you'll have to select the connection mode.

Configure the users for the linked server

Once you finish this, you will be able to query the data from your new linked server, this will appear under the "Linked Servers" folder. Since now you can build this kind of queries:

SELECT * FROM TEMP.CATALOGTEMP.DBO.TEMPTABLE

That's all.


Comments

Popular posts from this blog

Inserting Rows o Columns in Excel Not Permitted

I Need to Send an Automatic Email with Lotus Notes

Unbrick or Recover Xiaomi Redmi 10A and other MTK devices