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

SSMA for Oracle 6.0

$
0
0

I'm exploring and playing around with SSMA 6.0 for Oracle in preparation to pretty sizable migration. We have 35K views, 65K tables etc. Everything is fine with schema conversion and data migration. My concern and question is about performance of SSMA itself.

What i noticed is, when I initially select an object on Oracle side, SSMA takes around 1-2 mins to parse, translate; whatever it does behind the scenes and then gives me information about it. Same happens when I try to create a Report, takes around 1-2 mins to create it for a single object.

Any of you experienced that? Is that a normal behavior ? Can I adjust some settings on Oracle client, server to make it faster?

Thanks,


Sql Server 2014 Standard edition - Licensing

$
0
0
If i buy sql server standard 2014 SNGL OPL NL , why i want to buy Usercal licience toghther. without usercal licience i can't use sql server standard 2014 SNGL OPL NL? I'm going to install windows server 2012 R2. Particular server running only one asp.net application is running. Please advise.

I need to reinstall and update SQL Server 2005 in order to upgrade to SQL 2014 please help.

$
0
0

I need to reinstall and update SQL Server 2005 in order to upgrade to SQL 2014 please help. I have used Microsoft Accounting 2009 for a number of years without a problem, until I upgraded to WIN 10 and then my hard drive failed. So I have had to rebuild my system with a new copy of WIN 10. When I try to install MS accounting it installs SQL server 2005 but I can not get WIN 10 to install SP 2. I have to get to SP4 for SQL 2005 in order to be able to upgrade to SQL 2014. Please help, I am not a techie.

Regards

Bobby Ingram

Migration of databases between different edition

$
0
0

Can I migrate Database from Enterprise to Standard edition?

I am currently using SQL Server 2014

If possible:

1. Standard edition has less features, so can this be of any issue wherein the migrated database can run into errors.

2. Does this require any special precaution to be taken.


Vaibhav Antriwale

Migrate one DB to Aroura from SQL

$
0
0
We have about 80 DBs in MS SQL Server.We are trying to transfer one of our database into Aurora DB. We have a MDF backup from MS SQL server. Do you know of any tools we could use to import from this format into Aurora DB?

We want to get a faster solution. We must also manipulate the data and change the schema, which might not be possible with DBMS unless done before hand. We would like to know the easiest and fastest way to do this conversion.

Migrate SQL2000 to SQL 2012

$
0
0

HI,

We are migrating SQL 2000 Enterprise edition to SQL 2012 using side by side approach. Size of the database is small (< 5GB)

Can we use SQL 2008 Express edition as intermediate SQL Server? Are there any downsides of using it.

Thanks!

AccessToSQL renaming tables, fields

$
0
0

Microsoft SQL Server Migration Assistant for Access (v5.3) -> SQL Server 2012

Newbe... 

I discovered how to change the data types on conversion, mainly to change nvarchar to varchar - Tools, Project Settings, Date Types

Now I'm looking for a way to change some field and table names - like those with spaces - during the conversion (so it is repeatable.)

Is there a built-in name mapping tool/technique I'm not seeing?

If the tool can't do the renaming can I use a Query on the source table to change the names and convert the query to a table in SQL Server 2012?

Or do I need to do all the renaming in Access?

Restore sql server 2008 database backup to sql server 2012

$
0
0

How to restore sql server 2008 database backup to sql server 2012 . Please help me step by step..  It shows error". I'm trying these following steps...

  1. Create a database named “MYHOTEL”
  2. Right click on database->Task->Restore->Database->Options->General->Device->Destination Database ”MYHOTEL”->Browse->Add->Choose database from D drive “MYHOTEL.bak”->OK->Error showing . I’ve attached a screen shot ,please check it for actual error. THANK YOU….


Byamakesh Mohapatra



Is navision 2013 R2 is compatible with SQL server 2016 Standard edition??

$
0
0

Is navision 2013 R2 is compatible with SQL server 2016 Standard edition??


We have sql 2012 running application with navision 2013 r2 and need to upgrade SQL 2016 standard. Can i migrate on sql 2016 and is it compatible with sql 2016 server.

Deepak Gupta-(AVP)


SQL Server Version Support for Distributed Replication (SQL 2008 and SQL 2014)

$
0
0
We currently have all of our SQL Servers on SQL 2008 (not R2) and we are planning to upgrade the remote distributor to SQL 2014 SP2.  I would like to confirm that SQL Server replication publishers and subscribers at SQL 2008 will still work after we upgrade the remote distributor to sql 2014 Sp2 and if there are any issues that have been encountered.  We are concerned that while we understand that subscribers will work 2 versions back that would mean SQL 2008 R2 and not SQL 2008. 

SSMA for DB2 - Does it work with the AS/400 as a source environment?

$
0
0

Since DB2 on the AS/400 is not a 'separate' database product and the version number on the AS/400 is that of the environment in total and not the DB2 components specifically, I am unsure whether SSMA for DB2 will work using the AS/400 as the source environment.

Can someone with experience attempting such please answer this question?

Thank you for your consideration and assistance.

Darryll Petrancuri

Migration from 2008R2 to 2014; Issues with Replication

$
0
0

