Quantcast
Channel: SQL Server Migration forum
Browsing all 1700 articles
Browse latest View live

Moving On-Prem SQL Server 2016 Standard License to Azure VM

Hi Everyone,I'm not quite sure what the best forum is to put this under but I've recently been given the task of coming up with equivalent Azure VMs for our small company's on-prem servers. This...

View Article


How to migrate recursive delete query from Oracle to SQL SERVER DB

Hi I am trying to migrate my application from Oracle to SQL SERVER. As part of this migration, I need to migrate this recursive query to SQL SERVER:    DELETE FROM TableName WHERE FILE_ID IN...

View Article


MIgrate Oracle Recursive query to SQL SERVER

Requesting help/guidance to migrate this Oracle query to SQL SERVER -  WITH              FILES(FILE_ID, REVISION, PARENT_ID) AS              (SELECT A.FILE_ID, A.REVISION, A.PARENT_ID...

View Article

SSMA for Oracle - Conversion report errors

HI Team,  I am planning to do Oracle 12 to MS SQL 2014 conversion with SSMA tool 8.8.  I am able to successfully connect to Oracle (Source) and MS SQL 2014 (target) from SSMA.  But, when i saved...

View Article

SSMA Access Table Conversion Error

Hi,When I was running the migration one of my tables did not get migrated because "it did not meet pre-requesties".How do I determine what was wrong with this table so I can fix it and perform the...

View Article


how to perform depth first search in SQL SERVER?

hi I have a following query in Oracle -with org_chart ( employee_id, first_name, last_name, hire_date, manager_id, lvl ) as (select employee_id, first_name, last_name, hire_date, manager_id,1 lvl from...

View Article

Migration

Hi,How to migrate database from 2000 to 2012 using script?RegardsSri

View Article

Require Some Suggestions

Hello TeamProblem: We are running out of space on SQL Server data storage drive. Idea is to create a New Data File and Load data in that ndf file not any other file e.g mdf or other ndf files for...

View Article


Do i need to worry about orphaned users?

sql server instance A and SQL server instance B under the same domainWe don't use sql logins.Only windows domain users/group.When copy database AA from SQL server A to SQL server B,do I need to worry...

View Article


SSMA migration from Oracle - date errors

Hi,I am trying to migrate an Oracle system (10g) to Sql Server 2008 R2. I have one table giving errors on dates on SSMA for Oracle data migration (Vn4.0.1402) -Year, Month, and Day parameters describe...

View Article

SQL 2008 SApasswprd locked, need to move to a new SQL server

I have a legacy SQL 2008 DB that is in Mixed mode authentication.  The SA password is locked and no-one knows what it might be.  I need to move the data to a new server.  Is there a way to unlock the...

View Article

SQL Compatibility Issue

We have changed the SQL Server compatibility from 100 to 130 the below code in our stored procedure behaves differently:DECLARE@i decimal(4,0)=1,@j decimal(4,1)=0.5SELECT SUM(@i)- SUM(@j) Result of...

View Article

SQL Server Migration 2014 to 2019 (SSRS)

I'm currently migrating a 2014 SQL Server to 2019. Currently, we have a 2014 server name MY_SQL_SERVER and 2019 with server name MY_SQL_SERVER_NEW. Eventually, this 2019 server will be renamed...

View Article


Migrate SQL from one server to 2 node Always On availability group

Hello .I need to migrate all DBs from one server to new 2 node Always On availability group.The main issue is the applications that talking with the DBs. I want to know what is the right way to cope...

View Article

Converting Oracle database into SQL format using SQL Server Migration...

Hi There,I've a issue where I need to convert one of the oracle schema into SQL format and also make sure tables and column names are in lowercase.I can convert the oracle schema into SQL format but...

View Article


SQL Server Upgrade 2014-2017

hello, i have an installation of SQL 2014 Enterprise in cluster whit 2 nodes, this cluster have 6 instances that work correctly. I need to migrate in place this instances to SQL 2017 enterprise.  I...

View Article

SQL Server latest version on Azure MI

What is the latest SQL Server Version supported on Azure Managed Instance???Is SQL Server 2019 supported on Azure?

View Article


Database backup in SQL Azure managed instance

Hello, I want to back up a database in my SQL Azure Managed instance to bring it to my local computer for some tests but I don't find the option. I have "SQLAzureMW.exe" to migrate databases but it...

View Article

How can I configure SSMA to generate a filtered Unique index that ignores NULL?

How can I configure SSMA to automatically generate a filtered Unique index that ignores NULL?The Release Notes of Oracle to SSMA v8.9 says "Generate filtered unique indexes for NULL-able columns", but...

View Article

Image may be NSFW.
Clik here to view.

Oracle to SQL server Migration Assessment through SSMA

Hi,i am planning to migrate Oracle 11g to MS SQL Server 2016,hence i performed Pre-Migration  assessment through SSMA.I received final conversion report on SSMA, But with Numerous Number of Errors.the...

View Article
Browsing all 1700 articles
Browse latest View live