Viewing 4 posts - 31 through 34 (of 34 total)
That means therez isn't possibility of accessing log files without the need of third party tools. What are log files in objectExplorer->Management->Sgl Server log file. Is this...
January 12, 2012 at 10:09 pm
#1433012
If there are few subjects like 2-3, check this:
select
s.studentId, c1.subject, c2.subject
from student s
left join classes c1
on c1.studentId = s.studentId
and c1.subject = 'subject1'
left join classes c2
on...
January 12, 2012 at 12:36 am
#1432273
Thanks Paul for educating me
I am new to this website.....I just wanted to know how to upload pics and stuff here just like you uploaded yesterday?
Thanks...
January 11, 2012 at 9:29 pm
#1432254
Thanks Paul
January 10, 2012 at 1:18 pm
#1431380