Skip to main content

Questions tagged [custom-database]

1 vote
1 answer
198 views

I am building new SharePoint solution that contains module with large number of items as well as complex relations so I decided to save all the data into custom database I need to relate some ...
Hossam Barakat's user avatar
0 votes
1 answer
249 views

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 to ...
DaleyKD's user avatar
  • 121
16 votes
8 answers
68k views

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. ...
neo269's user avatar
  • 3,185
2 votes
1 answer
4k views

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 ...
newuser's user avatar
  • 1,547
2 votes
2 answers
1k views

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 ...
omockler's user avatar
0 votes
2 answers
85 views

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 ?...
user avatar
1 vote
4 answers
77 views

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 ...
user avatar
5 votes
1 answer
910 views

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 ...
user avatar
1 vote
1 answer
177 views

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 ...
user avatar