I have a SQL Server Primary Database file. (.mdf)
I require a program which can open the file and let me edit some data.
Since there are many fields, it tedious to open all the records and modify it.
Would it be a good idea to do so? I can always take backup of .mdf file before playing with it, since I do not have any programming knowledge.