Viewing 7 posts - 1 through 7 (of 7 total)
thank you
September 16, 2010 at 9:24 am
can you expline me how to use the simple query to achive this ?
August 19, 2010 at 2:02 am
how to convert comma seperated string to numeric ?
January 23, 2010 at 7:50 am
go to this link http://www.w3schools.com/SQL/sql_intro.asp
December 26, 2009 at 2:49 am
i am using the index hint like
select * from employeeDetails
inner join employee with (index =18) on
employee.id=employeeDetails.id
but i got the following error message :
" Query processor...
December 21, 2009 at 3:25 am
For simple query we can use index filter like
select * from employee WITH (INDEX = 2) WHERE colDate > '12/31/2007 23:59:59'
select * from employeeDetails WITH (INDEX =...
December 21, 2009 at 2:00 am
Viewing 7 posts - 1 through 7 (of 7 total)