Viewing 15 posts - 46 through 60 (of 170 total)
Create Table #WeeklyActualClearedCasewithNoReturns
(
SSN INT, DDS Varchar(3), DECLEAREDDATE Datetime, SOMATICMCCLEAREDDATE Datetime,PSYCMCCLEAREDDATE DATETIME, DESECONDCLEAREDDATE DATETIME,SOMATICMCSECONDCLEAREDDATE DATETIME, PSYCMCSECONDCLEAREDDATE DATETIME
)
INSERT INTO #WeeklyActualClearedCasewithNoReturns
Select '000112222', 'CT', '1/1/2009', ' ', ' ', ' ', ' ', '...
April 2, 2009 at 2:46 pm
Hello there,
Before I type the codes in there, do i have to click on any IFCode shortcuts?
Thank you
April 2, 2009 at 2:37 pm
Hello there,
How can I remove the default? would you please tell me specific steps that I should do?
Sorry I am new to this
Thank you so much
April 2, 2009 at 2:32 pm
Hello there,
Would you please tell me why I could not create a table with sample data in the table?
Thank you
Joseph
April 2, 2009 at 2:28 pm
Hello Florian Reischl
Thank you so much for your efforts to show me how to post my question, so I can get better help.
I am new to SQL, so please...
April 2, 2009 at 1:57 pm
Hello there,
Thank you so much for showing me how to post SQL code, would you please tell me how to create a table with the sample data in table?
Thank...
April 2, 2009 at 1:52 pm
Hello NOELD
How are you doing? First, thank you so much for your codes, I am greatly appreciated your helps and this is a homework that I try to do. So...
April 2, 2009 at 10:30 am
Hi Steve,
I try to put some sample data as it requires in this forum and their format. But I could not, would you please take a look at the way...
April 2, 2009 at 10:01 am
Hello There,
How are you doing? Thanks for the respond and would you please show me how to post the sample data on the forum with the example of how to...
April 2, 2009 at 6:21 am
Hello There
I did not mean to make someone madding at me, I just try to seek all advices from all experts. Again, I am sorry.
I am using SQL 2005
Thank you...
April 1, 2009 at 9:24 am
Hello there,
I am sorry that I forget to post the codes. I'm using for my own project.
ALTER PROCEDURE [dbo].[FYTDClearances]
-- Add the parameters for the stored procedure here
@Start Datetime,
@End Datetime,
@Parameter...
April 1, 2009 at 9:21 am
Hello,
I am using SQL 2005
Below are the codes that I wrote
ALTER PROCEDURE [dbo].[FYTDClearances]
-- Add the parameters for the stored procedure here
@Start Datetime,
@End Datetime,
@Parameter varchar(3) = 'ALL'
AS
BEGIN
-- SET NOCOUNT ON...
April 1, 2009 at 9:20 am
Hello There,
I mean if there is a case which has assigned to DECLEAREDDATE, OR SOMATICMCCLEAREDDATE, OR PYSCMCCLEAREDDATE then there will be a date in one of those fields. and count...
April 1, 2009 at 8:51 am
I am sorry to forget posting my store procedure.
ALTER PROCEDURE [dbo].[FYTDClearances]
-- Add the parameters for the stored procedure here
@Start Datetime,
@End Datetime,
@Parameter varchar(3) = 'ALL'
AS
BEGIN
-- SET NOCOUNT ON added to...
April 1, 2009 at 8:47 am
Viewing 15 posts - 46 through 60 (of 170 total)