The custom-database tag has no wiki summary.
0
votes
1answer
176 views
Include SPDatabase for Backup
SharePoint 2010
I've been Googling for days now, trying to find an answer to my issue. My boss wants to see if it's possible to do the following upon feature activation:
Create a custom database ...
9
votes
7answers
8k views
How to sync a SQL database with a SharePoint List?
I need to sync an already existing SQL Database to a SharePoint 2010 list. Two way sync would be great but one way sync is also alright. Any documentation in this regard would be of a great help.
...
2
votes
1answer
2k views
How do I get my query results to display in my web part?
I'm working on my very first web part for SharePoint 2010 in Visual Studio 2010. Please keep that in mind as you continue reading.
I'm trying to build a web part that runs a simple query against a ...
2
votes
2answers
568 views
Cannot update DB record from SP timer job
I am trying to create a timer job that will read a list of new customers from a SQL server db, create a site for the customer and then update the table with the site's id. I have no trouble reading ...
0
votes
2answers
57 views
I can't retrieve usefull information from sharepoint database
Please explain why sharepoint database always have to be independent ?
Please let me know if its possible to save all created data in sharepoint lists on the special database which we have designed ...
1
vote
4answers
64 views
Fitment of SharePoint (Foundation) for a data intensive software
I am new to SharePoint technologies and trying to figure out its suitability for a product to be developed.
I am targeting using only SharePoint Foundation (not the server). Here are some of the key ...
5
votes
1answer
671 views
How can I show an Application page on Feature Activation?
We are developing a custom module for SharePoint. The custom module is based upon SmartPart which means we have created UserControls. There was a problem with SmartPart deployment method as it ...
1
vote
1answer
156 views
How to setup a database on custom module installation (or feature activation)?
I've developed a custom module on SharePoint which uses a different database from the SharePoint database.
How should I setup this database? Should I show a database configuration form when you first ...