Quantcast
Channel: Software Applications Programming Errors and solutions.
Viewing all 277 articles
Browse latest View live

Computer memory measurement details

$
0
0
Following are the Computer memory measurement details

0 or 1=1bit

8 bits = 1Byte

1024 Bytes =1 Kilobyte

1024 Kilobytes =1Megabyte
1024 Megabytes = 1 Gigabyte
1024 Gigabytes = 1 Terabyte
1024 Terabytes =1 Petabyte
1024 Petabytes =1 Exabyte
1024 Exabytes =1 Zettabyte
1024 Zettabytes=1 Yottabyte

1024 Yottabytes=1 Brontobyte
1024 Brontobytes=1 Geopbyte


Geopbyte is the current highest memory measurement.

How to create View using Union query from one database to another database in SQL

$
0
0
To create View using Union query from one database to another database in SQL you can get hints from below example its very simple your column should be the same type and number of the column should be same to create union query view.

 USE [TestDB]  
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
Create VIEW [dbo].[Test_FinancialDimension]
AS
(
SELECT [key_] ,[NAME] ,[Value] FROM MicrosoftDynamicsAX.dbo.dimattributecompanyinfo
union
SELECT
[key_]
,[NAME]
,[Value]
FROM MicrosoftDynamicsAX.dbo.DimAttributeOMCostCenter
--union
-- SELECT [key_] ,[NAME],[Value] FROM MicrosoftDynamicsAX.dbo.DimAttributeHcmWorker
union
SELECT
[key_]
,[NAME]
,[Value]
FROM MicrosoftDynamicsAX.dbo.DIMATTRIBUTEOMDEPARTMENT
union
SELECT
[key_]
,[NAME]
,[Value]
FROM MicrosoftDynamicsAX.dbo.DimAttributeOMBusinessUnit
)
;
GO

How to Get different places for Microsoft Dynamics Axapta Financial Dimension

$
0
0
How to Get different places for Microsoft Dynamics Axapta Financial Dimension. Its easy you can go to module and edit the form and you can check financial dimension tab in form like item master,AR, AP, Production control etc.


I am sharing practical clip here to check the same. If you like this then please do not forget to subscribe on youtube.

Apply Monopoly to become successful person in business and Job

$
0
0
You can watch to Apply Monopoly to become successful person in business and Job. If you achieve monopoly it means you have got end key to get success in life.

I want to share small clip or view that how Monopoly can change your life to become successful person .

There are Competition in all area but one reason can change your business which is monopoly .

Monopoly is difficult but if you think about your ability then you can achieve it to get your end key of success.


Simple way to convert English Number to Arabic Number in Programming.

$
0
0
There is a Simple way to convert English Number to Arabic Number in Programming.

1. You need to create one table where you can store Arabic and English Number in following Manner.

Arabic Table

2. Second step is to create function to convert value from English number to Arabic on which you pass number as string and replace English number to Arabic but referring above table.

3. After that return value from function and utilize that variable to your report.

4. I hope you will get idea to make program to get Arabic number from English number.

ERP ,SQL,SSRS,Power BI, EP and other learning channel fast growing.

Discuss If you PLAN for CERTIFICATION for Help guidance

SQL SSIS Error Column "Col1" cannot convert between unicode and non-unicode string data types

$
0
0
Issue : This error come before when migrate data from oracle to SQL server using SSIS ?
Error Column "Col1" cannot convert between unicode and non-unicode string data types

Solution:

The column is coming back as unicode and then either being loaded into a non-unicode (varchar) column in the table, or possibly set to output as non-unicode in the oracle source (or non-unicode to unicode). Try putting a data conversion component in the data flow between the source and destination, and set data_1 column to match the type and width of the target table/column.

English basic grammar learning start from Tenses in Hindi language

How to learn Microsoft Paint and 3D paint faster

$
0
0
You can learn  Microsoft Paint and 3D paint faster after watching this video. I hope you will like share and subscribe this video to get more updates,


