Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
under2811
Constraint Violating Yak Guru
366 Posts |
Posted - 2006-08-28 : 08:03:51
|
hello friends!I am facing while running a script for my Stored ProceduresI have sql server 2005...my server is on client side and i am tried to run my updated script for Stored procedures here on my side within instance then i am getting error like...Net SqlClient Data Provider: Msg 0, Level 11, State 0, Line 0A severe error occurred on the current command. The results, if any, should be discarded.what is that error please help me outT.I.A |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-08-28 : 08:16:24
|
Post connection string here, together with the query you are trying to run.Peter LarssonHelsingborg, Sweden |
 |
|
under2811
Constraint Violating Yak Guru
366 Posts |
Posted - 2006-08-28 : 08:27:55
|
hi peso ..!can you elaborate it or any link you provide for it....thanks.... |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-08-28 : 11:20:18
|
www.ConnectionStrings.comMadhivananFailing to plan is Planning to fail |
 |
|
under2811
Constraint Violating Yak Guru
366 Posts |
Posted - 2006-08-28 : 11:33:14
|
hii really dont know what to do now seei just created one stored procedure scriptlike USE [Test_data]GO/****** Object: StoredProcedure [dbo].[In_Emoc_GetListEmp] Script Date: 08/28/2006 20:55:14 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE PROCEDURE [dbo].[In_Emoc_GetListEmp]ASBEGINSET NOCOUNT ON SELECT * FROM RATE ORDER BY ID ascSET NOCOUNT OFFENDand i ran in instance of sql server 2005 and i got above errorwhere is connection string here i really dont know @ that i am sql server guyplease help me outT.I.A |
 |
|
|
|
|