Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) if company is incorporated on apr25, how to create a fiscal year with period 1 starting from apr25 instead of apr1? (fiscal year is apr-mar)
1966We have executed a scenario in controller from 3 diff Load Generators..How can we measure or get the response time of transactions of individual LG's....?
ADP,
3 10737What is the difference between Group and Scenario in Load Runner Controller terminology?
ADP,
4 327471.Explain the main purpose of IP address? 2.List two purposes for a web browser? 3.Explain an advantage and a disadvantage of multiple search engines? 4.Describe two roles of Internet Services Providers (ISPs)?
IBM,
4007#include
friends ..... i hava a question, i have to assign sm36,3m37,su01 has to assign to a user with only options (display ,create).how can ia assign this to user? need quick reply......
3 6787my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
2 7126If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
1995
What coding language is excel?
Explain are there different threading models that can be used within corba servers?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What does BRA stands for and when was it formed?
What are se09 t-codes used for?
What is the meaning of 'export' command in Ubuntu?
What is vldb(very large databases)?
What is the difference between the debug class and trace class? Documentation looks the same.
Difference between truncate, delete and drop commands?
What is difference between strstr() and stristr() in PHP?
What are the arguments and what do they mean in perl programming?
What are the data goals for Power Queries?
State the different ways of representing expressions?
How sales force is useful in tracking sales?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }