Topics
Started by
Posts
Last post
In my database, I have 2 tables, Orders and OrderDetails. This may be obvious, but Orders holds in…
1 replies
:-D:-D Hello all! Here's the statement that I'd like to optimize and make more efficient. UPDATE B…
5 replies
I have a table in SQL with dates (Every date within the year) and whether the day is a working day …
2 replies
I am basically new to sql server 2005 and I have a query question to ask. I want to create a fin…
1 replies
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
Viewing 15 topics - 4,396 through 4,410 (of 12,234 total)
You must be logged in to create new topics.