Viewing 3 posts - 1 through 3 (of 3 total)
see this link may be useful for you
http://www.mcse-training-classes.com/MCTS-SQL-Server-2005-Certification.htm
June 21, 2006 at 5:56 am
#644990
use the following procedure to import Excel Sheet data into SQL table
right click on database name in SQL Server Management Studio, you can see Tasks-->Import Data. Click on Import Data...
March 20, 2006 at 3:31 am
#627535
Hi,
If your TSHour table depends on TSEmployee table then you should not be able to delete the employee from TSEmployee because it depends on TSHour.
If you try to delete the...
March 10, 2006 at 2:40 am
#625877