August 2011 Blog Posts

SQL Server Management Studio Row Limit

08 August 2011 |

Management Studio

 

 

if you are tired of the limit of editing and selecting rows in Management studio this is how you can change it. from tools menu select options and this is how you can change it.

know that loading a lot of rows affects the client machine memory to say the least not to mention locking rows in case of editing.

Solved : An unsecured or incorrectly secured fault was received from the other party.

08 August 2011 |

after reading a loooot of articles about security of wcf and impersonation of web applications we finally found out that the problem is caused by server and client does not have the same clock time.

 

so we simply fixed the time on the client machine and the problem disappeared.