What is sqlservr.exe - process - sql server (sqlex?press)?
No Answer is Posted For this Question
Be the First to Post Answer
How to insert a new row into a table with "insert into" statements in ms sql server?
What are the different types of stored procedures?
What is clustered primary key?
Can you use order by when defining a view?
What is dbcc? Give few examples.
What is a bit datatype?
Which language is supported by sql server?
How to check parameter value in stored procedure sql server?
How can you see what type of locks used?
Hi SQL gurus, i am working for an MNC... My team is having a problem in sql server. when user slects date prompts from jan 1st to april 30, it should display all months data like : jan aa feb bb mar cc but when it comes to april its taking data like : jan aa feb bb mar cc apr dd...and so on means its taking data again from jan to april which we dont want. we want the data only april month as we are getting jan, feb and mar... can any one write the code to relsove the issue please would be greatful if you can send to shiva_sans@yahoo.co.in and also please send your email also ...so that we will be in touch for any kind of queries ... Thanks a lot in Advance !!!
1. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
What is Left Outer Join?