Viewing 15 posts - 31 through 45 (of 66 total)
This is the create DB statement
USE [SQL2K8R2DB]
GO
/****** Object: Table [dbo].[CASEEVENT] Script Date: 08/05/2011 15:48:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[CASEEVENT](
[CASEID] [int] NOT NULL,
[EVENTNO] [int] NOT...
August 5, 2011 at 8:54 am
The task that I want to accomplish is summarised below:
FOR ANY CYCLE
FIND RECORDS
WHERE EVENTNO = -11 AND 1425
WHERE EVENTDUEDATE ARE NOT THE SAME
August 5, 2011 at 6:01 am
SELECT TOP 1000 [CASEID]
,[EVENTNO]
,[CYCLE]
,[EVENTDATE]
,[EVENTDUEDATE]
...
August 5, 2011 at 5:09 am
Could you please, explain which is suited for which? Thanks.
August 5, 2011 at 4:06 am
Many thanks to you and Steve Jones for your response.
Regards.
September 18, 2009 at 3:59 am
Tx for your response. I gambled already by installing SP2 straightaway.
Best regards.
August 17, 2009 at 5:13 am
Could someone look at this for me, PLEASE.
Many thanks.
August 5, 2009 at 2:51 am
Sorry, no date column but there is a primary key column. Can u give me a suitable t-sql code to use in all possible scenario. Tx.
July 27, 2009 at 1:31 am
Thanks so much Madhan_Pers,
I went to Book Online to get further information about how to carry out the instructions that you gave me and I got this
"In Object Explorer,...
July 20, 2009 at 9:14 am
Thanks so much Madhan_Pers,
I went to Book Online to get further information about how to carry out the instructions that you gave me and I got this
"In Object Explorer,...
July 20, 2009 at 5:44 am
After running the query, the only response that I got is command(s) completed successfully.
Like I mentioned, the database doesn't seem to have any problem but they are marked as suspects...
February 16, 2009 at 5:39 am
After running the query, the only response that I got is command(s) completed successfully.
Like I mentioned, the database doesn't seem to have any problem but they are marked as suspects...
February 16, 2009 at 5:39 am
Hi Lowell,
Many thanks for your response. Its really helpful and you've been able to give me a detail clarification.
Once again, thanks.
Regards,
Sahoong.
February 3, 2009 at 6:42 am
Viewing 15 posts - 31 through 45 (of 66 total)