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

SQL Azure 20MB free database cannot scale to 1GB

$
0
0

It seems I cannot scale to 1GB because my 20GB free sql db is full. I get the following error :

"The server encountered an internal error. Please retry the request."

Does anybody has found a solution to this issue? 


SQL Server Migration Assistant Mysql - Value of Type Byte[] cannot cast to nvarchar

$
0
0

Hello,

I have a MSSQL Server 2008. I have create a database schema. I would like migrate data from a mysql table to a mssql table.

After execute the "Migrate Data" Button, i get the following error.

"The value of typ Byte[] cannot convert to typ nvarchar"

The mysql Table has a column with longblob. In this column are files,pictures i.e saved.

How can i convert this table (column).

Thanks


New Top Support Solutions blog

$
0
0

Hello

As part of our efforts to keep our communities informed about the most relevant content that address the top questions that we are getting in out forums and other support channels we want to introduce the new “Top Solution Content” blog (http://blogs.technet.com/b/topsupportsolutions).

In this blog you will find up-to-date and valuable information about Microsoft top support solutions for several of our popular products in the Server and Tools portfolio. You can use the tags (http://blogs.technet.com/b/topsupportsolutions/archive/tags) to easily locate the product of your preference or visit the home page to see what’s going on for the different Microsoft Enterprise and developer products. As a blog you can also subscribe to post and comments using the RSS feeds.

We hope this will reduce time and effort when you are looking for relevant content. Enjoy it!

Thanks

Microsoft Support team


Elvis Long
TechNet Community Support

Upgrade From SQL Server 2005 to SQL Server 2008 or 2012

$
0
0
Hello this is a silly question but I was able to copy our old database to another hard drive and do an ATTACH to sql 2012 and it worked great now am I crazy or is this too good to be true

Mismatch?

$
0
0

First let me give you all the programs:

  1. Access 2013
  2. SQL Server Migration Assistant for Access v.5.2.1257
  3. SQL Server 2012 v.6.1.7601

The operating system is MS Windows 7 Pro.

I have been using Access for years and my primary database is almost full. So I decided to purchase SQL Server 2012 to place the database (Vault) in.

I have read numerous times that you can use Access as a GUI to the SQL Server. So that was my plan. I also found out that Microsoft has made a migration program for what I want to do. So as the plan sits right now it's:

MS Access to SSMS to SQL Server 2012.

I checked the Vault database from MS Access and believe I have routed out any syntax problem. The installation of the SQL Server program went well, NO ERRORS.

The installation to the SQL Server Migration assistant for access seems to have gone well too. 

OK, Now here come the meat of my problem, When I try to migrate from Access through SSMS to the SQL Server I see NO data in SQL Server. I do see the data files BUT NO data in the files.

Also, when I have my cursor hovering over the name "Vault" in the upper left hand area, ("Access Metadata Explorer"), I get this message:

AN ERROR OCCURRED WHILE LOADING DATABASE CONTENT

Retrieving the COM class factory for component with CLID{CD7791B9-43FD-42C5-AE42-8DD2811F0419}faild due to the following error: 80040154. This error maybe a result of running SSMA as 64-bit application while having only 32-bit connectivity components installed or vice versa.

I anyone can give me a hand I would be most grateful!

Thank you for your time in this matter.

Respectfully,

Jeff Hertel

Can I use attunity CDC to propagate changes from sql server to a sybase database

$
0
0

can i use attunity cdc components in sql server to propagate changes to a sybase destination. I did some experimenting with cdc in ssis 2012 and got it working to send changes to sybase, but I need to do this for approx 5000 tables. so looking for a product that can do this for me.

ny help welcome

thanks


Geert Vanhove DCOD ------ http://geertvanhove.wordpress.com/ ----------- Please click the Mark as Answer or Vote As Helpful if a post solves your problem or is helpful!

Queries Performing Very Poorly after the Migration

$
0
0

Dear Team,

Recently we have migrated our database server from SQL Server 2000 to SQL Server 2012.

After the database migration the query is used by the cognos reporting services are running very slow, Where as the same reports are running as expected in the SQL Server 2000.

After the migration we are followed the belosteps to ensure the database consitency on the new SQL Server 2012 server.

1. Updateusage for all the databases.

2. Rebuilded all the Indexes exists on all the databases.

3. Planned to run the update statistics for the all the tables.

Could you please let us know the cause why the queries are prforming poorly compared to the existing SQL Server 2000 server.

Can't get SSMA to work.

$
0
0

I have SSMA version 5.1.1257.

First thing that happens is a yellow exclamation point appears next to my Access database after I select it:

Error Occurred while loading Children
Could not load File or Assembly "Microsoft.Access.Inerop.Assembly.Dao. Version 12.0.0.0
Culture=Neutral, PublicKeyToken=71e...blahblah.  The System cannot find the file specified

If I continue on, I get:

Required mdf-file is not loaded.

Then I get:

Conversion Error:
There is Nothing to Process

Any ideas how I can fix this.  I'm on Windows 7 trying to upgrade a very old Access file to sql 2008 and I believe that is the problem.  My computer has crashed about 3 times since this original file was created and this is the 3rd piece of hardware upgrade since the file was created. 


Attached A MS SQL Server 2008 database on MS SQL Server 2012 instance.

$
0
0

Can we attach a MS SQL Server 2008R2 database to MS SQL Server 2012 instance?

Do we need to do anything elase after I attached the MS SQL 2008R2 to MS SQL Server 2014.

Do we need to concern about the compatibility level? 

Thank you,

Keng

error 404 then the registration of the licence Management

$
0
0

I have a problem then the registration of the SQL Server Migration Assistant for MySQL licence.

After the installation, the application ask me to registrer.  On the Sign In Web page, I enter my Win Live Id & password, I clik "Sign In", and  arrive to this page :

###

http://www.microsoft.com/404.htm 

###

an simple error 404 page.

I realy need to work with this assistant.

Do you know a solution, please?

Thank you.

Access Front End not using Timestamp field; Users getting write conflict

$
0
0

I recently upsized an Access 2010 database to use SQL 2005 as the back end database using SSMA for Access.  The migration was completed without problems but now users are getting a write conflict anytime they try to change something, even text in a description field.  SSMA inserted a timestamp field in each table, which I thought would prevent the write conflicts.  Is there something I need to do to Access to force it to use the timestamp field?

The error is:

"This record has been changed by another user since you started editing it.  If you save the record, you will overwrite the changes the other user made."

While researching this I've tried other approaches such as setting BIT or REAL fields to NOT NULL and inserting default values.  This made no change to the issue.  The write conflict even happens when updating an Nvarchar(MAX) field.  I changed that field to Nvarchar(255) but the error still occurred.

I should point out that Access is using a workgroup mdw file for security.

Can anyone help point me in the correct direction?  I've done several of these migrations before but never had this problem. 

Thanks,

Joe

how to migrate db to cluster sql 2012 ?

$
0
0

Hi Experts,

How to migrate Database to Cluster sql 2012?

requirements:

Db Name : My_DB

Standalone sqlservertest11  to cluster sql2012

cluster sql 2008 to  cluster sql 2012

SSMA For Oracle v5.2

$
0
0

Hi,

My configuration:-

SSMA For Oracle v5.2.1259
MS SQL Server Enterprise 64bits v11.0.3000.0
Windows Server 2012 Standard 64bits
Oracle9i Enterprise Edition Release 9.2.0.6.0

When i connect to Oracle DB, i got this error:-

Connection to Oracle established successfully.
Connection string: Data Source="TCMSPROD";Unicode="True";User ID="MMA_DATA";
Error occurred while collecting data. 

Below is the SSMA.LOG content:-

[Generic: Mandatory] [6140/1] [2014-01-08 15:11:26]: SQL Server Migration Assistant for Oracle v5.2.1259
[Collector: Mandatory] [6140/4] [2014-01-08 15:11:44]: Oracle connection provider: OracleClient.
[Collector: Mandatory] [6140/4] [2014-01-08 15:11:44]: Oracle connection mode: ServiceName.
[Collector: Mandatory] [6140/4] [2014-01-08 15:11:44]: Oracle server version: '9.2.0.6.0'.
[Gui: Error] [6140/4] [2014-01-08 15:12:57]: LowLevelAdapter.ReadSource : Read Source error: Microsoft.SSMA.Framework.Generic.Collectors.CollectorException: Error occurred while collecting data. ---> System.Data.OracleClient.OracleException: ORA-00942: table or view does not exist

   at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
   at Microsoft.SSMA.Framework.Generic.Utilities.DbUtilities.DbCommandWrapper.ExecuteReader()
   at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.Execute[T](ExecutionDelegate`1 executionMethod)
   at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.ExecuteReader()
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.LoadSchemas(XNode xSchemas, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, Set`1 excludedSchemas)
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CollectDataIntoMetabase(XMetabase xMetabase, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider, ICollectionContext context)
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CreateMetabaseAndCollectData(IDbConnection connection, String xmlConnectionParameters, XNode xFilter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider, ICollectionContext context)
   --- End of inner exception stack trace ---
   at Microsoft.SSMA.Framework.Generic.Workspaces.Default.MetabaseWorkspaceItem.Connect(String connectionParameters, SecureString password)
   at Microsoft.SSMA.GUI.Product.OracleToMsSql.LowLevel.AppConnectToSourceOracle.ConnectToSourceStart(Object guiContext)
[Gui: Error] [6140/4] [2014-01-08 15:12:57]: Exception: Error occurred while collecting data.
 site: Void Connect(System.String, System.Security.SecureString)
 source: Microsoft.SSMA.Framework.Generic.SSMAEnvironment
   at Microsoft.SSMA.Framework.Generic.Workspaces.Default.MetabaseWorkspaceItem.Connect(String connectionParameters, SecureString password)
   at Microsoft.SSMA.GUI.Product.OracleToMsSql.LowLevel.AppConnectToSourceOracle.ConnectToSourceStart(Object guiContext)
[Gui: Error] [6140/4] [2014-01-08 15:12:57]: Inner Exception #1: ORA-00942: table or view does not exist

 site: Void CheckError(System.Data.OracleClient.OciErrorHandle, Int32)
 source: System.Data.OracleClient
 error code: -2146232008
   at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
   at Microsoft.SSMA.Framework.Generic.Utilities.DbUtilities.DbCommandWrapper.ExecuteReader()
   at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.Execute[T](ExecutionDelegate`1 executionMethod)
   at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.ExecuteReader()
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.LoadSchemas(XNode xSchemas, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, Set`1 excludedSchemas)
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CollectDataIntoMetabase(XMetabase xMetabase, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider, ICollectionContext context)
   at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CreateMetabaseAndCollectData(IDbConnection connection, String xmlConnectionParameters, XNode xFilter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider, ICollectionContext context)

Thanks for helping.

ssma for Sybase 5.2 registration error

$
0
0

Hello there,

I’m trying to install SSMA for Sybase 5.2 as I need to migrate from Sybase 12.5 to SQL 2008, but the registration page cannot be found

Is there any other link or way to register the product?

Thanks!!

Tim

how to move shared drive to new clsueter ?

$
0
0

Hi Experts,

How to move shared drive do new cluster ?

what are the check list before moving?

Thanks

Vijay


SSMA for Sybase License

$
0
0

Hi,

We downloaded the SSMA for Sybase. It asks for the License File. However, when we click on the license registration page to get the .license, the web URL ishttp://go.microsoft.com/fwlink/?LinkId=69586

The URL returns 404 not found. Please help us to get the license file SSMA for Sybase.

Thx!

Rames


RG

Licence page for Microsoft Sql Server Migration Assistant (mysql) missing

$
0
0

I'm unable to get my license for Mysql SSMA

The License Management  screen links to 

go.microsoft.com/fwlink/?LinkID=167939

and that is a 404.

Please help.

Thanks, 

Data filter when migrating Oracle to SQL

$
0
0

How can I use a data filter (via t-sql or ??) when using SSMA to migrate data from Oracle to SQL Server ?

Cannot get Licence Key for Microsoft SQL Server Migration Assistant for MySQL

$
0
0

Hi,

I've installed SQL Server Migration Assistant for MySQL (ver. 5.2). On the License management window I`ve clicked license registration link (url is: go.microsoft.com/fwlink/?LinkId=167939), but I only got this:

" ... We are sorry, the page you requested cannot be found.... "

How can I obtain correct license for SSMA for MySQL ???

Thanks in advance!

Migrating Data from MySQL to SQL Server 2012

$
0
0

Hi all,

I'm Migrating a database from MySQL to SQL Server 2012, using SSMA for MySQL v5.2.1258.  I've got the schema migrated over and have resolved any migration issues (stored procedures / views), but when it comes to migrating over the data I'm just hitting a wall.

None of the data is migrating and when the migration report is displayed every table has a red x against it's Status.  The Output box has the following:

Data migration operation has finished.
0 table(s) successfully migrated. 
0 table(s) partially migrated. 
64 table(s) failed to migrate.

I've seen on the forum that someone else was having the same problem

(http://social.msdn.microsoft.com/Forums/en-US/sqlservermigration/thread/b835f4b3-3d93-42a4-9b6b-d21d3dfd8dab/)

I've set the project settings mode to default, still getting the same error and tried using both Client Side Data Migration and Server Side migration, with both giving the same result.  I've tried going through the step-by-step blog as well.

I am doing something really stupid?  There are 64 tables, so don't really want to try doing exports from each table and importing it into the new database.

Hope someone can help.

Cheers

Alex

Viewing all 1700 articles
Browse latest View live


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