Discussion:
edit records using SSMS
(too old to reply)
iccsi
2012-04-13 01:21:37 UTC
Permalink
SSMS has edit top 200 records from user interface.
I just wonder any way to use user interface to edit data more than 200
records?
Is it the only way to use UPDATE SQL to update records using SSMS?

Your information is great appreciated,


iccsi
Erland Sommarskog
2012-04-13 06:50:12 UTC
Permalink
Post by iccsi
SSMS has edit top 200 records from user interface.
I just wonder any way to use user interface to edit data more than 200
records?
I believe there is a setting to change this. The reason there is a 200
limit by default is that if you are casual and open a million row table,
you are asking for trouble.
Post by iccsi
Is it the only way to use UPDATE SQL to update records using SSMS?
UPDATE statements is certainly what I use.
--
Erland Sommarskog, SQL Server MVP, ***@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
Loading...