Anda di halaman 1dari 3

http://durgajobs.com/GreatMinds_11Mar2013.html-27march http://durgajobs.com/appZui_8Mar2013.html http://www.xvideos.com/?k=hypnotiq+with+tori+black+interacial+&p=32&durf=10min_m ore http://durgajobs.com/Panel%20Coder_24Jan2013.html -hyd -fresher http://www.lynda.com/InfoPath-2010-tutorials/Essential-Training/76973-2.

html Dear Aruna, please find the attached CV and do needful. Total Experience: 2.8 Relevant Exp. in Dot NET: 2.8 Qualification: M.C.A Current Organisation: CSC Current CTC: 3.5lpa Expected CTC: 4.2lpa Notice Period: 30days Thanks, sureskumar.ch 8147037158 No.8/1, 8/4, AugIm not sure what do you mean by deploying silverlight web parts. If you want to show your silverlight component or application in Sharepoint 201 0 this answer works. 1. Upload your .xap silverlight file in a document library 2. Go to the webpart page where you want to add the silverlight 3. Click Edit Page from the ribbon Click Add a webpart In the webpart category choose - Media and Content->Silverlight Webpart Click Add 4. In the dialogbox give the URL (relative URL) of the .xap file that was upload ed earlier (Mark this as answer if this is what you wanted)usta, Embassy Golf Link Biz Park , Off Intermediate Ring Road, Challaghatta Village, Varthur Hobli, Domlur, Banga lore - 560071 | View Map (080) 46760000 create database practice use practice create table dept(dno int primary key,dname varchar(20),loc varchar(20)) create table emp(eno int primary key,ename varchar(20),salary money,dnum int ref erences dept(dno) alter table emp drop constraint PK__emp__D9507B8703317E3D insert into dept values(10,'sales','marthalli'),(20,'purchage','silkboard'),(30, 'hr','btm') sp_help emp insert into emp values(1,'suresh',10000,10),(2,'hari',5000,20),(3,'mahesh',15000 ,10),(4,'prasad',20000,30) select * from emp

select * from dept select distinct * from emp

select e.*,d.dname,d.loc from emp e inner join dept d on e.dnum=d.dno use practice drop student select * from student drop table student select * from student create table student(sid int primary key, sname varchar(10),Course varchar(12)) insert student values(1001,'Amar','Sql'),(1002,'Bhavani','Clerk') select * from marks1 drop table marks select * from marks select * into marks from marks1 insert into marks1 values(1002,76,65,50),(1005,45,36,65) select * into marks3 from marks1 select * into marks4 from marks3 where 1=0 select * from marks4 begin tran drop table marks3 rollback tran select * from marks4 select * from student update student set course='C' where Sid=1002 select * from marks1 delete from marks1 where select sid from marks1 group by sid update tablename set colname=value where condition sp_helpconstraint 'stu' alter table stu drop constraint DF__stu__course__182C9B23 sp_helpconstraint 'Student' sp_help marks1 sp sp_spaceused marks1 sp_helpindex marks1 sp_helpdb select * from sys.databases where name='db2' alter database db2 alter table student drop constraint PK__student__DDDFDD36300424B4 select * from student alter table marks1 add constraint sid_pk primary key (sid) alter table marks1 alter column sid int not null alter table student drop constraint sid_pk sp_helpconstraint'student' sp_helpconstraint 'marks1' delete marks1 where sid=1002 or sid=1005 select sid ,count(sid) from marks1 group by sid having count(sid) >1 add constraint sid_pk2 alter table student add constraint sid_fk foreign key(sid) references marks1 (s id) select * from student insert into student values(1005,'jaffa','cpp'),(1006,'kamal','Java'); select * from marks1

select * from student select m.sid,m.c,m.cpp,m.total,m.grade ,s.sid,s.sname from marks1 m join student s on m.sid=s.sid select * from marks1 select * from student update EMP set ename ='SURI' WHERE empid=101 insert into emp values(103,'suri','HR',null,null,null) select m.sid,m.c,m.cpp,m.total,m.grade ,s.sid,s.sname from marks1 m n student s select m.sid,m.c,m.cpp,m.total,m.grade ,s.sid,s.sname from marks1 m r join student s on m.sid=s.sid select * from emp where ascii(EName)=83 sp_help'emp' update emp set mgr=102 where empid=102 select e.empid ,e.ename ,e2.job,e2.sal from emp e inner join emp E2 d=e2.empid

left outer

cross joi right oute

on e.empi

select s.sid, s.sname ,m.c,m.cpp,m.sql ,m.grade from student s inner join marks 1 m on s.sid=m.sid SELECT ASCII('suri') update student set sid=1003 where sid=1002

Anda mungkin juga menyukai