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

Image may be NSFW.
Clik here to view.

High level steps in writing an SQL query

View Article


Image may be NSFW.
Clik here to view.

SQL Injection(SQLI) Tips

SQL injection (SQLi) is a type of attack in which a hacker can take advantage of the insecure SQL query a web application makes to a database server (such as MySQL, Microsoft SQL Server and Oracle). It...

View Article


Image may be NSFW.
Clik here to view.

Inner join,right join,left join, full join concept for tables data with example

View Article

Image may be NSFW.
Clik here to view.

Very funny example of SQL Select Query on boys and Girl

View Article

Image may be NSFW.
Clik here to view.

Increase the MS SQL Remote Query Timeout

View Article


Image may be NSFW.
Clik here to view.

Example of Sub Query and Left Outer join in SQL tables

View Article

Image may be NSFW.
Clik here to view.

Example of complex queries in SQL, odd, even,min,first,last,not...

1. To fetch ALTERNATE records from a table. (EVEN NUMBERED)select * from emp where rowid in (select decode(mod(rownum,2),0,rowid, null) from emp);2. To select ALTERNATE records from a table. (ODD...

View Article

Image may be NSFW.
Clik here to view.

Most Popular SQL Interview Questions and Answer For PL/SQL Programmer,Testers

Following are Most Popular SQL Interview Questions For Testers and And PL/SQL Programmer. You must read and prepare these question and answers before going for interview.Q#1. What does SQL stand...

View Article


Image may be NSFW.
Clik here to view.

Using CROSS JOIN vs INNER JOIN in SQL Server all version same concept

Cross joinEach row from testtable1 will return with each row from testtable2 because there will be no join condition.without joining condition we can return multiple data from tables using cross...

View Article


Image may be NSFW.
Clik here to view.

IMAP and POP setting for Office 365 on mail sending

If you are trying to configure to send mail by code or any application through office 365 then setting of port is as below.

View Article

Image may be NSFW.
Clik here to view.

Management Reporter 2012 Configuration Console Publish connection

Management Reporter 2012 Configuration Console.If you are facing issue in MR Url for particular user then you can publish MR server connection from configuration console using below steps.Choose the...

View Article

Image may be NSFW.
Clik here to view.

Some Important Information for Power BI Tool

If you are search for some information about Power BI then Important points I am mentioning here for Power BI. Its just idea.Power BI1.Power BI can connect to your cube and create report and...

View Article

Image may be NSFW.
Clik here to view.

Difference between 11.0.3368.0 and 11.0.3128.0 for SQL Server 2012

1. 11.0.3368.0 Full version name Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) May 22 2013 17:10:44 Copyright (c) Microsoft CorporationStandard Edition (64-bit) on Windows NT 6.1 <X64>...

View Article


Image may be NSFW.
Clik here to view.

SQL Server Tips for Memory usage,replication,CU updates etc

1. To check which user is taking maximum memory usage in SQL 2014 You can try below commandselect * from sys.sysprocessessp_who2active2. How to rename a column in subscription table in replicationYou...

View Article

Image may be NSFW.
Clik here to view.

Famous and Historic Places to visit In India

1. The Red Fort, Delhi2. The Taj Mahal, Agra3. Pangong Lake, Ladakh4. Valley of Flowers, Nainital5. Jaisalmer Fort, Jaisalmer6. Ruins of Hampi, Karnataka7. Ghats at Varanasi, Uttar Pradesh8....

View Article


Image may be NSFW.
Clik here to view.

TOP 10 facts You need to Know about India

View Article

Image may be NSFW.
Clik here to view.

Famous things to buy for KSA Visiting

Famous things to buy in  Saudi Arabia ,Places and Useful Information1.Souks is The traditional open air markets, its an old markets of Jeddah along the Red Sea.You can buy  at Al-Basha Market for gold...

View Article


Image may be NSFW.
Clik here to view.

Security Awareness for your laptop,PC ,Mobile devices

1. Do NOT open any Email attachments from unknown sources like exe files , whether on your your own personal email accounts such as Yahoo, Gmail, etc. 2. Do NOT click on any Links , sent from unknown...

View Article

Image may be NSFW.
Clik here to view.

IT Security:Information Technology Security tips and trick

Protect what mattersPrioritize your most sensitive accounts.EmailOnline banking and other payment websitesAmazon and other eCommerce website you use for shopping like flipkartAny account where you’ve...

View Article

Image may be NSFW.
Clik here to view.

Observing Tables sizes Records and Free space on SQL server database

I want to share one clip which will show you how to check each Table size for all tables, Total Number of records, Disk usage on tables, free spaces for tables in SQL Database.You can see how to write...

View Article
Browsing all 277 articles
Browse latest View live