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

Upgrade to Windows 10 - SQL Server Developer 2012

$
0
0

I am running SQL Server Developer 2012 on Windows 8.1

I would like to upgrade to Windows 10, but would want some idea of how SQL Server 2012 Developer would behave.

Thanks.


Missing Owner Schema

$
0
0

I am trying to set up a migration project from Oracle 10g (10.2.0.5) to SQL Server 2012.

I can connect to the Oracle database fine with several users, however I am always missing a single schema from the schema list in object explorer (even if I connect as that schema's owner, which has the DBA role).

Does anyone have any ideas as to why this could be happening? I can literally see every single other schema, except this one.

Instance connection in management studio 2014 but neither of the Access migration apps connect to the SQLSERVER

$
0
0

I get an error 0 connection refused by the SQLSERVER instance. 2014 SQL Server Management studio connects! But neither of the migration tools do! I've gone to http://go.microsoft.com/fwlink/?LiinkId=197502 and install the Microsoft access 2010 runtime and rebooted the system. NOT...still getting connection refused by the DB engine instance.

Now what?

Migrating from SQL Server 2005 to SQL 2012 is there a migrator tool?

$
0
0

I have heard that there is possible a migrator tool available to use , in order to move databases from SQL 2005 to SQL 2012.

Is this true, if so where can you find that tool?

Migrate Sybase IQ to SQL Server 2014

$
0
0

Is there somebody who has migrated Sybase IQ to SQL Server.

Any help (tips, information resources, tools) are more than welcome

kr

Geert


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!

sql 2014 job history not showing details from ssis failure

$
0
0
We are migrating our ETL servers over to sql 2014 (12.0.2000). all the jobs that fail are not giving any useful failure information. most specifically when we call an ssis package and that step fails the job history simply states "The package Execution Failed: The Step Failed" Its not kicking back the failure message from the ssis package. I'm not concerned with why the jobs are failing I'm just trying to figure out why its not logging the failure detail.

SQL Agent job query help

$
0
0
Hi All,

Looking for help in tsql query to pull out SQL Agent job list that are executing more than normal. For instance, if job is expected to run in 5 mins threshold but it is executing for more than 1 hour, I need to pull out all such job information using sql query along with info like why it is taking more time , like blocking info, wait info so on.. How to pull out such info using a query ?

Thanks in advance.

Azure error when creating a database: The operation is not supported for your subscription offer type

$
0
0

Hi

I am trying to create a mobile service on windows azure with a standard 20 Mb free database backend. I have a MSDN professional account with Azure activated on it and enough credit for the month and should be able to proceed without any problem.

When I try to create the service though I get an error saying "Error creating SQL database" and when I click to see the details I get: "RDFE: The operation is not supported for your subscription offer type."

Does anyone have any idea why this happens? 

Thanks, Vahid


Migration of database from SQL Server 2012 to SQL Server 2008R2

$
0
0

Hello,

We do have few databases which are running on MS SQL 2012 server and we would like to migrate the database to MS SQL 2008R2.

Please let me know the steps for migration and issues which we will have to encounter and how to handle the same.

Thanks ,

Sriram Ganapathy

migrating all windows group and account permissions to secondary accounts and groups on sql server

$
0
0
I am working on a requirement. could you help me on this?
we have 4000~ servers with different versions. higher management wants to move all windows accounts and windows global groups to new groups and individual accounts and then remove existing groups and accounts. here is example i want to take to explain.
domain1\brahma is individual account has access to different servers.
domain1\myDBA global group has access to different servers. this group has 2 usersdomain1\brahma and domain1\john.
so windows team will create following items
domain1\brahma_sql and domain1\john_sql users.
domain1\myDBA_sql group and add thedomain1\brahma_sql and domain1\john_sql.
Now as a DBA my task is apply the existing permissions of groups and users to new accounts and groups then remove existing accounts and groups. do you have any suggestions how to deal with this without breaking anything?
I need scripts if you have anything. contacted Microsoft and they don't have anything to fulfill this.
many thanks in advance for your time.
Thanks,
Brahma

------------------------ Brahma http://brahmarao.tech.officelive.com http://nani1211.info/sql

SQL Server 2012 - Relocate Jobs and FTData Folder

$
0
0

Hello,

I'm looking for some help on how to properly move the Jobs and FTData folders. I've recently relocated the system databases to a new drive and missed a few items which I am currently cleaning up   (Backup, FTData, JOBS, repldata).

I've found several references to copying the FTData folder to the new location and then changing a registry key but I cannot seem to find the key in question for a clustered instance of SQL 2012 or any up to date articles showing the procedure. I also cannot seem to find an article on how to relocate the JOBS folder.

Any help would be greatly appreciated.

Thanks,

Josh

Is possible to migrate from SQL Server 2008 to SQL Server 2016?

$
0
0

Hi,

In my job we are planning to make a migration from SQL Server 2008 to SQL Server 2016, so we have the following questions:
  1. Is possible to make the upgrade for those versions? If it is not possible, please explain why?
  2. Does this migration can show issues? If yes, please explain why?
  3. Can you provide me some known issues that SQL Server 2016 is showing in relation with the usage of the application or with an upgrade with any other version of SQL Server?
  4. Does Microsoft have a list of possible issues with SQL Server 2012, 2014 or 2016?

I will appreciate any help in order to clarify this questions.

Thanks in advance.

Regards

In a replacement OLTP database, should we create a new identity column for SalesOrder?

$
0
0

Hi All,

Question: We're replacing an existing Oracle OLTP database with a new one in SQL 2012.  Should we create a new IDENTITY column to be used by the new GUI, or should we continue to use the existing column that was an identity in the legacy system?  

Background: Originally, we decided to migrate the legacy identity column to the new system but create a new IDENTITY column.  I don't quite remember our reasoning now, and it seems that using the legacy identity column (without creating a new one) would be just fine.  The only reason I can see for doing this would be a way to ID rows created in the legacy system from rows created in the new system.

The existing GUI will be pointed at the new database until it, too, is replaced by a new GUI.

Originally, my question was going to be "should we use some sort of numeric identity column for SalesOrderDetail," but then I couldn't remember why we had decided to create a new IDENTITY column in the new system.  I see the legacy system never repeated values for SalesOrderDetailID, and I can think of no good reason for this.

Thanks,
Eric B.

To Change Entire Database to support Mutlilanguage

$
0
0

HI,

I have Sql server 2008 database with 200 GB in production.But It will not support multilanguage Since all the tables and procs is having varchar datatype.

I need to change the Entire Tables and procs to support Multilanguage(nvarchar,ntext) .

PLease note I have Many Huge data tables with numerous index .ALso I could not afford too much down Time.How can I perform .PLease advise.

SQL Server Migration Assistant (SSMA) for MS Access is creating a check constraint for disallow zero length for a column that Access allows zero length on

$
0
0

My Access 2013 database tables have columns of type "Long Text" that have the Required property set to 'No' and the 'Allow zero length' property set to 'Yes'.
Why then the SSMA for Access is creating a check constraint on these columns as disallow zero length. You can test the issue by creating a test db with one table in Access with one column of type 'Short Text' or 'Long Text'. The table will have default 'Required' property set to 'No' and the 'Allow zero length' property set to 'Yes'. Then you migrate that table to SQL Server. You will notice that SSMA will create a check constraint disallowing zero length like the one shown below:

    Create table table1(c1 nvarchar(max),  constraint c_ssma_disallow_zero_length  check(len(c1) >0))

The above check constraint forces the SQL Server nvarchar column to have a non-zero length.



SSMA - O2SS0005: The source datatype 'table1%ROWTYPE' was not recognized.

$
0
0

I have a Packaged Funtion as follows:

CREATE OR REPLACE FUNCTION f_get_command (
      package_in   IN  table1.table1_package%TYPE,
      proc_in      IN   table1.table1_function%TYPE
   )
      RETURN table1.table1_function%TYPE
   IS
      table1_rec   table1%ROWTYPE;
   BEGIN
     ...
   END f_get_command;

When migrating the above using SSMA for Oracle V6, I get the error "".

But, I have a public synonym that has be migrated into the SQL Server Metadata, as follows:

CREATE SYNONYM ssma_oracle.TABLE1 FOR CONV_GENERAL.GENERAL.TABLE1

Why can't SSMA resolve the ROWTYPE statement for table1?

Windows update in Windows 10

$
0
0

Hello and thanks for all the help on SQL & SSMA! I need to know if there's another way to keep update working in Windows 10?

Kevomac

SQL Server 2008 R2 SP2 to SP3 Patch Fails with Windows MSI Error

$
0
0

Hi Experts,

This is a DR Server for a Logshipping Setup (5 databases are in Logshipping) -  Windows 2008 R2 ENT/SQL 2008 R2 ENT (x64)

I'm trying to upgrade  SQL Server 2008 R2 Service pack from SP2 to  SP3 , but getting the Error that my SP setup Wizard fails with & the  Summary file which has the error code.

C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150915_034202\MSSQLSERVER\SQLSysClrTypes_Cpu64_1.log

http://www.microsoft.com/products/ee/transform.aspx?ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.6000.34

---We have Native client 10.0 installed & running fine 

/*************************************************************************************/

File- SQLSysClrTypes_Cpu64_1.log  content 

=== Verbose logging started: 9/15/2015  4:15:58  Build type: SHIP UNICODE 5.00.7601.00  Calling process: d:\6124777fe128db566680\x64\setup100.exe ===

MSI (c) (EC:58) [04:15:58:338]: Resetting cached policy values
MSI (c) (EC:58) [04:15:58:338]: Machine policy value 'Debug' is 0
MSI (c) (EC:58) [04:15:58:338]: ******* RunEngine:
           ******* Product: {4701DEDE-1888-49E0-BAE5-857875924CA2}
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (EC:58) [04:15:58:338]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (EC:58) [04:15:58:338]: Grabbed execution mutex.
MSI (c) (EC:58) [04:15:58:338]: Failed to connect to server. Error: 0x80070422

MSI (c) (EC:58) [04:15:58:338]: Failed to connect to server.
MSI (c) (EC:58) [04:15:58:338]: MainEngineThread is returning 1601
=== Verbose logging stopped: 9/15/2015  4:15:58 ===

/**************************************************************************************/

Resolution Tried:-

i.Tried unregistering & Registering the Windows Installer from the regedit with respect to the OS  Error: 0x80070422

but still the same issue persists 

From SQL Server end what further Resolution steps, I can perform can you help me out !..

-

looking forward for your Replies

PREM GOKULL S



Server lease replacement migration moving luns from one server to another; I have concernes about the master database

$
0
0

Hi All,

I have to lease replace a sql server where the system and user databases all exist on the e drive, part of our SAN. The migration is going to be done where the current luns are removed from the old server and presented to the new server. Sql is installed on the C drive which is not a SAN Drive.

SQL Version 2k8R2 SP2 10.52.4000 Enterprise

Non Clustered.

My concerns are that obviously I will need to install SQL on the new server which will install the system databases as well. When the drive moves to the new server it brings the ldfs and mdfs of the master, model, msdb, tempd, and all user databases with it on drive E. I already know the mdf and ldf should be on separate drives; not my choice.

First concern is I feel like all the databases will need to be detached before the lun move; for the user dbs this is no big deal; detaching master I am not sure about.

My second concern is how to handle master moving over with the lun;

I was thinking I could just install sql on the new server with system databases on the c drive; then move over the luns and repoint the database files for the system databases on the e drive.

Alternatively I could take a backup of current master and restore it over the top of the master on the new servers c drive but specify the e location during the restore.

How would you handle this? All the dbs, including system will move with the SAN LUN moving to the new server; the versions of sql will stay the same.

I appreciate any advice.

Thanks

sql server migration

$
0
0

hi ,

currently we have sql server 2005 single node and we are planning to move to sql 2014 cluster with two node .

I have question regarding the cluster since on my case there was no cluster before , I need to keep the same server name for the sql to minimize the changes I have to do .

in this case I will have two node lets say sql01 and sql02 in order to keep the same naming  iI have to set the old sql server name  as cluster network name or there is another solution ?

or what is the solution in such case if I need to keep the same name ?

Viewing all 1700 articles
Browse latest View live


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