Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Anyone have any SQL scripts they can share?
Hi Shannon,
Don't have these myself but I'm interested in these scripts as well to support migration out of the box in a future release.
So if you find out how please reply to this message or send to richard[at]soetemansoftware[dot]nl
Thanks,
Richard
How about I give you a schema of CS 2007 and we can help each other?
For importing blog posts from Community Server 2007, I used the following query
SELECT Subject, PostDate, FormattedBody from dbo.cs_Posts where SectionID = 'xxxx' and PostLevel = '1'
Where xxxx equals the sectionID listed in the dbo.cs_Sections table. To get a list of all of the blogs, use the following:
SELECT * from dbo.cs_Sections WHERE GroupID = '13'
Thanks Shannon,
Will use it in a future release, If your current DB contains public data and you want to share I would be very intersted to use it as a Test db.
Cheers,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Import users and blogs from Community Server 2007
Anyone have any SQL scripts they can share?
Hi Shannon,
Don't have these myself but I'm interested in these scripts as well to support migration out of the box in a future release.
So if you find out how please reply to this message or send to richard[at]soetemansoftware[dot]nl
Thanks,
Richard
How about I give you a schema of CS 2007 and we can help each other?
For importing blog posts from Community Server 2007, I used the following query
Where xxxx equals the sectionID listed in the dbo.cs_Sections table. To get a list of all of the blogs, use the following:
Thanks Shannon,
Will use it in a future release, If your current DB contains public data and you want to share I would be very intersted to use it as a Test db.
Cheers,
Richard
is working on a reply...