I understand this should be searched online. I did but most of the links point to SSMS and UI for doing this. I am relying on Visual Studio 2012 SSDT and self-typed SQL query.
Please help me with below SQL command to set sa
password.
CREATE LOGIN [sa]
WITH PASSWORD = N'MyPassword', DEFAULT_LANGUAGE = [us_english];
GO
ALTER LOGIN [sa] ENABLE