...migrating an application from 32 bits to 64 bits

  • Must retain Windows 7 (64 bit) compatibility
  • Windows.Forms application, if it makes any difference
  • Migrating from SQL Server 2008R2 to 2014
  • Significant use of replication (publish and subscribe)

As a first pass, I've taken a clean machine and installed SQL Server 2014 Enterprise. Then, I retrieved the source build tree from the repository (paleontology required) and ensured that all projects are x64 only.

  • Clean machine to ensure that there are no 2008R2 "ghosts"

My hope was that I could just re-target the projects' reference to the appropriate assemblies.

What happened to the replication assemblies in GAC_MSIL? I'm pretty confident I asked for everything to be installed, yet, Rmo and Replication are just not there. Replication.BusinessModel and enum (not the actuals names; I'm on another machine).

Any advice?

Thanks.


WeBMartians

Upgrading SQL Server 2000 and earlier scripts

$
0
0

I am upgrading from SQL Server 2000 to 2012. As I was running an update, I started to get a bunch of SQL Syntax errors on the following types of terms:

...

where (x = [somevalue]) and

(y =* another_detail) and

(z *= another_details)...

The compiler doesn't like the *= and the =*.  These I believe where shorthand for Left Outer Joint and Right Outer Join respectively.  If this is the case, how do I go about updating these from the old non-supported syntax of *= and =* to their respective updated sql terms?

I thought it would be

...y.value right outer join another_detail.value  on y.value = another_detail.value

When I try this, I get a syntax error.  Can anyone push me in the right direction?

Thanks.

Getting sql server Authentication error to import and export data through sql any where software

$
0
0

suppose, we import and export data through SQL Anywhere software, we have 1 Virtual Machine as Application Server and 2 Virtual Machine as Data Base Server ,  we have a sharing folder of CMMSDataXchange , and suppose we export and import data , we get Authentication Error. as

 

System.Data.SqlClient.SqlException (0x80131904): Cannot bulk load because the file "\\cmmsappserv\CMMSDataXchange\ImportedFiles\29-07-2016_14_16_44-5-T_Dart-0.251880157856215.txt" could not be opened. Operating system error code 1326(The user name or password is incorrect.).



Dear Team please check and reply.

Restore SQL server 2008.bak database in SQL Server 2012

$
0
0

Hi, I have a SQL server 2008.bak file that I am trying to restore in SQL server 2012. I tried to do some research online but could not find much help. I talked to one of the developers in my team and he said it failed for him once before but he did not mention what error. So I wondering if that is even possible and Is there a step by step guide/Video or something like that. Please note this not R2.

Thanks in advance.

Edit: I need info specific to restore SQL Server 2008.bak to SQL server 2012. One of the developers who tried that in the past mentioned it did not work for him (2008 to 2012) but he did not mention what error he got in specific. So I want to make sure that is possible and the procedure is same as restoring a 2012.bak?


svk




Can't restore on 2016, a backup taken from SQL 2014

$
0
0

After copying the .BAK file from one server to the next, I try to restore a database, but it does not show any backup sets.

Using a script 

RESTORE DATABASE My_Content
FROM DISK='D:\Migration\My_Content.bak'
WITH REPLACE 

I get error:

The backup set holds a backup of a database other than the existing 'My_Content' database.

Any Idea what needs to be done?


Ofer Gal

Copy the database fro SQL 2008 to SQL 2014

$
0
0

Getting a error when I try to copy the SQL 2008 database to SQL database 2014 is there something I have to check off when doing the restore to the new server

There is nothing to process 365 Access 32 bit to SQL 2016 Developer

$
0
0
32 bit 365 Access and 2016 SQL Developer. Successful instance created and ran migration assistant in 32 bit. I can connect in 2016 management studio to the Instance.  Installed Runtime 2016 and migration still didn't work (2010 bombed my Access). Debating on doing a decompile / compact / compile and switch to 64 bit Office 365 versus 32, but I really don't want to have to do that.  I have installed the latest of both migration and studio, and the migration still won't work.  Windows 10 OS.  Thoughts?

Ugrading from SQL Server 2008 R2 SP2 to SQL Server 2014 SP1

$
0
0

I tryied to upgrade SQL Server 2008 R2 SP2 to SQL Server 2014 SP1, but the upgrade failed in the Feature Rules step, and exactly in SQL Server 2014 Feature Upgrade saying that this rule failed.

Here is a post that contains the same error with another Sql Server edition :

http://blog.sqlauthority.com/2016/07/25/sql-server-installation-featureupgradematrixcheck-sql-server-2016-feature-upgrade-setup-rule-failed/

The error code is : FeatureUpgradeMatrixCheck

Is there anyone who knows the cause of this problem?

Effects on SQL Server 2008 R2 Std.Ed. by upgrading existing windows from Windows Server 2008 R2 Std.Ed 64bit to 2012 R2 Std.Ed 64 bit

$
0
0

Hi Everyone,

I have SQL SERVER 2008 R2 SP1 Standard edition Running on windows server 2008 R2 Std.Ed. 64bit.

Now I have to upgrade OS from Windows Server 2008 R2 Std.Ed 64bit to Windos 2012 R2 Std.Ed 64 bit.

So, Now what will be the Consequences if there are any while upgrading which might affect my SQL SERVER

Also it would be very helpful if I can get some steps how this can be achieved.

Regards,
Kalyan Varma K

Viewing all 1700 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>