This screen is so useful in development. Is there a way to have all query windows behave like this one? It seems special and is only invoked if you select the “Edit Top 200 Rows” option.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a REALLY TERRIBLE IDEA™ to edit data in SQL Server this way. It may be easier, but it will leas to issues with consistency and/or invalid/miskeyed data. If you put all your inserts into scripts, you have version control and duplicability of your data. If you ad-hoc key everything, you are likely to lose all your data without being able to remake it as it was.