Find Jobs
Hire Freelancers

Correction of code

£2-200 GBP / hour

Cancelado
Publicado hace casi 8 años

£2-200 GBP / hour

I need correction of this code in MS SQL SERVER MSG> Msg 102, Level 15, State 1, Line 327 Incorrect syntax near ','. Msg 4902, Level 16, State 1, Line 538 Cannot find the object "test" because it does not exist or you do not have permissions. Msg 4902, Level 16, State 1, Line 548 Cannot find the object "test" because it does not exist or you do not have permissions. CODE- LINE 327 Create table [test] ( [id_typ_test] Integer NOT NULL, [set] Numeric(4,0) NOT NULL, [mee] Numeric(2,0) NOT NULL, [id_eee] Integer NOT NULL, [id_test] Integer NOT NULL, [plan_oo] smalldatetime NULL, [plan_dos] smalldatetime NULL, [schl] Varchar(30) NULL, [uso] Bit NULL, [odop] smalldatetime , [dopo] smalldatetime), [poc_ho] Numeric(2,0) NULL, Primary Key ([id_typ_test]) ) CODE LINE 538 Alter table [test] add foreign key([set],[mee],[id_eee]) references [mzd_eee] ([set],[mee],[id_eee]) CODE LINE 548 Alter table [test] add foreign key([id_typ_test]) references [test_dial] ([id_typ_test])
ID del proyecto: 11006630

Información sobre el proyecto

