The query should be SELECT S.*, A.* FROM ServiceRequest S INNER JOIN (SELECT srID, MIN(Created) AS created FROM Activity A GROUP BY srID) A ON...
SELECT S.*, A.* FROM ServiceRequest S INNER JOIN (SELECT srID, MIN(Created) FROM Activity GROUP BY srID) A ON A.srID = S.rowId Roji. P. Thomas...
Good work buddy... Roji. P. Thomas SQL Server MVP http://toponewithties.blogspot.com
My suggestion is, always use a fixed size when 1. Its not more than 8000 2. You don't see a need to readjust the size in the near future. Roji....
Well, I am also experiencing the same prob. Roji. P. Thomas SQL Server MVP http://toponewithties.blogspot.com
11. You dial zero before you dial any number. 12. You swipe your access card before you unlock the door of your apartment. Roji. P. Thomas SQL...
yep. XML is an option Roji. P. Thomas SQL Server MVP http://toponewithties.blogspot.com
quote:Originally posted by sachinonnet 1. can i create CURSORS inside Views if yes please give me more information on it. 2. the function will...
With the OPTION Fast N, The query is optimized to return the first n records immediately. But this depends on the plan SQL server chooses for the...
I'll concentrate here [<img src='/community/emoticons/emotion-1.gif' alt=':)' />]<br /><br />Roji. P. Thomas<br />SQL Server MVP<br /<a...
We were just kidding, as always, that you use a robot to answer questions in the forum very fast and accurately [<img...
You can add Description in the properties box, when the design table window is open. Or you can sue sp_addextendedproperty Roji. P. Thomas SQL...
Ah that brings the memories of Jim Gray http://en.wikipedia.org/wiki/James_N._Gray Roji. P. Thomas SQL Server MVP...
But do you care to share the bot that crawls through the SSP forums and post useful answeres ? Roji. P. Thomas SQL Server MVP...
It will be helpful if you can post the table structure, indexes on the table and the query Roji. P. Thomas SQL Server MVP...
What version/SP you are using? Do you see any error in the Error Log? Roji. P. Thomas SQL Server MVP http://toponewithties.blogspot.com
Thanks for the acknowledgement. Roji. P. Thomas SQL Server MVP http://toponewithties.blogspot.com
quote:Originally posted by Roji. P. Thomas Are you able to ping the server? Sorry, I thought you were trying to connect to a different machine....
Synonyms are most handy when linked servers are involved, and since its just a runtime replacing mechanism, it should work flawlessly, regardless...
I gues it has the same meaning in other DB products also....
Separate names with a comma.