Platform Independence of .NET Platform,Advantage,Disadvantages, Compare with...
Platform Independence of .NET PlatformIts lang independent as long as that language's compiler targets the managed environment.. i.e, code written in C#.net or VB.Net or any other .Net compliant...
View ArticleWhat is an Embedded system?
An Embedded system is any computer system hidden inside a product other than a computer. You will encounter a number of difficulties when you writer embedded-system software in addition to those you...
View ArticleWhat is difference between btree indexes and bitmap indexes?
1)Btree index:when ever we are requesting data using btree indexes columns using where clause then oracle server searching for indexes in database,if btree indexes columns are available in database...
View ArticleHow to handle disk space issue on C drive
Mostly we face space issue in C drive . How to handle disk space issue on C drive?Following are the steps you can use to free some space in c drive.1. Go to event viewer and clean all logs.2. Use disk...
View ArticleError during setting SQL Maintenance plan wizard setting
ProblemGetting Error during setting SQL Maintenance plan wizard setting."Creating an instance of the COM component with CLSID {AA40D1D6-CAEF-4A56-B9BB-D0D3DC976BA2} from the IClassFactory failed due to...
View ArticleAccess denied Error on SQL Database Backup failure
Problem:I have faced one issue which was access denied type error . I am able to take Backup manually but when I am trying to set it through maintenance job then its show below Error.Executing the...
View ArticleSQL Database Backup Restore History
To get SQL Database Backup Restore History you can execute below code using msdb database. This table resides in msdb database. SELECT [rs].[destination_db], [rs].[restore_date],...
View ArticleDatabase space error on Sql server for ERP
If you are facing following error which Database space error on Sql server for ERP."The database reported (session 2 (-AOS-)): Database space problem - 'AX2009_Test' is out of space"Then you can do...
View ArticleDifference between view and Materialized view and Define Long Column
Difference between view and Materialized view (i) View will not store any data,whereas Materialized View will store data.(ii)View is used for security purpose and Materialized View for performance....
View ArticleWhat is the use of CACHE ,NO CACHE in SQL
Below is some details or example what is the use of 'CACHE' ,'NO CACHE' option in sequence1.Suppose cache is 10 so it will store the next 10 values in advance and that time it some issue happenes with...
View ArticleSQL Command chart its need to remember
This is SQL Command chart we read it from starting of any computer diploma which include oracle and SQL. DDL is data definition language,DML is data manipulation language ,DCL is data control language...
View ArticleClips for Power BI With data connect,Database Shrinking, Cube Deployment in...
Tips to Free Up Disk spacesDefault Cube Deployment in Ax 2012Power BI With data connectData base Shrinking
View ArticleSQL TOP, RANK, ROW_NUMBER ,DENSE_RANK Functions
To use SQL TOP, RANK, ROW_NUMBER ,DENSE_RANK Functions you can see below image.Select top 5 records from table.In below query We used SQL TOP, RANK, ROW_NUMBER ,DENSE_RANK .You can check this with...
View ArticleFixed Microsoft SQL Server Error 18456 Login Failed for User sa
If you are getting Microsoft SQL Server Error 18456 Login Failed for User sa error to connect with system admin (SA) Login.Then you can apply below step to resolve this issueGo to SQL Server Properties...
View ArticleError code 9002 Log file is full in SQ 2012
This is sample of queries to check in MS SQL 2012 How to Fix Error "ERROR 9002 LOG FILE IS FULL"You can check following way.
View ArticleSQL Queries from Multiple tables and Questions
Question -Employee_DetailsEmpIDNVARCHAR(10)Emp_FirstNameNVARCHAR(100)Emp_LastNameNVARCHAR(100)DateOfJoiningDatetimeEmployee_SalaryEmpIDNVARCHAR(10)Refers to Employee DetailsPayPeriodIdINTRefers to...
View Article