65 propuestas
Proyecto remoto
Activo hace 8 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
65 freelancers están ofertando un promedio de £61 GBP /hora por este trabajo
Avatar del usuario
Dear Sir, Do you want us to run this query and make sure it is correct or what issues you want us to resolve? Look forward to hearing from you. Regards, YK LEADconcept
£222 GBP en 5 días
5,0 (133 comentarios)
9,4
9,4
Avatar del usuario
We are having an experienced team of php developers and will provide you complete solution as per the requirement . Regards, Ambala
£20 GBP en 8 días
4,9 (597 comentarios)
8,9
8,9
Avatar del usuario
Hi I have gone through the details of your project and we find it well within our capabilities. I offer a wide range of services, including Web design, PHP/MySQL web application development, Open sources like Joomla, Os-commerce,vBulletin , Zen cart-Drupal , android and IOS , I can create and deliver the project as per the information.I have skilled, expert programmers I'm very excited to assist you in making your Sites successful – please feel free to contact me directly to discuss this position further. Thanks
£7 GBP en 40 días
4,7 (540 comentarios)
8,4
8,4
Avatar del usuario
Hello, I am very much interested to fix the problems in your sql statements. I can fix these in a very short time with a cost of total £12 only. Looking forward to have a positive response from you. Thanks
£6 GBP en 1 día
5,0 (404 comentarios)
8,2
8,2
Avatar del usuario
Greetings for the day This is poonam FULL TIME FREELANCER having 6+ YEARS of experience in MySQL, Wordpress and PHP development. I can do this please discuss me so that i can start correction of code as you want. I would appreciate if you could visit my portfolio for examples and feedback of my past projects and you will have no more doubts about selecting a winner for this project. I have strong profile on freelancer. https://www.freelancer.in/u/sismaster.html Can you please ping me back so that we can have small chat session. Kind Regards, Poonam
£14 GBP en 5 días
5,0 (741 comentarios)
8,0
8,0
Avatar del usuario
Dear Employer, I am ready to work on your required task and can assure 100% satisfaction. You can read reviews/details about my past work on my profile http://www.freelancer.com/u/alyaspk.html Looking forward to an opportunity to work with you. Warm Regards, Muhammad Alyas
£52 GBP en 1 día
5,0 (196 comentarios)
7,6
7,6
Avatar del usuario
Hi there, I'm a full stack developer so i use MS SQL quite frequently. Solving this error won't be much of an issue - Just send me your file and i'll get back to you with the updated file. Thanks!
£112 GBP en 1 día
5,0 (153 comentarios)
7,8
7,8
Avatar del usuario
======EXPERTS HERE ===== Hello Sir , we can create an attractive and innovative designs upto your expectatiions . We have 5+ years of experience in developing websites with different technologies and assure you that the project will be done efficiently. Willing to discuss with you more on this project. Please message us in chat so that we can further proceed with this discussion. Looking forward to hear from you soon.
£106 GBP en 1 día
4,9 (137 comentarios)
7,3
7,3
Avatar del usuario
Dear Client, Greetings from Flowgica technologies, I have experience with these skills. We do have similar experience doing something similar to yours therefore I am looking forward to discuss and move ahead. please check our freelancer portfolio at https://www.freelancer.com/u/mmadi.html?page=portfolio I am ready to work with you,kindly waiting for your response. Thanks & Regards, Mmadi
£160 GBP en 30 días
5,0 (50 comentarios)
7,1
7,1
Avatar del usuario
My name is Mike and I’m from UK. I work with individual clients and also provide outsourcing services for a number of UK and USA based agencies. Your project description sounds interesting to me and I do have skills & experience that are required to complete this project. I can show you some examples of my work. Please contact me to discuss your project.
£112 GBP en 1 día
4,9 (48 comentarios)
6,9
6,9
Avatar del usuario
Having 10 + years experience in MS SQL Server and willign to start the work immediately .
£112 GBP en 1 día
4,7 (264 comentarios)
6,8
6,8
Avatar del usuario
Hello, Greetings of the day!!! I am well expert WordPress, PHP and MySQL, JavaScript and J Query Developer.I have very good experience. I will Correct the Code as per your requirements. So Please Come Online for providing further details. Could I have an interview Please?? waiting for your reply Soon!! Best Regards, Ashwin
£42 GBP en 1 día
4,8 (65 comentarios)
5,9
5,9
Avatar del usuario
Create table [test] ( [id_typ_test] Integer NOT NULL, [set] Numeric(4,0) NOT NULL, [mee] Numeric(2,0) NOT NULL, [id_eee] Integer NOT NULL, [id_test] Integer NOT NULL, [plan_oo] smalldatetime NULL, [plan_dos] smalldatetime NULL, [schl] Varchar(30) NULL, [uso] Bit NULL, [odop] smalldatetime , [dopo] smalldatetime, [poc_ho] Numeric(2,0) NULL, Primary Key ([id_typ_test]) ) it was one ")" on wrong place :)
£33 GBP en 1 día
5,0 (47 comentarios)
5,7
5,7
Avatar del usuario
your first problem is here [dopo] smalldatetime), see that extra parenthesis at the end? just remove it, [dopo] smalldatetime, this is good. Your other two errors are due to the fact that test table fails to create. once you have that fixed they are gone too. good luck
£10 GBP en 1 día
4,9 (14 comentarios)
5,8
5,8
Avatar del usuario
I have more than 7 years of experience in IT industry.I have worked on sqlserver 2005/2008/2012 and oracle(pl/sql).I can provide you best solution. I have analysed your problem and got solution for this.
£27 GBP en 1 día
4,9 (42 comentarios)
5,5
5,5
Avatar del usuario
Hi you will find my services highly reliable and professional. My Vision : High Quality, High Speed, High Satisfaction! i have 7 years business experience with certified and skilled . We are always looking to push forward best-practices for development and ensure a high level of attention to detail. thanks
£15 GBP en 40 días
4,6 (49 comentarios)
5,3
5,3
Avatar del usuario
Hello sir, Hope you are well and business is prosperous. Please message me once so we can discuss about your requirement in detail & also i can show my work to you I am looking for opportunities to work for your project. Waiting for your replay. Thank you
£111 GBP en 5 días
4,8 (11 comentarios)
5,1
5,1
Avatar del usuario
Hi, Please send me screenshots of error and application running instance images AS description not enough to understand about the issue. thanks Narendra //////////////////////////////////////////////////////////////////////////////////////////////////////
£100 GBP en 1 día
4,9 (14 comentarios)
5,2
5,2
Avatar del usuario
We can easily solve this error for you. According to your needs and wants . In your budget and time span. We have a team of experts and experience devwloers who can easily full fill this task for you as per your needs and wants. We have already developed many software and websites. looking forward to hearing from you soon.
£55 GBP en 5 días
4,9 (6 comentarios)
4,0
4,0
Avatar del usuario
Hello, I am interested in you project. i am a software engineer and I have professional experience with MSQL. I have found the error in your script. I can sent it now. Thank you, Best Regards, David
£14 GBP en 1 día
5,0 (23 comentarios)
4,1
4,1

Sobre este cliente

Bandera de UNITED KINGDOM
Londom, United Kingdom
5,0
4
Forma de pago verificada
Miembro desde jul 6, 2016

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.