Månedsarkiv: december 2015
Dynamics Ax 2012 AdminMode
When you are working with Ax security is Ax ../4.0/2009 you have tried a bunch of times to login as a test user to see if the security is how it should be. In Dynamics Ax 2012 we have got … Læs resten
Udgivet i Dynamics Ax
Kommentarer lukket til Dynamics Ax 2012 AdminMode
How to move an object from one schema to another schema
If you have created a view|Procedure|Table in the wrong schema in SQL Server, you need to run this script. ALTER SCHEMA [NewSchemaName] TRANSFER [OLDSCHEMA].[ObjectName] If you have created more than one objects in the wrong schema, you can join the … Læs resten
Udgivet i SQL Server - scripts
Kommentarer lukket til How to move an object from one schema to another schema