Re: Reg: Migration

2010-08-13 Thread Joerg Bruehe
Hi Kranthi! Kranthi schrieb: > Hi , > > I am migrating the database from mssql server to Mysql.i am getting > problem with newid(),I don't know about newid(),i am using mysql migration > tool kit. > > if anybody knows please help me. > > Ex: > > CREATE TABLE cust > ( > cust_id uniq

Re: Reg: Migration

2010-08-13 Thread Lenz Grimmer
Hi, On 08/13/10 09:34, Kranthi wrote: > I am migrating the database from mssql server to Mysql.i am getting > problem with newid(),I don't know about newid(),i am using mysql migration > tool kit. > > if anybody knows please help me. Would using the UUID() MySQL function work for you

Reg: Migration

2010-08-13 Thread Kranthi
Hi , I am migrating the database from mssql server to Mysql.i am getting problem with newid(),I don't know about newid(),i am using mysql migration tool kit. if anybody knows please help me. Ex: CREATE TABLE cust ( cust_id uniqueidentifier NOT NULL DEFAULT newid(), company va