About 27,300 results
Open links in new tab
  1. Processing commands contain DDL that is not valid

    Oct 5, 2016 · So in this case, please ensure that you cube could be processed successfully in SSMS with your DDL statement (XMLA script) Manually, then configure DDL statement (XMLA …

  2. Hidden Gems of DEFAULT TRACE in SQL Server - CodeProject

    Mar 15, 2016 · Introduction Starting from SQL Server 2005, the default trace is enabled by default on every SQL server. Default trace is a lightweight system trace, which stores a lot of useful …

  3. Cannot set password in datasource connection string

    Oct 25, 2019 · If I use SSMS to change the connection string in den dialog everything works fine. If I let SSMS generate the tsml-script to alter the connection string, insert the password and …

  4. ASP.NET Core and Blazor on Mac: Dockerizing Applications

    Oct 6, 2018 · As far as I know, Microsoft SSMS team has no plan as of this time of writing to make a cross-platform version of SQL Server Management Studio. As a result, if you are planning to …

  5. Generate Scripts - .storedprocedure , .view , .functions

    Apr 13, 2018 · You can use SSMS to generate those scripts. Right Click on Database -> Tasks -> Generate Scripts. Then you can select all the objects or required objects and it will generate a …

  6. Learn to Write Custom MDX Query First Time - CodeProject

    Learn to write custom MDX queries for the first time with this comprehensive guide on Code Project.

  7. Offline cubes - social.msdn.microsoft.com

    May 2, 2012 · The return value was unknown. The process exit code was -529697949 Moreover when I launch my cube generation script in SSMS (MDX query), it works the first time but then …

  8. A FluentMigrator Controller and Service for .NET Core - CodeProject

    Manage database migrations in .NET Core using FluentMigrator with web API endpoints.

  9. Pull data from WADWindowsEventLogsTable

    Jan 25, 2015 · There is a editor where we can query the data directly as we do in SQL Server SSMS Or, can I pull thatWADWindowsEventLogsTable data into another table, maybe a on …

  10. Create Your Own SQL Server Management Studio 17 (SSMS) …

    May 9, 2018 · 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) …