Tagged Questions
0
votes
1answer
307 views
.NET Updating Data in SQL View
I've been asked by my boss to replicate an MS Access feature that we're going to lose shortly after migrating our product to .NET.
The feature is the ability to view and update any data in the ...
0
votes
1answer
194 views
Sync framework does not sync imported data
I'm using Sync Framework with two sql server express databases. The code is working fine. I change data on server or client and it syncs with each other just fine.
What I'm trying to do is, after I ...
12
votes
2answers
3k views
Where can i find information on creating plugins for SQL Server Management Studio?
I have read that while plug-ins are not supported for SQL Server Management Studio, it can be done.
Does anyone have any resources or advice on how to go about it using C#?
A company that is ...