Forum: MS SQL Dec 11th, 2008 |
| Replies: 2 Views: 3,691 try this
SELECT Tel_H_Code + ' ' + Tel_H AS Tel_H
FROM Detailed_List |
Forum: MS SQL Nov 21st, 2008 |
| Replies: 2 Views: 792 http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlbackuprest.mspx
http://www.disksave.com/help/obs-user-guide-oem.1.11.html |
Forum: MS SQL Nov 20th, 2008 |
| Replies: 2 Views: 2,644 here's the link for Java Database Connectivity.
http://www.java-tips.org/other-api-tips/jdbc/how-to-connect-microsoft-sql-server-using-jdbc.html
... |
Forum: MS SQL Nov 18th, 2008 |
| Replies: 6 Views: 1,654 See the following link
http://bloggingabout.net/blogs/arjen/archive/2006/02/09/SQL-Server-Error-26.aspx |
Forum: MS SQL Nov 18th, 2008 |
| Replies: 6 Views: 755 Database Administrators perform a critical role within an organization. Charged with understanding the processes and architecture of the database, they fine-tune the day-to-day performance that is... |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 4 Views: 885 If Data is so large it will affect the performance due to For Loop
Thanks
Bye. |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 4 Views: 885 You can set a trigger on Insert Button as check the month for inserting record and previous record. It both are different then reset Serial No. and then insert.
Or
Click of submit button check... |
Forum: MS SQL Nov 15th, 2008 |
| Replies: 1 Views: 846 On Checked_Changed event of radio button store the checked status in session variables. |
Forum: MS SQL Nov 15th, 2008 |
| Replies: 5 Views: 4,125 Stored Procedure : Stored procedures are precompiled database queries that improve the security, efficiency and usability of database client/server applications. Developers specify a stored procedure... |