Topics
Started by
Posts
Last post
I have a table with data type text column. while using text type variables in function I get error…
1 replies
Hi, I recently discovered the output clause for saving data into a history table. In a stored proce…
1 replies
WITH CandidateEntries AS ( SELECT ROW_NUMBER() OVER (ORDER BY Salary) AS Row, [C].[Id], …
2 replies
select @CONTAPP_CONTYPE_CD = 'select CONTAPP_CONTYPE_CD ,PRDRULE_ID,CONTAPP_GROUP_NO,DMPROJ_ID from…
5 replies
Hi All, In Trigger, now i am using update command. I want to use column_updated for my scenario.…
3 replies
Hi guys, We have an ASP.Net application (using C#) where we specify the functional id and password …
7 replies
I would like to attend a course in programming in .Net, 2 are offered. Vb.Net and C#.Net. The cours…
20 replies
hi The Parameter i am getting is (Name1,NAme2,Name3) I need to join the parameter as ('Name1…
4 replies
Hi INSERT INTO valid_clinical ([Inc Date]) SELECT convert(datetime, [Incident date], 101) FROM dbo.…
4 replies
I am looking to create an UPDATE statement that changes the value of a column from a select group o…
3 replies
I am writing a Stored Procedure that allows a client application to view 1 page of a recordset at a…
7 replies
hi all i get the following error sometimes and because of this error the connection is getting clos…
2 replies
Hi Guys Can anyone advise me on how to create a script to create a db, table and stored proc in one…
2 replies
Hi guys, I have a stored procedure with Paramater @BPCodes of type nvarchar. Please take a look at …
5 replies
Hi, I have a SP to return a datetime value. However, when I EXECUTE the SP I always get this error …
1 replies
Viewing 15 topics - 3,016 through 3,030 (of 4,155 total)
You must be logged in to create new topics.