Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Advice on project Sharepoint (Store Procs to WebService)

Status
Not open for further replies.

AT76

Technical User
Apr 14, 2005
460
US
Hello,

I have been asked to modify a project from the Back-end being SQL Server to Sharepoint. I need to create an Web Service that will access data from the Sharepoint via the web service and display into webforms. What I need some advice is there are currently lots of SQL store procedures which I will need to change to query Sharepoint instead of SQL Server. Any advice on the best approach to do this? Thank you in advice for any advice/comments provided!
 
The best practice in this case is to use the Sharepoint object model, instead of hand-coded SPs, to get the information you need. Microsoft doesn't recommend querying SPS databases directly, because the data model can and will change going forward.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
 
Phil,

Can you explain a little more. Could you perhaps show and example or a reference.

Thank you!
 
No problem... :)

Thanks Phil! I appreciate your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top