|
- How to Create SQL Server Management Studio 18 (SSMS) Extension
The SSMS team at Microsoft finally decided to remove the constraint that allowed only extensions with whitelisted package ids to be loaded into SSMS Now you just develop your extension and it just works Will be using Visual Studio 2017 this time around Because the updated SSMS 18 is now based on the VS 2017 Isolated Shell
- Create a SQL Server Management Studio Extension - CodeProject
For years I’ve been using excel or dynamic SQL to generate SQL scripts to do data loads and updates and to generate IN predicates For a small number of rows or values this is quicker than importing the required data into SQL Server A few days ago I idly wondered how difficult it would be to create a SQL Server Management Studio extension to do these jobs directly in SSMS The answer was
- Create Your Own SQL Server Management Studio 17 (SSMS) Extension
The process for extending older versions of SSMS should be similar though Background All I wanted was to create a simple SQL Server Management Studio (SSMS) extension to simplify what was already a simple action that I repeat a couple of times a week I thought, how hard could it be… it’s just a simple action
- Options for Database Backup and Restore - How to Export BACPAC using SSMS?
This article describes the options to restore and backup database in SQL Server and explains how to Export BACPAC from SQL Server Management Studio
- What is a SQL Server Data Dictionary? - CodeProject
What is a Data Dictionary? In SQL Server, the data dictionary is a set of database tables used to store information about a database’s definition The dictionary contains information about database objects such as tables, indexes, columns, datatypes, and views The data dictionary is used by SQL server to execute queries and is automatically updated whenever objects are added, removed, or
- Learn to Write Custom MDX Query First Time - CodeProject
Using SQL Server Management Studio (SSMS), we can only browse values on two axis, Columns (Axis 0) and Rows (Axis 1) Getting Started With MDX 1 Start with Simple MDX Query Syntax: Select From [Your Cube Name] ; Which will give you aggregated result as shown in result pane, MDX is not Case Sensitive except member keys defined within dimension This query will use default member defined in all
- spSearchTables: Search and Find Tables or Columns by Name or Value . . .
spSearchTables: a helper T-SQL stored procedure for digging into (large) databases
- Create First OLAP Cube in SQL Server Analysis Services
Follow the given steps to run the query in SSMS (SQL Server Management Studio) Open SQL Server Management Studio 2008 Connect Database Engine Open New Query editor Copy paste Scripts given below in various steps in new query editor window one by one To run the given SQL Script, press F5
|
|
|