Hi,
when i do a select * from operation in sql server (all databases ) it is showing only 3 rows even though there is more than 3 column. So i realize that rowcount is set , so i did "set rowcount 0" and it works fine. But now i have to do that everytime when i open sql server . Is there any way to permanently set rowcount 0 for all databases in sql server ?