The sqlserver tag has no wiki summary.
5
votes
4answers
1k 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 ...
2
votes
1answer
82 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 ...
2
votes
2answers
867 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 ...
1
vote
1answer
67 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 ...
1
vote
0answers
34 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)
...