Write a PL SQL code for reverse digits of given number at run time

$
0
0
To Write a PL SQL code for reverse digits of given number at run time you can use below code.

Reverse

What is the difference between programmer and software developers

$
0
0
What is the difference between programmer and software developers

Answer programming is a phase in software development. A developer that program a software.

Programmers focus on the physics and the logic of the app/game. While software developers do almost everything from graphics design, sound design, and the code.
A software developer is a programmer that uses the knowledge of programming to build programs/software.

A programmer is to a scientist as a developer is to an engineer.
Programmer is the one who write only the code(program)and software developer is the one who use to do documentation,program and procedures.
Software is a series of programs.
- Program is just a logic in a software.


- Software developer is someone that uses a programmer(him as one or another person) as one of his tools to accomplish his goal( finished software).

- Programmer is either a software developer or a tool in a software developers tools.
The difference is real programmers do not give a hoot, but credit hijackers middle management will plough thru you with their rhetoric.
Software developer can be called a programmer but not necessarily a programmer as software developer. For example those working in theoretical cs or AI( ml) can code very very well but not necessarily software.
Developer deals with programming logic such as pseudo-code and flow chart of the program while programmer write the codes of an application.
Software developer is a labor and programmer is swagger.
A developer carries a broader scope than just being a programmer. Developers are apart of the entire phase creation of the application. From coding to UI design a developer has her/his hands in it. Meanwhile a programmer only deals with the logical mechanics of the application
Developer deals with logic and pseudo code, developer use flow chart to structure a program and programmer write the codes of certain program.
 programmer, software engineer, software developer. It's all the same thing. Different terms just become preferred over time. Like doctors and physicians.

All .Net Framework version name list

$
0
0
.NET Compact Framework 1.0 Developer Redistributable
.NET Compact Framework 1.0 Redistributable
.NET Compact Framework 2.0
.NET Compact Framework 2.0 Service Pack
.NET Framework 1.0 SDK and DDKs
.NET Framework 1.0 Service Pack
.NET Framework 1.1 SDK and DDKs
.NET Framework 1.1 Service Pack
.NET Framework 2.0 SDK and DDKs
.NET Framework 2.0 Service Pack
.NET Framework 3.5
.NET Framework 3.5 Service Pack
.NET Framework 4
.NET Framework 4 Client Profile
.NET Framework 4 Full
.NET Framework 4.5
.NET Framework 4.5.1
.NET Framework 4.6
.NET Framework 4.6.1
.NET Framework 4.6.2
.NET Framework Redistributable 1.0
.NET Framework Redistributable 2.0
.NET Framework Redistributable 3.0
.NET Micro Framework Porting Kit
.NET Micro Framework SDK and DDKs

MSDN Libraries Updates list

$
0
0
2001-10 MSDN Library October
2005-07 MSDN Library July
2006-01 MSDN Library January
2006-05 MSDN Library May
2006-06 MSDN Library June
2006-07 MSDN Library July
2006-08 MSDN Library August
2006-12 MSDN Library December Team Edition
2007-01 MSDN Library January Team Edition
2007-04 MSDN Library April
2007-06 MSDN Library June

Visual Studio updates list

$
0
0
 Visual Studio 2012
 Visual Studio 2012 Update 2
 Visual Studio 2012 Update 3
 Visual Studio 2012 Update 4
 Visual Studio 2012 with Update 1
 Visual Studio 2013
 Visual Studio 2013 Update 2
 Visual Studio 2013 Update 3
 Visual Studio 2013 Update 4
 Visual Studio 2013 Update 5
 Visual Studio 2015
 Visual Studio 2015 Update 3
 Visual Studio 2015 with Update 1
 Visual Studio 2017 (version 15.0)
 Visual Studio 2017 (version 15.9)
 Visual Studio 2019 (version 16.0)
 Visual Studio 2019 (version 16.2)


