絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 sql server 2005 仕事が見つかりました。次の価格: USD

    I need a well-structured informational website built. ...need a well-structured informational website built. Although it won't be focused on e-commerce, I plan on featuring over a 100 products to keep my users informed about my collection. Therefore, a comprehensive database to catalog these items is essential. The ideal candidate would have: - Proven experience in website creation with a focus on data presentation - Ability to design intuitive UI/UX - SQL or similar database management skills - Strong attention to detail as accurate presentation of all product information is crucial - Experience with JavaScript, CSS and HTML - SEO optimization knowledge is a plus. The timeline for completion is to be discussed. Please include examples of similar projects you've complet...

    $113 (Avg Bid)
    $113 平均入札額
    43 入札

    : logo with display menu: select option: Subdomains Directories sensitive parameters 4. SQL Testing 5. xss Testing 1- : (use this open source code) Options: -d, --domain: Specify the target domain. -b, --bruteforce: Enable subdomain bruteforcing. -o, --output: Specify the output file path. -h, --help: Display help information. example subdomain -d -o /home/Desktop/ This option leverages various search engines like Google, Bing, Yahoo, DNSDumpster, VirusTotal, SSL, etc., to discover subdomains associated with the target domain. 2- find Directories: (use this open source code) Options: -u

    $168 (Avg Bid)
    $168 平均入札額
    30 入札

    I need an expert freelancer for the migration of my Trend Micro Apex One server. The current Apex One server, running the 2012 version, is located on-premises and operates with Windows Server 2012. Key Task Elements: - On-premises server migration. - Handling Trend Micro Apex One 2012 version. - Compatibility with Windows Server 2012. Ideal Skills: - Previous experience with Trend Micro Apex One Server Migration. - Expertise in handling on-premises server migration. - Ability to ensure seamless transition with zero data loss. - A deep understanding of Windows Server 2012.

    $493 (Avg Bid)
    $493 平均入札額
    2 入札

    We have existing wordpress woocommerce and C# MSSQL inventory win application db in azure db I am looking for a developer for backend operations and experience in MSSQL, WordPress wooCommerce and API integrations. The primary task deduct stock in azure ms sql stock table when order placed in wordpress woocommerce display item list in woocommerce based on mssql stock table create comand to generate order in inventory system when order placed in wordpress woocommerce Key Skills Required: - Strong experience with MSSQL, WordPress woocommerce, API - Expertise in inventory management system e-commerce integrations who have done same work earlier plesae bid I will share explaining video, if you are able to do than you need to work on remote zoom or ultraviewer plesae let me know...

    $147 (Avg Bid)
    $147 平均入札額
    64 入札

    I need a proficient expert to help establish, configure, and visualize data using a Power BI server. The data for visualization will be pulled from several resources such as SQL Server, SharePoint, Excel Spreadsheets, and Teradata. Key Responsibilities: - Setup and configure the Power BI server - Connect the server to mentioned data sources - Implement interactive data manipulation capabilities into the Power BI reports Ideal Skills and Experience: - Proficient in Power BI server setup - Experience with SQL, SharePoint, and Teradata - Excel data management skills - Competence in interactive data manipulation and visual analytics - Familiarity with report generation and data analysis Please note that this project requires an emphasis on...

    $495 (Avg Bid)
    $495 平均入札額
    59 入札

    I need an experienced Node.js developer to create an automation script for my server deployment. - Automation Task: The script should automate routine server deployments, keeping my operations efficient and consistent. - Server Deployment Activities: The core function of the automation is to handle financial transactions, particularly trading activities. Proficiency in financial systems and trading platforms is necessary. - Financial Transactions: The successful candidate should also have experience with the handling of financial transactions within Node.js applications. The ideal candidate should have brilliant knowledge with Node.js, experience in automating server deployments, and a strong understanding of financial trading systems. Looking to kickstart t...

    $115 (Avg Bid)
    $115 平均入札額
    11 入札

    Are you looking to master SQL, Excel, or Python? Look no further! With years of experience in data analysis and programming, I offer comprehensive tutoring services tailored to your learning needs. **What I Offer:** 1. **SQL Mastery:** From basic queries to advanced database management, I'll guide you through understanding SQL syntax, optimizing queries, and database design. 2. **Excel Expertise:** Whether you're a beginner or looking to enhance your Excel skills, I'll cover everything from formulas and functions to data visualization and automation. 3. **Python Proficiency:** Dive into the world of Python programming with personalized lessons covering fundamental concepts, data manipulation, scripting, and more. **Why Choose Me?** - **Tailored App...

    $20 / hr (Avg Bid)
    $20 / hr 平均入札額
    6 入札

    ...will be working with the Microsoft SQL server, experience is preferred but not essential to be an expert. Anyone with generic database experience (with different databases) can also apply. Skills already acquired from previously doing this work: - Understand database schema - understand database structures - create database tables based on bespoke requirements (training included) - Working with relatively large sets of data - has exporting skills into SQL - Excel and VBA, - Has experience in different querying languages - Proficient in Microsoft SQL Server Management Studio - Familiarity with Windows OS - Experience in handling multiple databases with SQL - Strong troubleshooting skills I currently manage over 11 databases via Microsoft ...

    $13 / hr (Avg Bid)
    $13 / hr 平均入札額
    36 入札

    I'm looking for someone experienced with Asterisk to help me set up a SIP server for educational and testing purposes. The SIP server will be used with a Jio SIP trunk. Key requirements: - Configure Asterisk as a SIP server on the operating system of your choice - Set up a Jio SIP trunk - Create a demonstration of simple dialing using an open source SIP client Ideal skills and experience for this project: - Proficient in Asterisk server configuration - Experience with setting up SIP trunks - Strong knowledge of open source SIP clients - Good communication skills to help guide me through the setup and demonstration process. My budget is not very high ..

    $101 (Avg Bid)
    $101 平均入札額
    9 入札

    As an established business relying heavily on a comprehensive tech stack, I'm in need of...of a seasoned .NET developer for a variety of tasks. Key responsibilities include: - Review and optimization of existing front-end, back-end, and database systems - Ongoing maintenance, troubleshooting, and improvements to enhance system performance Ideal candidates for this project should have prior experience with: - Front-end development utilizing HTML/CSS - Backend technologies such as SQL Server and Entity Framework - A strong grasp of the .NET framework This role is crucial to the successful functioning of our systems, so a proactive, detail-oriented approach and excellent problem-solving skills are must-haves. Your ability to communicate issues and improvements clearly i...

    $12 / hr (Avg Bid)
    $12 / hr 平均入札額
    18 入札

    ...isten_port); if ($sock === false) { $errorcode = socket_last_error(); $errormsg = socket_strerror($errorcode); $this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port"); while ($c = socket_accept($sock)) { $this->logger->warning($this->logPrefix . "Socket Open"); $buffer = ""; $buffer2 = ""; while (true) { $line = socket_read($c, 512); $this->logger-&g...

    $138 (Avg Bid)
    $138 平均入札額
    7 入札

    I'm looking for a skilled developer to create a Tibia server with specific requirements. I would like one like it Key Requirements: - Multiclient Tibia 13.3 with built-in support for Tibia 10 (magebot, elfbot) - A system similar to with the website at least matching this quality - Integration with new quests and monsters to enhance gameplay - Implementation of cast system - Completion within a month Ideal skills and experience: - Prior experience in creating custom Tibia servers - Proficiency in programming languages necessary for this task - Strong understanding of Tibia gameplay mechanics - Ability to implement new quests and monsters - Experience in creating a cast system - Prior history of delivering projects within tight deadlines If you

    $471 (Avg Bid)
    $471 平均入札額
    16 入札

    We're in search of a highly versatile .NET developer for our undisclosed project. While we haven't stated specific skills or project type, candidates should have: - Broad knowledge in .NET and its most popular programming languages (i.e., C# programming, ASP.NET development, and SQL database) - Experience in various .NET projects (i.e., web and desktop applications, as well as enhancement of existing .NET applications) - Proficiency in Windows, Linux, and Mac development platforms Your flexibility and adaptability are our key considerations as project specifics will be discussed upon engagement.

    $106 (Avg Bid)
    $106 平均入札額
    42 入札

    I've built a web application using .NET for the backend, Angular for the user interface, and SQL database. Now, I'm looking for someone to help me publish this website on the cloud and make it live. It's a small web app designed for a local business, with a limited number of users (around 15-20). Because of this, I'm aiming to keep costs as low as possible. I'm open to suggestions on which cloud platform would be best suited for this project. If you're interested in taking on this task and helping me get my website up and running, please reach out. Thank you!

    $88 (Avg Bid)
    $88 平均入札額
    6 入札

    I’m looking for an expert with MySQL skills to help me write a query or script. This task involves calculating the sum of items across three tables.. The complexity lies in filtering the said items between a certain date range and by a specific field value. Ideal Skills & Experience: • Proficient in writing SQL queries • Knowledge on MySQL, specifically on data manipulation among multiple tables • Excellent understanding of database design and principles • Problem solving ability to handle complex programming scenarios. Please note, I didn't provide the names of the fields to be summed in each table. So, the chosen freelancer will need to work with me and understand the complex structure of my database in order to pull this off. Therefore excelle...

    $30 (Avg Bid)
    $30 平均入札額
    52 入札

    I'm looking for a skilled developer to create a custom Tibia 8.6 server that integrates various unique features, aimed at attracting and retaining a significant player base. Key Requirements: - Development of a Tibia 8.6 server with integrated bot, automatic events, and a custom map containing numerous cities. - Inclusion of custom monsters, additional quests, improved PvP system, cast system, hunted system, and tasks for players. These elements are crucial for enhancing the game's depth, challenge, and appeal. Key Skills & Experience: - Extensive experience in Tibia 8.6 server development, including the integration of bots, event systems, and unique map creation. - Strong understanding of game design and mechanics, particularly in the context of MM...

    $498 (Avg Bid)
    $498 平均入札額
    26 入札

    ...clear report on insights and suggest changes to team composition, drop spots, in-game decisions. **Project Deliverables** * Structured dataset in Google BigQuery with our team's gameplay stats + relevant opponent data. * SQL queries designed for meaningful performance insights. * Analysis reports with visualizations focused on: * Player performance over time * Our strengths and weaknesses * How we compare to top teams * Map rotation analysis with suggested changes * Final presentation summarizing key findings & action plan. **Required Skills** * Expert SQL and querying, especially Google BigQuery. * Strong analytical skills with statistics experience. * Passionate about PUBG Mobile - understand gameplay and competitive scene. * Ability to turn...

    $466 (Avg Bid)
    $466 平均入札額
    13 入札

    I am looking for a PERL, HTMX, MYSQL programmer who can help me with an intermediate level project. The ideal candidate should have experience in these areas and be comfortable starting a project from scratch. I will give you a dump from my MySQL table. From which I need an interactive HTML inter...entries into one, all via one HTML::Template file with a single perl script as interface to the MySQL table. I do want an active submit button for all changes, as well as a single interactive upload button for each field of the MySQL table. also each field needs to be validated via a given specification. All code needs to be well documented and commented. Perl based database interaction needs be "SQL Injection" save. So i want a maximum of 3 files. HTML page, stylesheet and cgi...

    $518 (Avg Bid)
    $518 平均入札額
    92 入札

    I need an in-depth and comprehensible 2000-word report on relational databases. This should include: - A focus on normalization and handling of relational database constraints. - An E-R diagram and an SQL query. The project description doesn't specify requirements for these, so use your expert judgment to determine what is necessary. - The report should also be accompanied by a 15-slide PPT presentation summarizing the report's highlights. Ideal Skills & Experience: • In-depth knowledge of DBMS • Expert understanding of relational databases • Proficiency in E-R diagrams and SQL query • Excellent report writing skills • Experience in creating engaging PPT presentations.

    $34 (Avg Bid)
    $34 平均入札額
    13 入札

    I'm seeking a professional who can help me craft a comprehensive 2000 word report on Database Management Systems (DBMS). The report needs to cover the key concepts of DBMS, including E-R Diagrams, Normalization (3NF), and crucial SQL queries. The report should be well-researched, well-structured, and free of any plagiarism. I also need a PowerPoint presentation to be created, consisting of 15 slides based on the content of the report.

    $43 (Avg Bid)
    $43 平均入札額
    11 入札

    I'm looking for a GoLang expert to assist me in developing a cutting-edge IPv6 proxy server. The main aim of this project is to enable users to access IPv6 websites efficiently. Key Project Requirements: - **GoLang Proficiency**: You should have a deep understanding of GoLang, particularly in terms of its concurrency support, networking capabilities, and memory management. - **IPv6 Experience**: Prior experience with IPv6 implementation and networking is highly recommended. - **Proxy Server Development**: Experience in developing proxy servers will be a definite advantage. - **General Internet User Focus**: The server should be user-friendly and accessible for general internet users. - **Developer and Tester Friendly**: It should also cater to the needs of devel...

    $247 (Avg Bid)
    $247 平均入札額
    13 入札

    I am looking for an expert to automate my daily incremental SQL scripting to extract multiple tables from my ERP system, and export them to CSV files. Key Requirements: - The system in question is Progress/OpenEdge. - The extraction should include tables such as Customers, Orders, Products, General Ledger detail, Job Costs, Invoicing, and Budgets. - The script should be set to run on a daily basis. I need a freelancer who: - Has a strong grasp of Progress/OpenEdge. - Has experience with automated SQL scripting. - Can efficiently export data to CSV files.

    $37 / hr (Avg Bid)
    $37 / hr 平均入札額
    89 入札

    I'm currently seeking a skilled database specialist who can write sql query and can give me ai free report around the entity relationship diagram and normalisation. I need a 2000-word report + 15-20 slides presentation Objective: This assignment aims to enhance your understanding of database design through the practical application of Entity-Relationship Diagrams (ERD) and normalization techniques. You will work in groups to design a database system that is both efficient and scalable, addressing a real-world problem scenario provided below. Assignment Scenario: Your team has been tasked with designing a database system for one of the scenarios listed according to your group number; if you are in group N, you must choose scenario N. For example, Group 10 must choose Scenario...

    $43 (Avg Bid)
    $43 平均入札額
    9 入札

    I'm in need of a proficient PowerBI analyst who can effectively connect to different data sources: Excel spreadsheets, SQL database, and CSV files. Your tasks involve creating detailed reports and conducting: - Sales performance analysis - Financial dashboards - Customer segmentation I have a preference for Bar and Pie charts in the visualization of these reports. Ideal applicants should have valuable experience in these fields and have an innate knack for making data comprehensible. Excellence in the mentioned chart formats is paramount. Having a solid background in Excel, SQL and CSV data manipulation will be a plus.

    $89 (Avg Bid)
    $89 平均入札額
    32 入札

    We are in the initial stages of launching an exciting e-commerce project aimed at enhance the online shopping experience. Technical Aspects of the Project: - Development of a browser...development with JavaScript, HTML, CSS, and modern frameworks (React, Angular, Vue.js). - Proficiency in backend programming, particularly with Node.js or Python. - Strong understanding of RESTful API design and development. - Experience working with cloud services (AWS, Azure, Google Cloud). - Skills in data analysis and machine learning are a plus. - Proficiency in database management, especially SQL and NoSQL databases. If you are passionate about technical innovation and want to be part of a team striving to change e-commerce, please announce your interest and state previous experience wihtin ...

    $918 (Avg Bid)
    NDA
    $918 平均入札額
    101 入札

    I am looking fo...looking for technical help to address and solve a persistent connection error that occurs on my Android device - a smartphone. The primary issue lies in the fact that the phone fails to establish a successful connection to the server. The nature of the server is slightly ambiguous as I'm not quite sure. • Requirements: - Experience with Android systems - Deep understanding and expertise in server connection dynamics - Ability to accurately diagnose and resolve server connection issues • The immediate task is to: - Identify why my smartphone cannot connect to the server - Implement a foolproof solution that will ensure a smooth and reliable connection in the future. Skill in android development, networks, and pro...

    $5 - $9 / hr
    シール
    $5 - $9 / hr
    9 入札

    I am seeking an expert who can integrate SSL 3.0 into an existing Laravel installation on my local Wamp server. I have installed Laravel already, but now I require enhanced security through SSL. The purpose for this task is strictly to increase the site's security. No other modifications or tasks need to be carried out. Comprehensive knowledge and prior experience with Laravel, Wamp server, and specifically SSL 3.0 integration are mandatory for this job. Key Requirements: - Proficiency in Laravel - Previous experience with Wamp server - Experience in SSL 3.0 integration - Able to execute task quickly and proficiently - Enhanced concern for site security

    $36 (Avg Bid)
    $36 平均入札額
    35 入札

    I am working on React JS with Javascript Development Project. I need someone to Support me for this Project atleast 4 to 5 hours Per day. Project will Exist more than 2 years. I need support through Remotely(zoom). I am looking for Good Experienced(4+ years) Person as a Frontend Developer, Who can work on the tasks ...Experienced(4+ years) Person as a Frontend Developer, Who can work on the tasks Quickly. I am looking for Long term relationship. After this Project Completed means, we will give immediately another support project. I will Give you the Sample Task for 1 Hour, If you Completed ON TIME means we will give you the Project. Required Skills : React JS, HTML, CSS, Javascript, Cypress Test Cases(Mandatory), SQL Basics Language Speaking Person : English Note: I will pay on ho...

    $6 / hr (Avg Bid)
    $6 / hr 平均入札額
    26 入札

    I've developed ...once I upload it to the server. The server in question is hosted on Hostinger. I'm unsure if any changes have been made to the server configuration file. Key Points: - Troubleshoot the server upload issue - Resolve discrepancies between local and online versions - Clarify if server configuration files have been altered - Ensure the webpage functions as intended on the server Ideal Freelancer: - Experienced in HTML, CSS, and JavaScript - Proficient in server hosting with Hostinger - Skilled in server configuration file troubleshooting - Capable of identifying and correcting server-side programming discrepancies I'm seeking a professional who can quickly pinpoint the problem, resolve it, and m...

    $38 (Avg Bid)
    $38 平均入札額
    49 入札

    ...corresponding php file/path on the server and correct it, so that the balance uploads correctly when uploading the customers on the ASTPP both for prepaid and postpaid customers. Positive balance must upload as positive balance. Negative balance must upload correspondingly. 0 uploads 0. You need to make a detailed document how to do that on any ASTPP server, so that someone without technical knowledge takes the document, follows it and gets the same working on the other ASTPP server. Example of the document: Someone from our side will try to upload customers on the provided server to make sure it works, if yes, then we will take your document, which you provided and will correct the balance upload on other ASTPP server following the doc, if that

    $43 (Avg Bid)
    $43 平均入札額
    17 入札

    ...Python coder who can develop a program that effectively reads numerous reviews and generates a concise summary, encapsulating the main points in 300 words in multiple bullet points. Key Functions: - Extract data from a relational database via SQL queries. - The ability to process and analyze reviews from different platforms such as blogs, social media, and online stores. - Generate a coherent 300-word summary from a multitude of reviews. Required Skills and Experience: - Expert level understanding of Python programming. - Knowledge and experience in SQL querying is a necessity. - Experience with Natural Language Processing for summarization. - Familiarity in dealing with relational databases. - Prior experience with text summarization or related projects is a definite ...

    $173 (Avg Bid)
    $173 平均入札額
    59 入札

    I'm in need of an expert to set up SQL Server 2019 on a Windows-based virtual machine. The system will be used to support website and desktop applications. Key Responsibilities: - Configuration of SQL Server 2019 on a Windows virtual machine - Ensuring secure and optimal performance of the system - Testing the setup to confirm seamless connectivity with website and desktop apps Ideal Skills: - Extensive experience in managing SQL Server 2019 - Expertise in Windows OS and virtual machines - Should have strong troubleshooting skills on SQL server - Familiarity with website and desktop app integrations.

    $18 / hr (Avg Bid)
    $18 / hr 平均入札額
    24 入札

    Excited to work with an experienced ASP.Net webforms developer, who will bring their skills to facilitate the Database integration aspect of our project. Key Responsibilities: - Integrate SQL Server with our existing ASP.Net project. - Create smooth and efficient functionality. - Ensure system robustness and efficiency. Skills and Experience: - Strong proficiency with ASP.Net Webforms. - Knowledge and hands-on experience working with SQL Server. - Excellent troubleshooting capabilities. It is not necessary for this project to migrate data from an existing database to SQL Server. However, the capability to do so may be beneficial in the future. If you are an experienced developer with the aforementioned skills, I would love to have you on bo...

    $4 / hr (Avg Bid)
    $4 / hr 平均入札額
    39 入札

    As a Windows user with IIS 10, I am in need of a professional who can help me configure the server properly. My main goal is to host a website, and domain mapping is an essential part of that process. Key Responsibilities: - Map domain to the IIS server - Ensure website is accessible via the domain - Handle any other essential configurations for smooth website hosting Ideal Skills: - In-depth experience with IIS 10 - Proficiency in Windows server administration - Strong understanding of domain mapping - Good communication skills to ensure smooth interaction and understanding of the task. Project Detail as below, I have my own Windows Server and I am using IIS for website deployment. I have a total of 5 websites. Currently, I am using a static IP with differ...

    $84 (Avg Bid)
    $84 平均入札額
    12 入札

    I'm in search of a highly skilled server engineer who understands VPS and email servers. The current system I have in place with Contabo and Zimbra is unreliable and requires daily restarts, clearly, this is far from ideal. Your task will be to either create a stable setup with the current tools, or propose and implement a new, more reliable solution. Key Aspects: - High uptime: The system should rarely, if ever, require manual restarts. - Scalability: While the exact number of email accounts needed is not yet determined, the setup should be highly scalable to accommodate growth. Support: - Although no specific level of support was specified, basic troubleshooting is expected as part of your proposal. Higher level support options can be discussed based on your recommendat...

    $178 (Avg Bid)
    $178 平均入札額
    41 入札

    I'm on the hunt for an experienced JavaScript developer. While the exact functionality isn't fully defined, the project will involve server-side JavaScript application development. Unfortunately, I do not have any specific JavaScript functionality or purpose to provide at the moment. Ideal Skills: - Strong experience in JavaScript, preferably in server-side environments - Capacity to discuss functionality possibilities and advise on solutions - Proactive, able to operate effectively with minimal project-specific guidance. Please use your proposal to demonstrate your JavaScript know-how and experience with server-side applications. Show me that you can figure out and build the functionality we need.

    $112 (Avg Bid)
    $112 平均入札額
    4 入札

    E-comerce hecha con React, Tailwind CSS , Framer Motion y cuenta con un chatbot con IA como asistente virtual En el Backend cuenta con una base de datos SQL y node Js y Javascript para la conexión a la BD Tiene una auténticacion de usuarios Y cuenta con integración a MercadoPago

    $20 / hr (Avg Bid)
    $20 / hr 平均入札額
    27 入札

    I'm in need of an experienced SQL developer who can assist with writing stored procedures in SQL Server. The purpose of these stored procedures is for data loading. Key Responsibilities: - Writing stored procedures for data loading Ideal Skills & Experience: - Proficient in SQL and SQL Server - Prior experience with writing stored procedures - Experience with data loading processes The complexity of the stored procedures is expected to be at the basic CRUD operations level. As this is focused on data loading, it requires someone who is meticulous and well-versed in data manipulation within a SQL environment.

    $29 (Avg Bid)
    $29 平均入札額
    57 入札

    I'm looking to create an application using NoCode developmen...credentials are securely handled and stored. Experience with implementing this in a NoCode environment is a must. - Database Integration: The project will make use of an SQL Server. The freelancer should be able to efficiently integrate and manage an SQL Server database with the NoCode tools. Previous experience with SQL Server is required. - We need to integrate some process, after all, we need to implement the solution in Azure. In summary, I'm looking for a freelancer who is skilled with NoCode tools, specifically Bubble and FlutterFlow, has implemented email/password user authentication before, and has experience with SQL Server database management. Ple...

    $1096 (Avg Bid)
    $1096 平均入札額
    61 入札

    I want to... Features: * E-mail me the Lead with all information collected * Save in Google Sheets as a database * Main thing is to have it look nice and don't look out of place, similar font style, sizing, font size, etc * Use embed code to copy and past into my page builder * Create a plugin to help me customize the quiz, like images, text & size, etc. Desired Programming Language: PHP / SQL * I'm looking for the best deal possible, please be very competitive. * Milestone release upon completion of the project & is bug-free. * Need Source Code when Job is Complete, After any Bug fixes, and Updates ⭐⭐⭐⭐⭐ Please post "I've read everything" when applying to be considered, too many bots applying. Failure to do this step, you will not be contacted ⭐⭐...

    $112 (Avg Bid)
    $112 平均入札額
    42 入札

    I'm in need of an experienced PowerShell script writer, specifically for Power BI associated data management tasks. As part of the project, code will be required to execute the following tasks: - Data extraction from Ex...experienced PowerShell script writer, specifically for Power BI associated data management tasks. As part of the project, code will be required to execute the following tasks: - Data extraction from Excel files, CSV files, and SQL databases - Transformation of data, including extraction and update of parameter values from Data Models in each Workspace Ideally, the freelancer would carry a strong understanding and hands-on experience with PowerShell scripting, Power BI, data transformation techniques, and working with database source files like Excel, CSV, a...

    $164 (Avg Bid)
    $164 平均入札額
    20 入札

    ...a local printer working and it may have disrupted the normal operation of the server. I am currently dealing with an issue where my centOS mail server has just gone offline. It seems to be a connection issue as the error message I am receiving is that connection is timing out. This issue started occurring right after some changes were made to the server configuration. Specifically, some settings were modified which seems to be the root of the problem. I need an expert who can swiftly and accurately identify the problematic changes and rectify them. Key Qualifications: - Strong knowledge on centOS mail server configurations - Experienced in troubleshooting and resolving mailserver issues - Expertise in server and network configurations - Previous e...

    $87 (Avg Bid)
    $87 平均入札額
    37 入札

    For my current project, I require an expert who's proficient in DOMO Beast Mode and SQL. The tasks will primarily involve: - Producing calculated fields: You will need to execute both complex mathematical calculations, as well as intricate string manipulations. A good grasp of mathematical principles and string handling in SQL is a must. - Transforming data: This job will further entail the aggregation of data. Being adept in grouping and managing datasets of diverse sizes will be crucial. Your comfort in working with DOMO, SQL, and data manipulation will be the key to successfully accomplishing this task. If you routinely perform these tasks and understand the underlying processes, I would love to connect and discuss the project further.

    $55 / hr (Avg Bid)
    $55 / hr 平均入札額
    20 入札

    Básicamente quiero que me ayuden a crear la base de datos para un gimnasio en SQL server

    $21 (Avg Bid)
    $21 平均入札額
    7 入札

    I require an expert proficient in Python, SQL, and Java to work on a Codility assessment. The assessment will be conducted at an intermediate level and will be inclusive of various tasks that I will be solving in the language of the question. Key Requirements: - Comprehensive Knowledge in Python, SQL, and Java - Proficiency in tackling Codility assessments - Understanding of the assessment's specific concepts and frameworks Remember to adhere to Codility's test format and code-writing guidelines. Your completion and success of this project will greatly depend on your ability to grasp and execute these particularities.

    $136 (Avg Bid)
    $136 平均入札額
    48 入札

    We are looking for a better solution than ordering shared hosting accounts for each domain. We have many woo-commerce webstores that all run off different domains on different servers. We want to move all websites to the same server, and still have them run at optimal speeds. We need someone to make proper suggestion (such as a dedi server) and have the ability to set it up, migrate websites, configure domains, etc. Please be sure to add WCMGRT1 to your bid or it will be considered spam, ignored and removed.

    $116 (Avg Bid)
    $116 平均入札額
    53 入札

    I need assistance to solve three coding tasks using Python, Java, and SQL. The challenge involves - Analytical problem-solving - Implementing quality checks - Code compilation The challenges require proficient skills in the aforementioned languages, while also ensuring code efficiency. Prior experience in problem-solving and understanding how to efficiently check and maintain the quality of code is a big plus.

    $48 (Avg Bid)
    $48 平均入札額
    31 入札

    Skills -core php, laravel, Codeigniter my sql database Min 1 to 5 year experience location - Mohali,Punjab, India

    $331 (Avg Bid)
    $331 平均入札額
    15 入札

    AWS to New cloud server migration-Django & Reactjs Server setup Code migration and setup SSL certificate - 1-year plan 50 /year

    $250 (Avg Bid)
    $250 平均入札額
    1 入札