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

Image may be NSFW.
Clik here to view.

SQL Tips-Bulk insert records into table ,Select into ,Insert into,delete...

Bulk insert records into table in sql This is the way to Bulk insert records into table in sql or oracleinsert into If you want to insert of table data to existing table then you need to select insert...

View Article


Image may be NSFW.
Clik here to view.

Application Domain,Definition of SQL Server Integration Service(SSIS).

Application DomainApplication domain is nothing but a process(not exactly as normal process) where the application will be running on it. Application domain will isolates all the applications by...

View Article


Image may be NSFW.
Clik here to view.

Limitations of computer,Introduction of Internet

Limitations of computer1. No Feelings: Computers are not living. Hence, can’t make judgment of its own. Its instructions are based on information given to it in form of program. 2. It is Dumb: Computer...

View Article

Image may be NSFW.
Clik here to view.

Structured query language,SQL Query Processing

Structured query languageThe common commands and methods used in it are grouped into the following categories: Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language...

View Article

Image may be NSFW.
Clik here to view.

Intranet and Extranet,Artificial Neural Networks,Server and Workstation

Intranet and Extra netAn Intranet is a private network(LAN) that uses the TCP/IP protocol suite. However, access to the network is limited only to the users inside the organization.The network uses...

View Article


Image may be NSFW.
Clik here to view.

Solution for SQL Database Backup Restore Error

Sql Error DescriptionFacing Below Error during Restoring of SQL Database to existing database or newly created database.Restore of database 'MicrosoftDynamicsAx' failed.(...

View Article

Image may be NSFW.
Clik here to view.

Get Missing Index details from Activity Monitor Screen in SQL to get more...

Create Missing index using SQL Activity Monitor to process improvementIf you want to improve performance of application then keep view on activity monitor in SQL and go to long executed query line then...

View Article

Image may be NSFW.
Clik here to view.

Example of New operator overloading,Call by value function and reference in c++

Example of New operator overloading in c++const int maxnames = 5;class Names{char name[25];static char Names::pool[];static short int Names::inuse[maxnames];public:Names(char* s = 0){if...

View Article


Image may be NSFW.
Clik here to view.

Asp code to call home page on logout button,reset password of user

Asp code to call home page on logout buttonMake script code this way Put this code in vb-script tagsub home()document.frm.submit()end subto call function on click event this wayonclick="home()"Asp code...

View Article


Image may be NSFW.
Clik here to view.

Error "Can not load File or Assembly "xxxxx". Parameter is incorrect in Asp.net

If you are facing below errorError "Can not load File or Assembly "xxxxxx". Parameter is incorrect in Asp.netSolution is:You can try out this cleaned up or delete files from below path...

View Article

Image may be NSFW.
Clik here to view.

How to find distinct from number of list in string

How to find distinct from number of list in string in SQLSolution:SELECT LTRIM(H,',') OUTPUTFROM(SELECT sys_connect_by_path(K,',') H,L valFROM(SELECT K,ROW_NUMBER() OVER (ORDER BY K) LFROM(SELECT...

View Article

Image may be NSFW.
Clik here to view.

Step Recorder feature of Windows 7

Do you know that you can record steps that you are using for your work on windows by using step recorder.You need to just click on Start button then type step recorder in search box then you can open...

View Article

Image may be NSFW.
Clik here to view.

How to Reduce Microsoft Outlook Data file size

Sometime out Outlook Data file size become big and it's not getting decrease after deleting of lot of old mails then there is one option to decrease data file size of outlook.You need to use compact...

View Article


Image may be NSFW.
Clik here to view.

Get Name,SID for user for windows

To Get Name,SID for users for windows  there are many ways to get that . SID full name is Security Identifier.1. You can execute regedt32.exe command from run mode. Go to HKey_Users and you can see sid...

View Article

Image may be NSFW.
Clik here to view.

Difference between collection and bulk binding in SQL

Following at the Differences between collection and bulk binding in SQLTo retrieve multiple rows we can use cursors or bulk collections.Cursors row by row mechanism so performance decreased.But...

View Article


Image may be NSFW.
Clik here to view.

What is the Difference between count(*) and count(1) in SQL

Question:Following are the Differences between count(*) and count(1) in SQLAnswer:1.COUNT(*) will include NULLS but it counts no.of ROWS in a TABLE,ANDCOUNT(column_or_expression) counts no.of NOT NULL...

View Article

Image may be NSFW.
Clik here to view.

Disadvantages of materialized View in SQL

Following are the Disadvantages of materialized View in SQL1.We can not perform any DML Operations on materialized View ,but you can perform DDL Operations like DROP.The thing is here it stores the all...

View Article


Image may be NSFW.
Clik here to view.

Virus protection tips for your laptop of PC

1. Please do not open any Email attachments from unknown sources your own personal mail accounts such as Yahoo, Gmail, etc.2. Kindly take backup all your important Data regularly on CD or DVD and scan...

View Article

Image may be NSFW.
Clik here to view.

Activity Monitor fails- Microsoft SQL Server Management Studio

Error Details:Getting below error when trying to open process details or checking long queries in Activity Monitor window in SQL server R2 Enterprise Edition.The Activity Monitor is unable to execute...

View Article

Image may be NSFW.
Clik here to view.

Bulkcollect and any restrictions in Bulkcollect In SQL

Question:What is bulk-collect and any restrictions in bulk-collect ? what is the use of limit clause in bulk-collect ?Answer:With bulk collect we can move all the resultant set in bulk to b processed...

View Article
Browsing all 277 articles
Browse latest View live