⟩ How can you change to get the decimal separator as comma instead of the decimal point (.)?
Use stuff(convert(varchar,qty),charindex(".",convert(varchar,qty)),1,",")
Use stuff(convert(varchar,qty),charindex(".",convert(varchar,qty)),1,",")
Explain What is high debugging?
Explain What is BDM, and what is its use?
Explain What are the tradeoffs in using BDM for in-circuit debug?
How to debug EJB in JBoss (WebLogic or other J2EE application server) using IDE?
What is CTC abbreviation?
What bug tracking tools you have used? Have you used any free tools?
What is BDM, and what is its use?
What are the tradeoffs in using BDM for in-circuit debug?
What is high debugging?
How to obtain a memory dump from an application that crashes?