python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Import/Export Wizard and quote delimiter issue
Why I am getting the following error, and how can we fix it?
Error 0xc0202055: Data Flow Task 1: The column delimiter for column "Col1" was not found.
(SQL Server Import and Export Wizard)
...
nam
Votes: 0
Answers: 0
@@DATEFIRST not returning results as described in the docs
I have read this documentation
So I tried this experiment
declare @t table (test date)
insert into @t values ('20220404'), ('20220405'),('20220406'),('20220407'),('20220408'),('20220409'),('20220410')...
GuidoG
Votes: 0
Answers: 1
Unable to set MAXDOP option on a non-clustered columnstore Index
I'm trying to set MAXDOP option on a non-clustered columnstore index using the following ways and it doesn't seem to be sticking. Server is SQL Server 2019.
Index properties -> Options Page ->...
neel
Votes: 0
Answers: 0
On Amazon SQL Server RDS, how can we identify all apps that are connecting using the direct server name and not the alias?
We are soon to migrate our back-end from an Amazon SQL Server RDS to another identically set up RDS server. We intend that our systems will not be interrupted because they connect using an AWS alias t...
cloudsafe
Votes: 0
Answers: 0