Posted by Barac in SQL Server, SQLSATURDAY
on May 25th, 2020 | 0 comments
VIRTUAL EVENT PASS SQLSaturday is a free training event for professionals who use the Microsoft data platform. These community events offer content across data management, cloud and hybrid architecture, analytics, business intelligence, AI, and more. SQLSaturday Brisbane 2020 is back for 2020. They are going virtual in 2020. Due to the Covid-19 global impact they are still hosting the event, but it will be 100% virtual to keep all the attendees and speakers safe. Time and Date: Saturday, May 30, 2020 Add to Calendar More information:...
Posted by Barac in SQL Server
on May 14th, 2020 | 0 comments
ONLINE EVENT Join Kevin Kline as he talks to the Auckland SQL User Group TOPIC: “5 Critical Considerations When Moving to the Cloud.” https://www.meetup.com/Auckland-SQL-User-Group/events/270450654/ Topic: 5 Critical Considerations When Moving to the Cloud Time and Date: Wednesday, May 20, 2020, 11:30 AM to 1:00 PM GMT+12 Add to Calendar Join us live on Microsoft Teams teams.microsoft.com/l/meetup-join/ 5 Critical Considerations When Moving to the Cloud Migrating an existing on-premises SQL Server application to the cloud can...
Posted by Barac in SQL Server, SQL Tips and Tricks
on May 13th, 2020 | 0 comments
Export Data-tier Application. This is usually really simple and straight forward process. But what if you have database with over 100K tables, 200K indexes? You would probably end up with following timeout error during export process using SSMS To resolve this possible “Execution Timeout Expired” issue you may use SqlPackage.exe command-line utility to export your database including database schema and user data from SQL Server Database to a BACPAC package (.bacpac file) More information about this command-line utility tool and...