Microsoft
Software
Hardware
Network
Question : Why this query is not executing?
I want to execute the query like this,
insert into exampassedlist2008 (studentid) values(select distinct studentid from examstusubbatch2009)
will this work?
Answer : Why this query is not executing?
dont think you need values
insert into exampassedlist2008 (studentid) select distinct studentid from examstusubbatch2009
Random Solutions
Windows 2003 to 2008R2 cluster migration and enforced quota
restore from DB?
How can I get CFileDialog to not change the initial directory?
Access to toher User's Inboxes
tables with FK relationships at all
To to retrieve Conference call recordings
Server 2008 R2 DC File Permissions
Calendar Control in Excel 2003 VBA
Installing MAPI CDO on Exchange 2007
Probably an easy question, but how can I set the domain name for use with iis on my lan?