Compare DB Objects Between two DBs
I had created a script that merges two DBs together creating, in a sense, my won DB replication process. You’ll find those scripts in this website. In any case, I needed a script to verify […]
I had created a script that merges two DBs together creating, in a sense, my won DB replication process. You’ll find those scripts in this website. In any case, I needed a script to verify […]
Hello everyone, The important thing to remember here is that the “sorted list of tables” will change depending on whether you are either Inserting or Deleting data. I like the image used by w3resource – […]
The error is: Msg 9514, Level 16, State 1, Line 216 Xml data type is not supported in distributed queries. Remote object [Server_name].[DB_Name].dbo.[table_name]’ has xml column(s). Are you trying to query a remote DB\table which […]
I was in need of migrating a key DB (located on a fragile, never updated SQL 2008 R2) into a SQL 2016 Server hosting a “Fail over/Availability Groups Environment”). There could be no downtime given […]
I have combined a few scripts into this long one that provides the following columns: The scripts provides many uses:1) In LAB Environment, you can review which DBs have not been accessed and plan to […]
— this turns on advanced options and is needed to configure xp_cmdshell sp_configure ‘show advanced options’, ‘1’ RECONFIGURE — this enables xp_cmdshell sp_configure ‘xp_cmdshell’, ‘1’ RECONFIGURE
Information is found on PDF document: ms-sql-server-security-model-review-questions-on-configurations-and-vulnerabilities
Gratitude: Many thanks to Jacob Sebastian, DBA-presents, and VoiceOfTheDBA for providing info on this topic. I have started putting all my material in PDFs. Please Click on PDF to load: how-to-setup-filestream-feature-on-microsoft-sql-server-2008 Videos:
Ok! First off, let’s do a quick review of SSIS! Microsoft SSIS (SQL Server Integration Services) is just one of the database tools provided by Microsoft within SQL Server Data Tools (SSDT) –as we know […]
In brief (and ridiculously simplified), “Business Intelligence (BI)” is a technology which allows users to transform raw data into meaningful information which could then serve to advance a business’ end-goal or mission. The term “Business […]
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes