Viewing 15 posts - 16 through 30 (of 48 total)
Please Elaborate the issue and paste your query....then we can help u better..:-)
February 6, 2012 at 5:36 am
Thank You..
I found that issue.. It is showing in milliseconds Only, and also I checked what you said...
Thank you Once again:-)
February 1, 2012 at 6:08 am
First Time How You inserted the Data From Excel Sheet..?
December 15, 2011 at 5:34 am
Means, you already updated the records, which are having in excel. Now some the records in excel are updated. U need that updated records in to SQL Db.
Is it correct...
Yes...
December 15, 2011 at 3:24 am
Yes Exactly....:-D
December 6, 2011 at 5:22 am
Which Where Condition u used ..Tell me...:-D
December 6, 2011 at 5:17 am
See Every Thing Is in Where Condition, Don't be Tensed.. Why Ur adding '+' Every Where...?
Just try With this and try to check with single Where Condition if it works...
December 6, 2011 at 5:15 am
Try With This Where Condition.....
and b.streamgroupid LIKE '%'+','+@streamid+','+'%'
and b.streamgroupid LIKE @streamid+','+'%'
and b.streamgroupid LIKE '%'+','+'%'+@streamid
and b.streamgroupid LIKE @streamid+'%'
end
December 6, 2011 at 5:07 am
Can U Plz Try with This Syntax....
where b.coursetypeid=@CourseId and b.degreeid=@DegreeId
and b.streamgroupid LIKE '%'+','+@streamid+','+'%'
and b.streamgroupid LIKE @streamid+','+'%'
and b.streamgroupid LIKE '%'+','+'%'+@streamid
and b.streamgroupid LIKE @streamid+'%'
end
December 6, 2011 at 5:00 am
First Try to fetch single Records from java console
and execute the same in the DB..
See ur getting the same results or not...
Then we will check with the Db Connections...
December 6, 2011 at 4:48 am
In My Point != Is the Best Compared To <>
December 6, 2011 at 4:38 am
In Where Condition Remove the AND Operator and Try With ''OR'' U will get the Results...
I think This is Condition Error...
December 6, 2011 at 4:24 am
See In where Condition Ur Given lot's of ''And'' Operation for a Single String Finding...
Just Remove the ''AND'' And Try With ''OR'' Surly U will get the results over...
December 6, 2011 at 4:21 am
Sure we will Ask the IT people, if they said yes, Can I restore the OS BackUp ..?
December 1, 2011 at 6:56 am
Viewing 15 posts - 16 through 30 (of 48 total)