Skip to main content

Home/ Programming tutorials and source codes/ Group items tagged execution

Rss Feed Group items tagged

Sushil Saini

What is C, C program execution life cycle: complete building process and IDE | Techno... - 0 views

  •  
    Do you know how IDE completes any C, C++ program execution life cycle (inside the building process)? Not only this, the post includes lot more to know like: - What is Program Execution life cycle? - What is the building process? - What is Editor and how the compiler compiles any C program? - What is Compilation and linking process? - What is IDE? - What is an execution process? - How to set compilation environment of C program in Turbo C++? - Why you need to understand compilation, linking and execution of any C program?
Sushil Saini

sp_executesql Vs Execute/Exec Vs Exec() for SP in SQL Server | Techno Visitors - tablet... - 0 views

  •  
    You can execute/run any stored procedures in T-SQL of SQL Server using any of SP_ExecuteSQL or EXECUTE/ EXEC methods. But the former method is considered to perform better and safer than later one. Read why?
1 - 2 of 2
Showing 20 items per page