I went ahead and installed openssl-devel and i was able to install Net::SSLeay
yum install openssl-devel
I went ahead and installed openssl-devel and i was able to install Net::SSLeay
yum install openssl-devel
Clear the ARP table
arp -d -a
Clear the NDP table
ndp -c (seriously! What the hell does the c stand for?)
https://www.computerhope.com/unix/arp.htm
https://www.freebsd.org/cgi/man.cgi?query=arp&sektion=8
https://www.freebsd.org/cgi/man.cgi?query=ndp&sektion=8&manpath=FreeBSD+8.1-RELEASE
bulk insert ycsoftware.dbo.ycsoftware from '\\192.168.1.1\c$\ycsoftware\files\data.txt' WITH ( FIRSTROW = 2, FIELDTERMINATOR = '\t', ROWTERMINATOR = '\n', TABLOCK )
bulk insert ycsoftware.dbo.ycsoftware from '\\192.168.1.1\c$\ycsoftware\files\data.txt' WITH ( FIRSTROW = 2, FIELDTERMINATOR = ',', ROWTERMINATOR = '\n', TABLOCK )
Issues:
Skipping Auto-increment Column
It is highly suggested that you bulk insert into a temporary table first before you move the data into a production table.
IF the query is run outside the server via SQL Management Studio as an example then you use UNC path for the file name.
Bulk insert runs on the server.
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/statements/bulk-insert-transact-sql
sudo apt-get install update-manager-core
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - libMagickWand.so.2: cannot open shared object file: No such file or directory in Unknown on line 0
Solution that worked for me:
yum install php-pecl-imagick