Showing related tags and posts across the entire site.
-
Hi, this is clipped from the BOL: <clip-> Examples This example allows the SQL Server login Victoria , which is not a user in the current database, to use the current database and alias Victoria to an existing user ( Albert ) in the current database. EXEC sp_addalias 'Victoria', 'Albert'...
-
Hello, I restored an Axapta database from a different server to my new one and now get the following error message when I try to log on: [Microsoft][ODBC Database Server Driver][SQL Server] Invalid object name ‘SQLSYSTEMVARIABLES’. I understand what the problem is, however, the fixes I tried don't...