Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

SQL Server Data
  • ApTask
90 Days Ago
70-80 per W2 Hourly
NA
Remote
10-12 Years
Required Skills: SQL Server, T-SQL
Job Description
Job Position: SQL Server Data and Analytics Specialist 
Duration: 12 Months+
Location: Remote
Pay range: $70 to $80/hr on W2
• Top Required Skills: High end analytic skill in SQL, problem solver, & can shift quickly
• Assessment: Must be completed/submitted with resume (AI use to complete assessment will result in disqualification)
 
Responsibilities:
• Develop, debug, and test T-SQL code to address a wide range of technical and analytical problems
• Determine and implement effective strategies to explore, analyze, interpret, standardize, and conform complex datasets
• Collaborate with team members to determine the sufficiency of data and ensure alignment in requirements
• Assist Solutions Architects in the development of data processing plans that address the custom needs of each project
• Interface with business stakeholders to identify new and/or clarify existing requirements
• Manage and prioritize assigned tasks, ensuring deadlines are achieved, communicating appropriately about progress and obstacles
 
Knowledge/Experience:
• 5+ years’ experience in leading the development of technical solutions
• Bachelor’s degree in Computer Science or Engineering (or related fields) strongly preferred
• Ability to understand complex business processes and adapt solutions to meet the needs of the business
• Excellent communication skills for collaborative interaction with peers, managers, and business stakeholders
• Comfortable in consultative interactions, able to clearly and confidently articulate both challenges and solutions to non-technical stakeholders
• Must enjoy and have experience working in a fast paced environment, able to quickly realign with shifting priorities
 
Technical Skills:
• 10+ years’ experience with SQL Server and/or other relational databases
• Advanced/expert level knowledge and experience working with SQL Server and/or in the development of T-SQL code
• Proficient in tuning T-SQL queries and/or in the optimization of database server performance
• Experience performing complex data analysis of very large datasets

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });