Hey Guys :D
For my final year project, I'm making what I call - SeeQuaL and it's a one stop interface for accessing 3 of the most famous database types - SQLite, SQL Server and MySql. I'm Pretty sure that I can get things done with the SQLite and MySql. But SQL Server, meh! will surely give me problems.
Now lets take the case that I have SQL Server Express 2005 installed on my system but I don't have Management studio installed. In order to access my databases , I will need to log in with the SQL server authentication mode AKA via the all famous login - SA.
So here is my Question:
How do I enable this account (sa) and set the server authentication to "SQL Server and Windows authentication" mode WITHOUT using management studio??
I have no idea as to how to accomplish this :( So please help me guys ! Is there some table that I need to access thro the windows authentication mode by which I can get this job done ?