Viewing 15 posts - 1,156 through 1,170 (of 2,701 total)
it is highly likely that its one (or both) of 2 things
1 - server does not have required SPN's and is not authorized to delegate your credentials. (google for kerberos...
August 5, 2021 at 9:54 pm
how are you exporting the data?
and where/how are you opening those files?
line returns on a valid csv file are not a problem it the software reading that file correctly handles...
August 5, 2021 at 8:34 pm
Re: file import, I contacted the individual about their behavior and language. We do not tolerate that type of discussion.
Thanks Steve
August 5, 2021 at 4:49 pm
Same - its only when I wish to look at an old message that I go there - today decided to go in to see if I had any message...
August 5, 2021 at 3:55 pm
from my previous post "what is the performance issue you are getting (is it locks? dead locks? plain slowness?)"
August 5, 2021 at 1:46 pm
Thanks Phil
link works indeed - and at least messages are there.
August 5, 2021 at 1:45 pm
wish we could identify these types even before they are allowed to post - would save a bit of hassle for many of us here
https://www.sqlservercentral.com/forums/topic/import-csv-data-into-existing-tables
This is the same...
August 5, 2021 at 12:23 pm
have you tried adding a debug to it
$items = Invoke-Sqlcmd -ServerInstance $server -Database $database -Query $query -ErrorAction Stop
$items |out-file "c:\sql.log"
and also try
$items = Invoke-Sqlcmd -ServerInstance $server -Database $database -Query $query...
August 5, 2021 at 11:32 am
wish we could identify these types even before they are allowed to post - would save a bit of hassle for many of us here
https://www.sqlservercentral.com/forums/topic/import-csv-data-into-existing-tables
August 5, 2021 at 7:28 am
Good - but do remember that in order to use a tool you need to learn how to use it - if you are like this with a utility like...
August 4, 2021 at 11:11 pm
if you are using a SSIS package and have correctly defined the input file then it will work well with the sample you posted - but if not defined correctly...
August 4, 2021 at 8:11 pm
look at the rsconfig utility https://docs.microsoft.com/en-us/sql/reporting-services/tools/rsconfig-utility-ssrs?view=sql-server-ver15
regarding your SQL Service accounts - you should be using MSA/GMSA where possible (e.g. as the user that the services run under) so you don't...
August 2, 2021 at 5:54 pm
if your VMs are with VMWARE Esx then yes it does apply - and for it to work the following must be enabled
July 28, 2021 at 5:50 pm
or instead of using a file defined within SSIS you create and write to the file using a c# script component as a data transformation within your dataflow.
there you can...
July 26, 2021 at 2:55 pm
Viewing 15 posts - 1,156 through 1,170 (of 2,701 total)