Viewing 15 posts - 1,591 through 1,605 (of 8,731 total)
I think you should convert this to a scalar function....you know, for performance....
February 7, 2017 at 12:12 pm
I was thinking of submitting a script that could hopefully be published in about 2 months. But I wanted to get your expertise on things that might be slipping my...
February 7, 2017 at 10:09 am
February 7, 2017 at 9:47 am
February 7, 2017 at 9:06 am
February 6, 2017 at 8:16 am
smatu - Friday, February 3, 2017 12:55 PMI'm not sure I understand your question....
How are you calling bcp?
February 3, 2017 at 3:30 pm
People mention portability of code and correct placement of business rules as disadvantages of Stored Procedures.
I've seen far more times systems changing their front end code language than their...
February 3, 2017 at 1:07 pm
February 3, 2017 at 12:57 pm
February 3, 2017 at 12:47 pm
February 3, 2017 at 12:44 pm
Does something like this works?
Create Function [dbo].[fn_iReplaceSpecialCharacters] (@TempString AS VARCHAR(100))
RETURNS TABLE WITH SCHEMABINDING
AS RETURN
SELECT replace(replace(replace(replace(
replace(replace(replace(replace(replace(replace(replace(replace(
replace(replace(@TempString COLLATE...
February 2, 2017 at 2:08 pm
Luis, that's a very neat way of doing it. I'm sure...
February 2, 2017 at 11:58 am
Brandie Tarvin - Thursday, February 2, 2017 6:44 AMYAY, Koen!The drinks are on you now, right?
Are you saying that MVP...
February 2, 2017 at 6:52 am
February 2, 2017 at 6:33 am
Viewing 15 posts - 1,591 through 1,605 (of 8,731 total)