How can we help you today? How can we help you today?
Bill_Ross
Feature Request - Sql Format
I love SQL Format, but sometimes what I want is the opposite - to remove all formatting and turn it into a single line, so I can pass the whole query as a parameter. Also, at the same time, I want ...
1 follower 1 comment 0 votes
Feature Request for Format
I recently discovered that Microsoft Sql Server will allow you to create a stored procedure, view, etc, with nested comments, but, once created, will not allow you to retrieve it. For example: /* O...
2 followers 2 comments 0 votes
FormatDate
Snippet name: fd Description: Format a date as YYYY-MM-DD Code: CONVERT(CHAR(10), <inDate, DateTime, GETDATE()>, 23) AS [Date] Use Ctrl-Shift-M to populate the parameter. Defaults to GetDate()
0 followers 0 comments 0 votes
rownum
I love the Over Partition: row_number() OVER ( Partition BY <foreignkey, varchar> order by <foreignkey,varchar> ) AS [Seq] Ctrl-Shit-M to populate
0 followers 0 comments 0 votes
Generation of Insert, Update and Delete stored procedures
On this forum there is code to do this:http://www.sqlservercentral.com/Forums/ ... 444-3.aspx But alas, it does not seem to work. Is there anything like this in your Toolbox? Thanks.
2 followers 2 comments 0 votes