Topic: SQL query program to edit records (Read 2483 times)
I crack Photoshop!
Posts: 3
30 credits Members referred : 0
« on: Feb 10, 2008, 02:25:48 pm »
I have a need for a program better than Query Analyzer, I use Enterprise Manager on a daily basis for work purposes and have given the Query Analyzer program to our head person in charge of the front-end of the software, but they are now having a growing need to edit bulk things and with a SELECT statement in Query Analyzer you then have to go back and do update statements to update specific fields. With Enterprise Manager you can click in the box and change the values on the fly. Now as much as this scares me I dont want to give them Enterprise Manager just because of its sheer power, but I want them to have a similar program to be able to edit the fields right in front of them (easier) and just have to write a select statement..
Any suggestions
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
I crack Photoshop!
Posts: 3
18 credits Members referred : 0
« Reply #2 on: Dec 10, 2008, 11:39:21 am »
Correct me if I'm wrong it seems that your using a Microsoft SQL Server. Seens there is the Enterprise Manager though I'm not yet so expert of the Software but I think SQL Server has a tool that would allow them to search for a particular row in the database, I'm actually an avid user of MySql and they had a GUI query analyzer and it does even have a tool that would help me to search for the row on which I would intentionally need to update the informations thats why MS SQL Server might still have the same service, but if it might be too complicated for them to type the SELECT statement just to search, or a too burden for them typing the whole UPDATE statement it might just be better if you develop a some kind of application that may solve the problem. As far as I'm concern MS SQL Server is one of the best DBMS available in the market
Cyberpunk Wannabe
Posts: 38
246 credits Members referred : 0
Correct me if I'm wrong it seems that your using a Microsoft SQL Server. Seens there is the Enterprise Manager though I'm not yet so expert of the Software but I think SQL Server has a tool that would allow them to search for a particular row in the database, I'm actually an avid user of MySql and they had a GUI query analyzer and it does even have a tool that would help me to search for the row on which I would intentionally need to update the informations thats why MS SQL Server might still have the same service, but if it might be too complicated for them to type the SELECT statement just to search, or a too burden for them typing the whole UPDATE statement it might just be better if you develop a some kind of application that may solve the problem. As far as I'm concern MS SQL Server is one of the best DBMS available in the market
i totally agree with you that MS SQL is one of the best DBMS and its not that hard to understand or study its tool. you just have to oncentrate,
I feel pretty...
Posts: 180
1120 credits Members referred : 0
Correct me if I'm wrong it seems that your using a Microsoft SQL Server. Seens there is the Enterprise Manager though I'm not yet so expert of the Software but I think SQL Server has a tool that would allow them to search for a particular row in the database, I'm actually an avid user of MySql and they had a GUI query analyzer and it does even have a tool that would help me to search for the row on which I would intentionally need to update the informations thats why MS SQL Server might still have the same service, but if it might be too complicated for them to type the SELECT statement just to search, or a too burden for them typing the whole UPDATE statement it might just be better if you develop a some kind of application that may solve the problem. As far as I'm concern MS SQL Server is one of the best DBMS available in the market
My sql server is really a powerful and helpful software...
Atari ST fan
Posts: 8
54 credits Members referred : 0
« Reply #5 on: Mar 08, 2011, 07:04:26 am »
I want to know about the working of query analyzer.If you have knowledge about that then please help me.
My name is Bong, James Bong
Posts: 12
72 credits Members referred : 0
« Reply #6 on: Jun 13, 2011, 10:06:28 am »
I am not very familiar with MySQL but when it comes to MySQL i can help you much quicker
Nikolas' Servant's Servant
Posts: 29
186 credits Members referred : 0
« Reply #7 on: Jul 30, 2011, 02:00:00 pm »
The query is:- update into table name student Amon which roll no=5;
Total Zero
Posts: 5
36 credits Members referred : 0
« Reply #8 on: Aug 18, 2011, 12:34:30 pm »
I have a need for a program better than Query Analyzer, I use Enterprise Manager on a daily basis for work purposes and have given the Query Analyzer program to our head person in charge of the front-end of the software, but they are now having a growing need to edit bulk things and with a SELECT statement in Query Analyzer you then have to go back and do update statements to update specific fields. With Enterprise Manager you can click in the box and change the values on the fly. Now as much as this scares me I dont want to give them Enterprise Manager just because of its sheer power, but I want them to have a similar program to be able to edit the fields right in front of them (easier) and just have to write a select statement..
Cyberpunk Wannabe
Posts: 41
300 credits Members referred : 0
« Reply #9 on: Oct 13, 2011, 12:17:59 am »
I don't know how big the place is you work at, but our shop gets audited all the time. Auditors get real cranky when they come across database updates without an audit trail of some type.
« Last Edit: Oct 13, 2011, 09:56:42 am by Nikolas »
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=7587