Viewing 15 posts - 286 through 300 (of 645 total)
Eirikur Eiriksson (5/15/2016)
Lynn Pettis (5/13/2016)
May 15, 2016 at 12:21 pm
Eirikur Eiriksson (5/15/2016)
😎
SET NOCOUNT ON;
DECLARE @STR_WITH_ZERO_CHAR VARCHAR(20) = '123456789' + CHAR(0) + '1234567890';
-- CHARINDEX will not return the position of...
May 15, 2016 at 11:42 am
To further Jeff's point about the possible "unexpected" behavior of ASCII character 0, another reason to not use it unless you have a specific need for it is that it...
May 15, 2016 at 10:09 am
Lynn Pettis (5/15/2016)
Solomon Rutzky (5/14/2016)
Lynn Pettis (5/13/2016)
Jacob Wilkins (5/13/2016)
Lynn Pettis (5/13/2016)
May 15, 2016 at 1:00 am
Lynn Pettis (5/13/2016)
Jacob Wilkins (5/13/2016)
Lynn Pettis (5/13/2016)
May 14, 2016 at 12:32 am
Jeff Moden (4/29/2016)
If a shop forbids VB, it seems to me that they wouldn't allow it to...
May 2, 2016 at 2:26 pm
WayneS (5/2/2016)
Anyone have experience loading ASCII flat files into tables where the files may contain some extended ASCII characters? Any special tricks involved to accomplish this load?
Most likely an issue...
May 2, 2016 at 8:41 am
David.Poole (5/1/2016)
You transmit on a port relevant...
May 1, 2016 at 8:17 am
David.Poole (4/30/2016)
May 1, 2016 at 12:35 am
Just FYI, there is an oddly similar thread on the MSDN forums ;-):
It does not seem as though there is a fix as I tested with SQL Server 2014 and...
April 30, 2016 at 2:53 pm
Solomon Rutzky (4/29/2016)
Jeff Moden (4/28/2016)
Hence [font="Arial Black"]this library exists because Visual Basic includes this functionality[/font], but its usage is not restricted to VB...
April 29, 2016 at 4:25 pm
Chad Crawford (4/29/2016)
Solomon Rutzky (4/29/2016)
TomThomson (4/28/2016)
Jeff Moden (4/28/2016)
Grant Fritchey (4/28/2016)
I want to export large amounts of data. However, I don't want to use SSIS. I'm going to use...
April 29, 2016 at 3:53 pm
TomThomson (4/28/2016)
Jeff Moden (4/28/2016)
Grant Fritchey (4/28/2016)
I want to export large amounts of data. However, I don't want to use SSIS. I'm going to use SQLCMD.EXE. I need to be...
April 29, 2016 at 1:59 pm
Jeff Moden (4/28/2016)
So the following quote was incorrect or correct?Hence [font="Arial Black"]this library exists because Visual Basic includes this functionality[/font], but its usage is not restricted to VB callers.
That quote...
April 29, 2016 at 12:09 am
Jeff Moden (4/26/2016)
Solomon Rutzky (4/25/2016)
April 28, 2016 at 2:56 pm
Viewing 15 posts - 286 through 300 (of 645 total)