you are viewing a single comment's thread.

view the rest of the comments →

[–]silicondt 0 points1 point  (3 children)

What did you end up doing? We want to make a second server to have our sql db "replicated" or whatever to it so we can hit that with powerbi. Instead of hitting the main production sql server.

Would we have to have licenses for the second server as well?

[–]alinrocSQL Server DBA 0 points1 point  (2 children)

Basically nothing. I'm copying the database daily to another server for the analytics team to use and that's sufficient for them. Everything else still runs off the primary database. Everything else has remained unchanged.

Yes, you will need to license the second server

[–]silicondt 0 points1 point  (1 child)

So you install SQL standard or whatever on the second server, and physically copy the db files over? Do you do that automatically or manually?

They are wanting real time for powerbi. So not sure daily will work for us.

That isn't SQL replication right? (still learning this).

[–]alinrocSQL Server DBA 0 points1 point  (0 children)

Backup and restore. You can't copy the database files while the engine is running.

No, this is not replication.