Viewing 15 posts - 421 through 435 (of 645 total)
Jeff Moden (9/3/2014)
September 4, 2014 at 11:37 am
Jason-368451 (8/6/2014)
I need a way to parse proper csv files that are comma delimited with...
August 6, 2014 at 11:53 am
brisims34 (6/27/2014)
June 29, 2014 at 2:29 pm
clucasi (5/27/2014)
These need to be...
May 27, 2014 at 9:45 am
mburbea (5/20/2014)
May 20, 2014 at 3:43 pm
mburbea (5/20/2014)
'
--===== Run the test
SELECT csv.RowNum, split.ItemNumber, split.Item
INTO...
May 20, 2014 at 11:13 am
Paul White (5/15/2014)
Solomon Rutzky (5/15/2014)
...it still might be interesting to test this theory of using a CLR-based number generator in the T-SQL splitters...
I agree, though one has to ask if...
May 15, 2014 at 10:38 pm
mburbea (5/14/2014)
May 15, 2014 at 8:36 am
Lowell (5/9/2014)
i'm thinking you might be able to do this in SQL, can't you?what am i overlooking here?
Hey there. I am 99.9% positive that the issue is TIMEZONEOFFSET in...
May 9, 2014 at 7:02 am
renu.iitkgp (5/9/2014)
Hi Solomon,
Thank you for the reply, that is very helpful.
When the memory footprint was so large and it wasn't been freed up, I tried dropping the user defined...
May 9, 2014 at 6:59 am
renu.iitkgp (5/8/2014)
I had to convert huge volumes with datetime fields (given timezone info) to UTC.
Since Sql does not have a native way to do this, I chose to do...
May 8, 2014 at 11:33 pm
cgreathouse (5/1/2014)
I have a CLR SQL Function with a signature that looks like this...
public static long fnCreateKey(string value)
{
...
}
The function is working fine. However, in SSMS this is what the...
May 1, 2014 at 5:24 pm
I do not think any authentication will be placed in the SOAP <Header> element. I am not sure about all authentication schemes, but I know that Basic Auth is a...
April 7, 2014 at 11:32 am
Hi there. How exactly are you calling the WebService and what type of authentication is being used? I have successfully used Basic Auth and HttpWebRequest for this by setting the...
April 4, 2014 at 11:12 am
Yes, a Multistatement TVF (as opposed to an Inline one like I had tried earlier, or even a View) seems to work.
So first this:
CREATE FUNCTION dbo.TestWrapper()
RETURNS @Temp TABLE (IntVal INT)
BEGIN
INSERT...
March 5, 2014 at 7:05 pm
Viewing 15 posts - 421 through 435 (of 645 total)