SQL Server Migration Assistant for Access v5.3.0 Cant change default server...
I am using the SQL Server Migration Assistant for Access v5.3.0 (32bit) and cannot seem to get it to migrate using the SQL Server 2012 parameters. I changed the default project server to 2012. Using...
View Article"you can run the package that the Import and Export Wizard creates, but...
Hi Trying to import data and tables from an accdb into SQL Server 2014 Express. I am using SSMS and everything seams to work. But just before the Finnish button this message occur: "In SQL Server...
View ArticleColumn mismatch
I'm trying to import data from access to sql the data column has 0 and -1 and in sql it's a bit column so I tried doing IIF(COLUMN = 0 THEN "TRUE" ELSE "FALSE) AS COLUMN . But it's saying that it's not...
View ArticleExtracting a number from a string
I'm trying to import data from access to sql. I would like to look in a string that has values like 1, 1 day, 1 week, net 5 and I would like to make it into an integer column in sql. What I would like...
View ArticleStorage Migration / Stopping Services
Hi guys, just wanted to get your opinion on a question I have. So we're getting ready to do a storage migration on a few of our SQL Server Clusters, and of course we want to prevent any database...
View ArticleHow to find out DTS package name?
Hello how does one find out the corresponding DTS package name (SQL 2000) when looking at an Agent job step which lists DTSRun /~Z0xCED......... ?Thanks in advance.
View ArticleHaving a logo (.png) in an Access table. How do you do the same in SQL Server
HiIn an Access database i use Reports where the logo on the reports came from a field in a table. Data type is Attached File. Very useful when the logo is changed or updated.Now I am migrating to SQL...
View ArticleHaving a logo (.jpg) in an Access table. How do you do the same in SQL Server
HiIn an Access database I use Reports where the logo on the reports came from a field in a table. Data type is Attached File. Very useful when the logo is changed or updated.Now I am migrating to SQL...
View ArticleStored Procedure migration from 2008R2 to 2012 or later
I have been informed that there are problems migrating from 2008R2 to 2012 with respect to Stored Procedures. -deprecated functions???? or???Has anyone had this problem/is there any documentation...
View ArticleCDC related objects problem
Hi there,Got a problem – a database with CDC enabled was migrated onto a new server (by attaching all DB files I think).As a result all CDC related objects were still existing in the database, but CDC...
View ArticleMigrate Maintenance Plan from 2005 to 2012
Hello everyone,We are planning to migrate maintenance plans from SQL Server 2005 to SQL Server 2012.Integration Services was not installed on SQL Server 2005.How to migrate maintenance plans.Can you...
View ArticleSlow SQL queries on Azure
I am migrating a small database from SQL Server 9.00.5057.00 which responds very quickly. But I have not found any service level on Azure that responds in an acceptable manner. Any help would be...
View ArticleSSMA for DB2 z/OS: Extended Data Migration Options and timeout
Hi, In SSMA (Sql Server Migration Assistant) for DB2, I'm not able to display the "Extended data migration options". I'm migrating data from a z/OS DB2, set the option to "Show" in the Project Setting,...
View ArticleNeed s2ss functions ssma_datediff please
Hi All,Even after installing SSMA Extn Pack, we are not able to get the compatibility functions like: ssma_datediff, etc.can anyone provide the source code of ssma_datediff ?Thanks in Advance !ThanksVKK
View ArticleConnection ssma 6.0 to DB2 9.7 failed
Hello all.i am trying to migrate DB2 9.7 to sql server 2014 using the ssma tool.During the connection , i am using the property of Manager == DB2 for zOz.Some connection got created for fraction of...
View ArticleMigrating database in SQL Server from Instance 1 to Instance 2
HiIn SQL Server currently i have 2 instances. Both instances are on the same server/machine. In Instance 1 i have a database named "PMDB" and size of 250GB. I have backup this database and trying to...
View ArticleWhen I create a script with a table that use file stream I get an error
I have a database that has a table with file stream. The table is this:USE [CMMS] GO /****** Object: Table [dbo].[Ficheros] Script Date: 2016-06-10 11:14:14 ******/ SET ANSI_NULLS ON GO SET...
View ArticleHow to migrate the data from one database to another?
I have two databases, the original database that is in 2014 version and a new one that is in 2016 version, that I have created as new.Then I have created a script with the schema from the first...
View ArticleWhat is the compatibility level and the internal version of the database?
For example, when I create a database with Sql Server 2014, the compatibility level is 120, and has a internal version too.When I want to migrate the data from Sql Server 2014 to Sql Server 2016, a...
View ArticleMigration error from Oracle to SQL server 2014 using SSMA
Hello, I am using SSMA for the first time. Can anyone help me in solving this error. Functional index can't be converted. O2SS0269 error. Any help will be much appreciated.
View Article