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 interact with our Silverlight application (we can use SQL scripts).
- Have this database show up in the Farm Backup portion of Central Admin.
- Be included in a SharePoint backup.
Is this possible? I've created a class that inherits SPDatabase, and upon Feature Activation, it does indeed show when I use Get-SPDatabase.
Thanks for any direction you can provide. I'm a complete SharePoint newb.