Viewing 15 posts - 151 through 165 (of 206 total)
Ed Wagner (5/4/2016)
It came from Wayne Sheffield's SQL Spackle article on string concatenation. The article is at http://www.sqlservercentral.com/articles/comma+separated+list/71700/. It's a great technique.
It's broken so no, it's not great.
May 4, 2016 at 9:16 am
I'd no more ask this person to administer my database than I'd ask Donald Trump to run my country.
May 4, 2016 at 9:11 am
Try rendering it with check boxes rather than radio buttons. UI 101.
April 15, 2016 at 1:19 am
g.maxfield (3/18/2016)
I also get errorMsg 195, Level 15, State 10, Line 2
'VARCHAR' is not a recognized built-in function name.
Vide supra.
March 18, 2016 at 6:42 am
David Day (3/18/2016)
March 18, 2016 at 6:16 am
David Day (3/18/2016)
SELECT
TRY_CONVERT(VARCHAR(10), 'Mar 34, 2016 4:56 PM')
I get an error:
Msg 195, Level 15, State 10, Line 3
'VARCHAR' is not...
March 18, 2016 at 5:45 am
Andrew Watson-478275 (3/18/2016)
edwardwill (3/18/2016)
far (3/18/2016)
How do you use the statment? With a correct Syntax there is no error
I pasted the example into a query window and pressed F5
SELECT
...
March 18, 2016 at 5:33 am
far (3/18/2016)
How do you use the statment? With a correct Syntax there is no error
I pasted the example into a query window and pressed F5
SELECT
TRY_CONVERT(VARCHAR(10), 'Mar...
March 18, 2016 at 5:01 am
I get an error:
Msg 195, Level 15, State 10, Line 1
'VARCHAR' is not a recognized built-in function name.
March 18, 2016 at 4:25 am
Msg 195, Level 15, State 10, Line 1
'VARCHAR' is not a recognized built-in function name.
February 18, 2016 at 2:19 am
sipas (2/9/2016)
February 9, 2016 at 5:31 am
Yet another question where "None of the above" is the correct answer.
February 9, 2016 at 3:21 am
Jacob Wilkins (1/13/2016)
edwardwill (1/13/2016)
Eirikur Eiriksson (1/12/2016)
SQLRNNR (1/12/2016)
January 13, 2016 at 7:20 am
Eirikur Eiriksson (1/12/2016)
SQLRNNR (1/12/2016)
January 13, 2016 at 6:18 am
Viewing 15 posts - 151 through 165 (of 206 total)