Viewing 15 posts - 1,591 through 1,605 (of 8,760 total)
March 28, 2018 at 8:59 am
The OP will have to explain why 024 = 24 and 02 = 2 and not 20
😎
March 28, 2018 at 7:17 am
NineIron - Wednesday, March 28, 2018 7:01 AMThanx but, I was hoping for something I can use as a field value.
Now you...
March 28, 2018 at 7:02 am
Another method, slightly more efficient
😎
WITH SAMPLE_DATA(TSTR) AS
(
SELECT '000.004.000' UNION ALL
SELECT '000.02.000' UNION ALL
SELECT '000.024.000'
)
SELECT
...
March 28, 2018 at 7:01 am
March 28, 2018 at 6:34 am
We've got an application that inserts information into an SQL table (table A).
The trigger...
March 28, 2018 at 3:12 am
i have query in Access like here:
Now i want to...
March 28, 2018 at 2:33 am
March 24, 2018 at 9:07 am
Further on Chris's request for consumable data, could you post the DDL (create table) scripts, sample data as an insert statement, the desired results and what you have tried so...
March 23, 2018 at 4:59 am
March 23, 2018 at 4:11 am
Hi Guys,
and thanks for the nice comments, wouldn't want to take too much credit for this as it is a community (SSC or Sql Server Community) effort.
March 22, 2018 at 4:14 am
March 21, 2018 at 9:02 am
March 21, 2018 at 12:28 am
Viewing 15 posts - 1,591 through 1,605 (of 8,760 total)