Categories
- 2011-2020 Agile Apple ASP.NET Cloud Companies Comparison Creativity Databases Deliberate Practice Experience Google Innovation Learning Management Microsoft Mobiles Predictions Productivity Programmers Programming Project Management SDLC Skills SoftwareCraftsmanship SQL-Server Success Super Uncategorized VB.NET
- alignment
- Amazon
- Apple
- ASP.NET
- Backup
- behaviour
- Cell
- Cloud
- cloud development
- comments
- Companies
- Comparison
- Creativity
- CSS
- Databae
- Databases
- DBA
- DELETE
- Deliberate Practice
- DevOps
- Dreyfus Model
- EC2
- error msg
- events
- expertice
- frames
- free software
- God
- GridView
- happyness
- HTML
- HTTP handler
- image
- INSERT
- JavaScript
- layout
- learning
- MaxSize
- Microsoft
- morals
- Nokia
- Oracle
- page
- parameter
- path
- PC development
- phone development
- predict
- Productivity
- QueryString
- risk
- science
- Smart Solution
- social media
- SoftwareCraftsmanship
- sp_
- SQL Server
- steve jobs
- Storage
- tables
- team
- Time Management
- Tough Problem
- TreeView
- UI
- UPDATE
- Upload
- VB.NET
- Virtualization
- VM
- web.config
- web development
- Word
Top Posts & Pages
Twitter Updates
Tweets by AhmedAbayazidCounter
Category Archives: T-SQL
OUTER JOIN Filter by WHERE or ON Clauses ?!
If you would like to filter a RIGHT OUTER JOIN, e.g. then you have to put Table_1 columns in ON clause and Table_2 in WHERE clause, e.g. If you swapped it or put all conditions in WHERE clause then it … Continue reading
Posted in Databases, Programming, SQL-Server, T-SQL
Tagged Smart Solution, Tough Problem
Leave a comment
Black Box
We have a black box application (closed code) which sends data to a white box application (open code). The data that had been sent changed, and after investigation I discovered that the data is hard coded inside the application’s code … Continue reading
Posted in Design, Programming, SQL-Server, T-SQL
Tagged Smart Solution, Tough Problem
Leave a comment