Viewing 15 posts - 586 through 600 (of 1,464 total)
This should be a bore performant solution
SELECT Hyperlink = w.value( '(ActionInfo/Actions/Action/Hyperlink/text())[1]', 'varchar(100)' )
...
April 25, 2019 at 7:30 am
It would appear that I have selected the correct answer, yet it says that I have not
April 24, 2019 at 2:40 pm
April 16, 2019 at 4:26 am
You can use ISNULL to replace NULL with blank - eg
SELECT (LEFT(ISNULL( middlename, '') , 1) )
You may want to wrap the space in the ISNULL as well,...
April 11, 2019 at 8:55 am
Topic says it all. This is worthless when not sorting the newest first.
In the top menu bar, select Forums > Most active. This seems to give a...
April 3, 2019 at 8:31 pm
I note that once a topic has been read, it does not appear change in any form in order to indicate that it has been read.
Also, I cannot see how...
April 1, 2019 at 3:35 pm
March 29, 2019 at 11:30 am
March 28, 2019 at 5:31 pm
For some reason it will not...
March 27, 2019 at 11:33 pm
March 26, 2019 at 6:09 am
March 21, 2019 at 10:43 am
March 19, 2019 at 12:02 pm
If you test for existence first, you effectively have to access the table twice to achieve your end goal.
You could always use a transaction, and only commit the transaction...
March 18, 2019 at 3:05 pm
Viewing 15 posts - 586 through 600 (of 1,464 total)