Viewing 15 posts - 1 through 15 (of 21 total)
Thanks for the query. Your query is returning this:
1 12345 566767 2020-12-23 thisisaTest test1 test6
1 12345 566767 2020-12-23 thisisaTest test1 test4
1 12345 566767 2020-12-23 thisisaTest test2 test6
I...
April 3, 2020 at 5:15 am
I posted the create table and insert script above. I will use your split function
April 3, 2020 at 2:36 am
April 3, 2017 at 9:40 am
I tried doing this:
select * from testTable
order by
case TestName
when 'Prod' then 1
when...
November 4, 2016 at 2:46 pm
I used isNumeric and than I could sort the column.
November 4, 2016 at 12:35 pm
My update statement is working if I am passing NULL instead of empty strings.
May 11, 2016 at 9:56 am
I am not looking for splitter function. I am also looking for update statement that will update two other tables table 2 and Table 3 based on the ID provided...
May 6, 2016 at 2:21 pm
Thank you for taking time to write a test stored procedure. There was something wrong with the stored procedure that was causing the error. Now it is resolved.
I really...
November 12, 2015 at 12:25 pm
I did that. Now I am getting an error saying:
The conversion of a datetime datatype to a smalldatetime resulted in a out of range value.
The testDate column in the table...
November 12, 2015 at 11:33 am
Thank you. Never thought of using replace.
August 12, 2015 at 10:46 am
Is there any way, I can just filter out on alphanumeric values and leave the special characters. I tried this, but not working
SELECT * FROM TestTable
WHERE parameter_no LIKE '%[^a-zA-Z0-9]%'
August 12, 2015 at 10:32 am
there are lot of values inserting in that table, but this special character will be always at the end if present.
August 12, 2015 at 10:30 am
Is there any way, I can see those messages in sql server.
July 22, 2015 at 1:05 pm
Viewing 15 posts - 1 through 15 (of 21 total)