Data Connection between Excel and SQL Server - sql-server

I have a dataset in Excel which I have imported in SQL Server. Is there a way in which when I make any change in the Excel data set like add/remove/edit rows or columns in Excel, then it gets automatically updated in the SQL Server? How do I establish this dynamic connection for data coming from Excel to SQL Server (in that direction)?

Related

Connect to SQL Server query from Excel

i am trying to connect to a query that is build in sql server, but i cannot find where is it saved (the address). Just to clarify - no trouble connecting to tables on the same server.
You can't connect to a query in SQL Server from Excel.
You can connect and retrieve data from tables and views.

BulkCopy Firebird database to Azure SQL Server databasae

I am looking to copy data from a Firebird database into a SQL Azure database. I have a small program that SQL bulk copies from one SQL datatable to another.
Is possible to do something similar with the Firebird and the SQL Server without exporting data to CSV first?

How to export selective columns of multiple tables from SQL Server to one csv file?

In SQL Server (or SQL Server Data Tools) is there a way to export selective columns of multiple tables from SQL Server to one csv file?
The database is a Linked Server object connected in SQL Server connected ODBC.
Easiest way to do for a onetime deal: Copy-paste in Excel, and save that file in CSV.

Empty dataset when querying sql server VIEW from excel 2013

When querying sql server view data (it does work when I query a table), I receive only the header but no rows. In sql server profiler I can see that the sql statement looks correct (and I get data from the view when I execute the statement in sql server management studio) but the read and cpu counters are minimal compared to a direct query. There are no linked servers involved, username in profiler is the same for both access methods.
One of the subviews was filtering using for APP_NAME()... which is "Microsoft Office 2013" when one queries from Excel and "Microsoft SQL Server Management Studio" when using SSMS. This cleary explains why Excel did not get any rows...sorry for bothering.

migrate sharepoint data to a table in sql server database

I have two questions:
1) I wanted to migrate some data that is in sharepoint (listview) to a table in MS SQL Server 2008 R2. The data is not huge 50 -60 rows of data with 6 columns. Also, whenever the data is updated in sharepoint, it has to automatically update in ms sql server 2008R2.
2) Can the data be queried from sharepoint and updated in sql server using Stored Procedures?
Regards,
Jude

Resources