Can a function call a stored procedure in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 Answers Aptech, HCL, Perpetual, SAIC,
How can I enforce to use particular index?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
How can i change the column name.
13 Answers HCL, Yardi Software,
What is Dependency Injection and provide example?
Does an index slow down updates on indexed columns?
What is the query optimization statistics?
What to perform pattern match with the like operator?
Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement
Does union all remove duplicates?
What does COMMIT command do?
Which databases are part of SQL server default installation? Explain the usage of each?