BizTalk Server version list

$
0
0
BizTalk Server 2002 Developer
BizTalk Server 2004 Developer
BizTalk Server 2004 Enterprise
BizTalk Server 2004 Partner
BizTalk Server 2004 Service Pack
BizTalk Server 2004 Standard
BizTalk Server 2006 Accelerators and Adapters
BizTalk Server 2006 Developer
BizTalk Server 2006 Enterprise
BizTalk Server 2006 R2 Accelerators and Adapters
BizTalk Server 2006 R2 Branch
BizTalk Server 2006 R2 Developer
BizTalk Server 2006 R2 Enterprise
BizTalk Server 2006 R2 Standard
BizTalk Server 2006 Standard
BizTalk Server 2009 Branch
BizTalk Server 2009 Developer
BizTalk Server 2009 Enterprise
BizTalk Server 2009 RFID
BizTalk Server 2009 Standard
BizTalk Server 2010 Branch
BizTalk Server 2010 Developer
BizTalk Server 2010 Enterprise
BizTalk Server 2010 RFID
BizTalk Server 2010 Standard
BizTalk Server 2013 Branch Edition
BizTalk Server 2013 Developer Edition
BizTalk Server 2013 Enterprise Edition
BizTalk Server 2013 R2 Branch Edition
BizTalk Server 2013 R2 Developer Edition
BizTalk Server 2013 R2 Enterprise Edition
BizTalk Server 2013 R2 Standard Edition
BizTalk Server 2013 Standard Edition
BizTalk Server 2016 Branch Edition
BizTalk Server 2016 Developer Edition
BizTalk Server 2016 Enterprise Edition
BizTalk Server 2016 Standard Edition

Exchange Version List

$
0
0
Exchange 2003 Enterprise
Exchange 2003 Service Pack
Exchange 2003 Standard
Exchange Server 2007 Enterprise
Exchange Server 2007 SDK
Exchange Server 2007 Service Pack (Trial Only)
Exchange Server 2007 Standard
Exchange Server 2010
Exchange Server 2010 Service Pack 1
Exchange Server 2010 Service Pack 2
Exchange Server 2010 Service Pack 3
Exchange Server 2013
Exchange Server 2013 with Service Pack 1
Exchange Server 2016
Exchange Server 2019 Cumulative Update 2

Expression Software version list

$
0
0
Expression 1 Blend
Expression 1 Service Pack
Expression 1 Studio
Expression 1 Web
Expression 2 Blend
Expression 2 Design
Expression 2 Encoder
Expression 2 Media
Expression 2 Studio
Expression 2 Web
Expression 3 Studio
Expression 3 Studio (Plus WebsiteSpark Level)
Expression Blend 2 Service Pack 2
Expression Blend 3 Service Pack 1
Expression Blend 4 Service Pack 3
Expression Studio 4 Premium
Expression Studio 4 Ultimate

Forefront Version list

$
0
0
Forefront Client Security
Forefront Endpoint Protection 2010
Forefront Exchange Server Service Pack
Forefront Identity Manager 2010
Forefront Identity Manager 2010 Language Pack
Forefront Identity Manager 2010 R2
Forefront Identity Manager 2010 R2 SP1
Forefront Protection 2010 for Exchange Server
Forefront Protection 2010 for SharePoint
Forefront Security Management Console
Forefront Security, Office Communications Server
Forefront SharePoint Service Pack
Forefront Threat Management Gateway 2010 Enterprise
Forefront Threat Management Gateway 2010 Standard
Forefront Unified Access Gateway 2010

GP Version list

$
0
0
GP 10.0
GP 10.0 SDK
GP 10.0 Service Pack
GP 7.5
GP 7.5 SDK and DDKs
GP 7.5 Service Pack
GP 8.0
GP 8.0 Service Pack
GP 9.0
GP 9.0 SDK
GP 9.0 Service Pack

Viewing all 277 articles
Browse latest View live