Wednesday, December 23, 2015

Copy SQL Server Database

  • Create a backup on the source SQL Server
  • Copy the .bak file to the destination computer.
  • Note the file name and location of the .bak file on the destination computer.
  • Execute this SQL Query in the destination computer
    • RESTORE DATABASE <YourDatabase> 
      FROM DISK='<the path to your backup file>\<YourDatabase>.bak'

Visit Blue Canyon Software if you need custom software for your business.

Tuesday, December 1, 2015

Best Practices for Sharing Facebook Posts to Your Website

Facebook uses meta tags in your website to manage posts that link to your website.   Visit Sharing Best Practices for Websites and Mobile Apps to learn more.

Visit Facebook Object Debugger to evaluate your website.

Visit Blue Canyon Software if you need custom software development for your business.