Viewing 15 posts - 1,111 through 1,125 (of 2,654 total)
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
unfortunately and as I said the only way to use it outside SSDT is to have it fully licensed - see https://docs.microsoft.com/en-us/sql/integration-services/integration-services-features-supported-by-the-editions-of-sql-server?view=sql-server-ver15
depending on what you are trying to do you...
July 23, 2021 at 11:19 pm
and be careful with doing it that way. SSIS is a licensed feature of SQL Server so any PC that executes it will require a full license of SQL Server.
SSIS...
July 23, 2021 at 8:16 pm
using just min/max/avg will not help much if you have stragglers - you are better off ranking then on durations and then look at the specific ones that are on...
July 19, 2021 at 11:36 pm
Does not matter what possible options we give you to process from the queue - unless you tells with great detail what you are doing with each row on the...
July 18, 2021 at 8:35 pm
MAX Server memory should never be left at the default - with 128 GB ram and with SSIS running on same server I would give SQL a max of 100-110...
July 15, 2021 at 8:00 am
Viewing 15 posts - 1,111 through 1,125 (of 2,654 total)