Topics
Started by
Posts
Last post
I want to return data that represents sales for the current year and to show sales of the same prod…
2 replies
My table and row as follow, declare @tCounter table ( TrnxID [int] IDENTITY(1,1) NOT NULL, CoutCd v…
10 replies
CREATE PROCEDURE SavedItem] @MemberIDint ,@SavedItemTypeIDsmallint = NULL ,@Descriptionvarc…
2 replies
So I have a table like following: CodeName SARatio ---------- ------- AB 1 I …
7 replies
hi I am working on a script that creates new Students. When I am trying to delete a student In my s…
9 replies
Hi guys, I am a bit new to this, but here is my question- How do i recursively parse through HTML d…
7 replies
I have one table Date PartGroup subcode QNTY 1-10-2010 ABC …
12 replies
I have a report that uses datepart to get the week numbers for a year based on user parameter. It …
6 replies
I know this is weird, but I don't think I did anything wrong, it just suddently failed. original co…
2 replies
Hi, I am a first time poster. I would like to calculate writes and average IO latency between sna…
4 replies
I have table Employees (Id,empid,empno,state) Updating the table as update Employees SET empno=E…
4 replies
My table and row as follow, declare @tBusType TABLE ( TrnxID int identity(1,1), [BusTypeCode] [nv…
4 replies
Hi , I am trying dynamic order by using Case statement in Order by clause. like declare @sortorder …
20 replies
Hi All, I have created one trigger on the table which would identify the hostname,username,app_name…
7 replies
I have a stored procedure that uses about 15 different cursors that look like this: DECLARE file_c…
10 replies
Viewing 15 topics - 4,396 through 4,410 (of 12,230 total)
You must be logged in to create new topics.