Scripting Tables and Procedures from SSMS
Learn how you can script specific objects from SSMS and store or update them in a git repository.
2019-11-15 (first published: 2018-04-05)
6,367 reads
Learn how you can script specific objects from SSMS and store or update them in a git repository.
2019-11-15 (first published: 2018-04-05)
6,367 reads
2018-03-29
2,310 reads
A complete guide to the hidden gems of SQL Server Management Studio (SSMS), covering shortcuts, tips and tricks, useful scripts, and more.
2019-09-18 (first published: 2017-08-14)
16,789 reads
Serget Gigoyan is back with another set of 5 common SSMS tips.
2017-08-07
4,928 reads
Complete list of useful and must have add-ins for SQL Server Management Studio - 34 SSMS add-ins
2019-02-28 (first published: 2017-07-21)
43,011 reads
2017-03-28
1,081 reads
2017-03-15
1,151 reads
2017-03-01
1,117 reads
2017-02-15
1,159 reads
2017-02-01
1,065 reads
By Arun Sirpal
Third part in my Ai series with databases. When building AI solutions within the...
By Steve Jones
This month we have a very interesting invitation from Koen Verbeeck. He has hosted...
It’s the second tuesday of the month, which means T-SQL Tuesday time! This month’s...
I have 13 restricted views in my EDW DB. 6 of them are created...
Hallo all! My problem is this: I have quite a bunch of TSQL scripts...
Comments posted to this topic are about the item Would You Retire Rather Than...
Does this run successfully on a SQL Server 2022, US English default installation?
DECLARE @YenAmount MONEY; SET @YenAmount = ¥1500; SELECT @YenAmount AS RawValue;See possible answers