Browse by Tags

SQL Server Management Studio snap-in - get alerted when executing a TSQL code!
Published 15 February 8 4:26 AM | SSQA.net
Do you like color-coded alert say when you are executing a TSQL script or code against a SQL Server instance, say if its a production server with 'red' indicator or 'green' when it is on testing platform! I have no doubt in stating the...
TSQL to get FieldName & FieldDescription within a SQL Server database
Published 25 July 7 9:52 AM | SSQA.net
When you are documenting a database including the table-column information you need to have a description that can specify that so and so column is used for such a purpose. Think about accessing such information using Enterprise Manager or SS Management...