Hi,
I've downloaded the executable which installs sample databases on SQL Server 2008:
http://msftdbprodsamples.codeplex.com/releases/view/37109
After running it I got this message for AdventureWorks OLTP 2008 database:
"filestream not enabled"
I've enabled filestream:
sp_configure [filestream access level], 1 -- tried both 1 and 2
reconfigure with override
go
Still getting the same message when installing the databases.
Any ideas?
Thanks.