Activity overview
Latest activity by NaM_Cat
Hi! How can I set this option as default for users or for new users? / comments
Hi! How can I set this option as default for users or for new users?
What if the font in the window of SQL Serach is significantly smaller than in the query editor SSMS at 100% scale. Other PCs don't have this problem. / comments
What if the font in the window of SQL Serach is significantly smaller than in the query editor SSMS at 100% scale. Other PCs don't have this problem.
I have same problem with removal of space before NOT LIKE select * from dbo.table as ao (nolock) where ao.Name != 'test' and isnull(ao.LockReasonId, 0) not in (7, 6, 8, 19, 15, 16, 18, 17, 3) and isnull(ao.ExternalId, '')not like 'likk' and ao.LockReason is not null; / comments
I have same problem with removal of space before NOT LIKEselect *from dbo.table as ao (nolock)where ao.Name != 'test' and isnull(ao.LockReasonId, 0) not in (7, 6, 8, 19, 15, 16, 18, 17, 3)...
We have universal method - extended property - MS_Description. It's work for all db objects. / comments
We have universal method - extended property - MS_Description. It's work for all db objects.
Description of test/class
How I can add description of test or test class in interface SQL Test?