How can we help you today? How can we help you today?
romu_ecosys

Activity overview

Latest activity by romu_ecosys

Incorrect layout of INSERT and UPDATE in StoredProc?
Hello, we have set the layout to get the following for SELECT statements:SELECT @newUserFullName = dbo.fnFormatName(Firstname, Lastname, Title), @newUserUserName = UserName from ...
1 follower 1 comment 0 votes
Logical operator on single line
SQL Refactor: great stuff One thing that we miss is the option 'logical operator on single line' We use to format sql this way:select col1, col2 from tbl where expr1 and expr2 I kno...
2 followers 3 comments 0 votes