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 ArticleExample 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 ArticleMost 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 ArticleUsing 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 ArticleIMAP 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 ArticleManagement 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 ArticleSome 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 ArticleDifference 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 ArticleSQL 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 ArticleFamous 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 ArticleFamous 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 ArticleSecurity 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 ArticleIT 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 ArticleObserving 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