Viewing 15 posts - 511 through 525 (of 6,036 total)
August 30, 2018 at 8:04 pm
August 30, 2018 at 6:49 pm
I don't think senators write those files themselves.
It must be some IT department or a contractor hired to do the job.
Whoever they are working for - they must do their...
August 30, 2018 at 3:43 pm
Yeah, why bother loading the correct data?
Main thing - the process does not report any errors.
August 29, 2018 at 5:15 pm
August 29, 2018 at 7:00 am
The file has been built incorrectly.
No parsing tool can fix it.
Must be corrected at the source.
"NORTH DAKOTA STATE A"",""1",
"NORTH DAKOTA STATE ""A"" #1",
and so...
August 28, 2018 at 8:44 pm
If you're trying to develop kinda schema-less database then SQL Server is obviously a wrong choice for the database engine.
August 28, 2018 at 6:03 am
August 27, 2018 at 7:00 am
You must use Unicode literal:
N'/' instead of '/'.
I assume, all columns and variables are defined as nvarchar, not varchar.
August 22, 2018 at 3:48 pm
Apart from that- change all your literal constants from 'String' to N'String'
August 21, 2018 at 4:42 am
No-code platforms are basically interpreters from a human to the machine language.
To see how effective those things are copy this post to Google Translate and do double translation - say,...
August 17, 2018 at 3:21 pm
Viewing 15 posts - 511 through 525 (of 6,036 total)