
Verify ssrs and ssis access by opening visual studio, creating a new ssrs reporting project, connecting to adventureworks 2022, testing the connection, and previewing a sample query.
Learn cleaner sql insert syntax using insert into products values, avoiding repeated column names. Explore joins across products and orders to compute total sales with group by and having.
Test your knowledge in the first quiz of sql server administration part four, covering creating databases and tables, inserting data, and joins to identify negative balances.
Develop problem solving as a DBA by resolving the missing SQL Server Native Client 11.0 driver and validating fixes with Visual Studio for SSIS.
Set up a SQL Server Agent job to run an SSIS package that imports Excel data into a SQL table, using truncate to prevent duplicates, with a scheduled run.
Assess when to shrink a database, weighing free space and unused space against fragmentation (internal and external), and follow best practices: backups and off-peak downtime.
Learn to assess database size and fragmentation, perform shrink operations, back up before changes, and apply index maintenance: reorganize, rebuild, and update statistics for space and performance.
Explore the four primary SQL joins—inner, left, right, and full outer—through a hands-on demo with employees and department tables, illustrating matching on IDs and nulls for nonmatches.
Learn to write a SQL query listing product names with their city and state using aliases p, c, and s, joining products, cities, and states on city_id and state_id.
Build and query a hospital SQL database by creating patient, doctor, and appointment tables, joining data to view May 2024 appointments, and updating a doctor’s specialty with a where clause.
Learn to query a hospital database by retrieving doctors' names and patient counts using the count function, inner and right outer joins, group by, then delete with a where clause.
Learn to extract the month from booking date and compute total revenue per month for 2024 by joining bookings with destinations and aggregating revenue.
Explore how to use a case statement for conditional logic in SQL to categorize destinations by price into budget, mid-range, and luxury, based on defined price ranges.
This quiz walkthrough guides you to create a school database, build students and courses tables with a foreign key, insert data, and apply case statement with a join and aliases.
In the SQL Server Administration Part 4 Projects course, students will engage in hands-on projects that reinforce their learning and application of SQL Server management concepts. These projects will involve creating databases, defining tables and columns, defining datatypes and lengths and writing queries to interact with the database effectively. Students will learn to insert data, use Excel worksheets as data sources, and prepare data for upper management by creating graphs and charts for effective data visualization. SQL scripts will be employed to manage databases, implement security measures, and optimize performance. Moreover, students will have the opportunity to collaborate with their peers, sharing insights and troubleshooting challenges together, which mirrors real-world database administration scenarios.
A key focus of the course will be on performance optimization techniques. Students will learn why shrinking a database is generally not recommended, as it can lead to fragmentation and adversely affect performance. They will explore effective strategies for managing fragmentation of indexes and data, including regular maintenance tasks like rebuilding and reorganizing indexes to ensure efficient query performance. To succeed in this course, a solid understanding of T-SQL and completion of SQL Administration Part 1 are essential, as these foundational skills are crucial for tackling more advanced topics.