Kinect Version list
Kinect for Windows Developer Toolkit v1.6Kinect for Windows Developer Toolkit v1.7Kinect for Windows Developer Toolkit v1.8Kinect for Windows SDK 11.0 Language PackKinect for Windows SDK 2.0Kinect for...
View ArticleMS Office software components and version list
Office 2003 ProfessionalOffice 2003 Professional EnterpriseOffice 2003 Proofing ToolsOffice 2003 SDK and DDKsOffice 2003 Service PackOffice 2003 StandardOffice 2007 EnterpriseOffice 2007 Language...
View ArticleWindows edition and version list
Windows 10 (business edition), version 1803 (updated Aug 2018)Windows 10 (business edition), version 1803 (updated Sept 2018)Windows 10 (business editions), version 1803 (updated April 2019)Windows 10...
View ArticleVisual Studio and visual software list with version details
Visio 2010 (Multiple Editions) with Service Pack 1Visio 2013 ProfessionalVisio 2013 Service Pack 1Visio Professional 2016Visio Professional 2019Visio Standard 2013Visio Standard 2016Visio Standard...
View ArticleSolved: Error during Code Upgrade Ax 2012 from R2 to R3
Getting below Error during Code Upgrade Ax 2012 from R2 to R3 . Can you suggest to resolve these errors.DescriptionThe first enabled data source(ProjForecastEmplView_1) in union query cannot have...
View ArticleHow to get middle name from full name column in SQL Table
The question is How get middle name from full name column in SQL Table? Full name can be like this.Santosh kumar singhRaj Narayan vermaMiddle name is Kumar and Narayan etc.Solution.Use instr to get the...
View ArticleHow to get Last 10 records from SQL table
To get Last 10 records from SQL table you can get idea from below example. You can try that by rounum condition.select * from emp minus select * from emp where rownum<=(select count(*)-10 from...
View ArticleHow to write query second highest salary in for Employee in SQL
To write query second highest salary in for Employee in SQL there are many way to achieve this I am sharing here some sample examples.Select * from(select deptno,sal,dense_rank() over (partition by...
View ArticleHow to separate string from email id in SQL
To separate string from email id in SQL you can try below query. seperate 'test' '@' 'xyz' ' com' from test@xyz.comSELECTSUBSTR(mailID, 1, INSTR(mailID, '@', 1, 1)-1) String1,SUBSTR(mailID,...
View ArticleHow to select particular day date from given month in SQL
How to select particular day date from given month in SQL. You can see below example to get some ideas.select dates,to(char(dates,'day-mon-yyyy') from (select to_date(:start_date,'dd-mon-yyyy')+rownum...
View ArticleResolved : Power BI Report connection error during execution
Getting Below Power BI Report connection error during execution .Error:Something went wrongUnable to connect to the data source undefined.Please try again later or contact support. If you contact...
View ArticleCAREER OBJECTIVE Examples to get Idea for CV or Resume building purpose
CAREER OBJECTIVE Examples:1.To be associated with a reputed and progressive organization where I can contribute with my skills in the areas design, development and implementation of software...
View ArticleRESPONSIBILITIES and Skills hints for a senior technical member of the team...
RESPONSIBILITIES•As a senior technical member of the team, understanding business processes and contributing to solutions for corporate ERP users in becoming more efficient and effective in using...
View ArticleCopy paste command shortcut for windows
Copy paste command shortcut for windows is as below.Press CTRL + C to copy it, and press CTRL + V to paste it in the window
View ArticleMS word file extension
MS word file extensionExtension Name of file format.doc Word 97-2003 Document.docm Word Macro-Enabled Document.docx Word Document.docx Strict Open XML Document
View Article