Viewing 15 posts - 586 through 600 (of 1,468 total)
substring fuction expects a string to work with you column BLLG_END_DT is of datetime type to get the desired result try the following:
SELECT TOP 10...
May 15, 2019 at 2:33 pm
User input : Distance range, interval . Need a t-sql which can navigate a set of data based upon the inpur range and returns the sum of value at...
May 15, 2019 at 10:33 am
You cant use a constraint or index to determine your flow.
This article will help you with the insert/update logic
May 6, 2019 at 8:26 am
You can use the FOR XML method
declare @vendor int = 5689
select vendors.vendorid, vendors.customerid
, CustomerNames = CAST(STUFF(( SELECT ',' + customers.firstname + '...
May 1, 2019 at 10:05 pm
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
Viewing 15 posts - 586 through 600 (of 1,468 total)