The sqlserver tag has no usage guidance.
0
votes
1answer
22 views
Is it needed for the server daemon to running so that it could be included as a dependency while building some other package?
I'm making the postfix MTA which depends on some database packages(mariadb, postgresql,...). I'm building on the instructions of Beyond Linux Form Scratch (BLFS) but I fear if it is needed for the ...
1
vote
0answers
21 views
SQL-Server for Linux WORKGROUP authentication handling
I installed SQL-Server for Linux on a linux Centos 7 distro, it works fine, but I need a workgroup authentication. It's required by the client (SAGE Ligne 100) which runs on a Windows workstation. ...
0
votes
1answer
77 views
Increase Ram Provided to docker container
I'm trying to run the docker mssql container on a Linux host.
In the tutorial it is described how you should increase the RAM size allocated to the container and how you do that on Windows and Mac ...
0
votes
0answers
26 views
Jdbc driver MS SQL Server for CPU ARM
I have a controller with this CPU: CPU Atmel AT91SAM9G20 with ARM926EJ-S Kernel
Are there jdbc drivers for MS SQL Server for this CPU?
Thanks
0
votes
0answers
25 views
BusyBox and jdbc
I'have an RFID Reader with linux kernel 3.0 (BusyBox v1.14.3) on board.
BusyBox has installed JamVM 1.54.
I need to execute an stored procedure on SQL Server 2008. I have created a little program in ...
2
votes
3answers
291 views
sqlcmd does not work: Can't open lib libmsodbcsql.13.dylib
I've installed mssql-tools and msodbcsql,
And I've symlinked /usr/local/homebrew/lib/libmsodbcsql.13.dylib to /usr/local/lib/libmsodbcsql.13.dylib
But sqlcmd still complains about missing lib,
%>...
3
votes
1answer
144 views
BCP neither gives results nor outputs anything when using valid statements but it does throw errors when passing invalid parameters
I have to use bcp command-line tool to export data from an SQL Server database to a file in a Red Hat server.
I am (apparently) using valid statements but bcp is not producing any kind of output/...
2
votes
1answer
69 views
Unexpected behavior of file descriptor and/or I/O streams after running sqlcmd with -i option (read sql from file) in ksh creates infinite loop
Is there a way to use sqlcmd with -i input_file option without creating an infinite loop in my ksh script?
The code reads lines from $file and parses it line-by-line to extract data and process other ...
-1
votes
1answer
4k views
Cannot run test program while cross compiling - cross compiling Firebird
I've tried to compile firebird server for arm linux, with cross-compiler (it's choosen - it's working properly).
When using:
./autogen.sh --host=arm-linux-gnu
I get this error:
checking for ...
1
vote
0answers
59 views
ODBC connection from a Linux box to MS SQLServer
I need to connect to MS SQLServer from a Linux box using ODBC from a Qt application I am developing.
So far I have installed the ODBC MS SQLServer driver and Kerberos on the Linux box. Using kinit I ...
0
votes
4answers
829 views
Find a server IP on LAN from a script
I am looking for a way to have a script on a client machine automatically find the servers IP on the same network.
I have several media extender clients running ubuntu 14.04.1 and a server running ...
1
vote
2answers
9k views
Can't Install php-mssql or freetds on Centos7
My goal is to connect to MS SQL Server 2005 using PHP. I have installed PHP and ODBC. I am running CentOS7.
PHP Version => 5.4.16
.... (from php -i) ....
odbc
ODBC Support => enabled
I am ...
1
vote
1answer
374 views
syslog-ng ignores MSSQL database name
syslog-ng ignores the database defined in syslog-ng.conf and instead uses the default database of the user when logging to MSSQL destination.
destination d_mssql {
sql(type(mssql)
host("...
1
vote
1answer
92 views
Apostrophe appearing as space
I am trying to insert the following message:
friend's mobile number
from a file over redhat server into sql server 2005.
this message is appearing in the sql server as below:
friend s mobile ...
2
votes
1answer
171 views
MSSQL database server on UNIX
I have heard rumors, but did not manage to find anything more, about some sort of MSSQL serving on UNIX machine, or MSSQL/MySQL server, that can handle MSSQL storage.
I would like to know, if it is ...
3
votes
2answers
2k views
backup MSSQL database to a client's local disk over network
I'm trying to backup a MSSQL server from linux. I'm able to connect to the server using tsql (from the freetds project), and I'm even able to backup the database on the server using the backup ...
6
votes
4answers
5k views
Can I work with Sql Server, Office and C# using Linux?
I want to start working with linux, and I know I should work in that regularly to improve myself.
I work with sql server, office, c# at the company. can I install and do my tasks in linux (i.e. red ...