-
Can you please tell me how to solve this ? i have atached some screenshots ... this is my installation process..... but this pics are not in a order...
-
Hi!, I tried to install SQL server 2005 in my computer.but failed. Error is .. Notification services,Intergration services are installed successfully.Data Base services failed to install..(SQL server Management studio also not installed ) Before install 1st picture shown & While installing 2nd error...
-
Hi, I am looking for individual who can teach SQL server Design, install, administer, and optimization practically. I need to learn quick as possible for a foreign departure. Please any one....help me..
-
We are a software development company based in Sydney, Australia. We are looking for experienced software engineers & architects to join our software development operations in Sri Lanka. If you are an experienced .NET engineer / developer or architect looking for a challenging and rewarding opportunity...
-
Hi all, I've tried SQL injection for a normal SQL query and it workd fine but when i tried to do the same with a Stored Procedure it's not working. The reason i found was i coundn't avoid single quoate. This is the procedure create procedure login @email varchar(50), @pwd varchar(30) as select...
-
I have more than one year experience .Now i am working as a Software Eng at CIS holdings in Rajagiriya.It has internal software (online orderprocessing system). We are adding new functions & doing customizations of current system.I have a knowledge & exp in ASP.net & sql 2000/sql2005.We cant...
-
The "Parallel Programing Concept" would definitely be a better idea to maximize the performance of an application.But I need to know whether it just supports for 'Multiple cored' machines, or any machine with a 'single core' each. Please do correct me, if I have taken a wrong...
-
This Link will help you.... http://www.freekingdom.yolasite.com/helping-hand.php If you get any help from that site please click one advertisement.. Thank You
-
Vacancies for VB.net Developers at Global TownSuite Global TownSuite Solutions (PVT) Ltd. ("GLOBAL TOWNSUITE") has entered into a joint venture with PROCOM Data Services Inc. ("PROCOM"), Canadian provider of TownSuite Accounting & Financial Management Software. TownSuite is a...
-
As I know; You don't have to lock tables manually, you just need to use a SqlTransaction in C# as below, SqlTransaction tran; SqlConnection con = new SqlConnection("<connectionString>"); SqlCommand com = new SqlCommand(con,""); try { tran = con.BeginTransaction(); com.Transaction...