Viewing 15 posts - 61 through 75 (of 562 total)
Maybe this 'short' script can function as a starting point :
---------------------------------------------------------------------------------------------------------
-- 20190411 ben brugman
--
-- A short CSV generation :
--
DECLARE @T CHAR(99)= 'A',@L VARCHAR(MAX) = '',@S CHAR(999)='+''"''+REPLACE(CONVERT(VARCHAR(MAX),Q,121),''"'',''""'')+''";'''
SELECT @L=@L+REPLACE(@S,'Q',Column_name)...
April 11, 2019 at 12:47 pm
-- ben brugman 20190411
-- Same function not using a Collation instruction.
--
Declare @v varchar(300) = 'Ben Brugman'
Declare @x varchar(300) = 'BEN BRUGMAN'
--
IF CONVERT(varbinary, UPPER(@v)) = CONVERT(varbinary, @v) BEGIN...
April 11, 2019 at 11:29 am
-- As said, do not store passwords.
-- But then again using upper and lower case as significant in passwords works counterproductive.
-- People do not think in upper...
April 11, 2019 at 9:26 am
---------------------------------------------------------------------------------
-- Timing ...
April 11, 2019 at 9:11 am
This was removed by the editor as SPAM
April 11, 2019 at 7:45 am
This was removed by the editor as SPAM
April 11, 2019 at 7:31 am
This was removed by the editor as SPAM
April 11, 2019 at 7:28 am
This was removed by the editor as SPAM
April 11, 2019 at 7:25 am
Thanks, the toolbar is now visible.
Ben
April 10, 2019 at 2:02 pm
The ---bracket code /bracket--- example you presented 3 messages back, appears as :
The green pointer is added, it points to a suspicious mark. The code does not appear in a...
April 9, 2019 at 7:28 am
Testing
`SQL
-- Three back ticks and the letters SQL
`
Nope the three backticks are not working (I copied the backticks from the document, because my keyboard does not show backticks.
'''SQL
-- Three qoutes...
April 8, 2019 at 5:17 pm
Above if this becomes visible the screen that I see, but I do not see the mentioned code sample button.
Thanks for your time and attention.
Ben
April 8, 2019 at 2:56 pm
Same 'feelings' here.
Sometimes it is getting used to a new format and often the disadvantages are more apparent than the disadvantages. So I am stil open to this format, but...
April 6, 2019 at 12:59 pm
Repost. Repost. Repost. Repost. Repost. Repost. Repost. Repost. Repost.
Because the post is not visible (anymore), reposting the same message gives the 'error' that the message has allready been posted.
So Sorry...
April 6, 2019 at 12:53 pm
Viewing 15 posts - 61 through 75 (of 562 total)