Forum Replies Created

Viewing 15 posts - 31 through 45 (of 54 total)

  • RE: sp to create date table

    yes and yes.

    can you share your sample code.

  • RE: sp to create date table

    CREATE TABLE [dbo].[tblDate](

    [sDateID] [bigint] NOT NULL,

    [FullDate] [datetime] NULL,

    [DateName] [Date]NULL,

    [DateNameUS] [Date] NULL,

    [DateNameEU] [Date] NULL,

    [DayOfWeek] [tinyint] NULL,

    [DayNameOfWeek] [char](10) NULL,

    [DayOfMonth] [tinyint] NULL,

    [DayOfYear] [smallint] NULL,

    [WeekdayWeekend] [char](7) NULL,

    [WeekOfYear] [tinyint] NULL,

    [MonthName] [char](10) NULL,

    [MonthOfYear] [tinyint] NULL,

    [IsLastDayOfMonth] [char](1)...

  • RE: how to enable clr in sqls 2008

    sorry GilaMonster will not cross post again

  • RE: database crashed

    Thanks all for your answers. They are all helpful

  • RE: database crashed

    yea it was an interview question?

    Yea I have backup, but the question is you cannot even log into the smss to restore your back up.

    well i said i will copy...

  • RE: convert time 20100101 to yyyy

    Datepart()

    answered how do I closed this

  • RE: null vs IS NOT NULL

    Ok thanks, what do you suggest? I am using a query builder in bids.

    sincerely

  • RE: null vs IS NOT NULL

    Thank you miltman that works.

    I guess I have to create a parameter to select

    the company name.

    Thanks a lot

  • RE: null vs IS NOT NULL

    All I want to do is to get rid of the blank rows in the reopenid column

    I have attach a sample of how I want this to be.

    I am running...

  • RE: null vs IS NOT NULL

    I want the first column of the attach pdf form just to display only the cell with reopenId numbers. I don't need the blank ceels in the first column

    ([Reopen ID]...

  • RE: null vs IS NOT NULL

    hi sean i know you have good intent

  • RE: null vs IS NOT NULL

    WHERE (Type NOT IN ('Siu-ai', 'Subrogation', 'Siu-fi', 'SIU', 'Siu-mi')) AND (Company = 'xxx') AND ([Compliant Status] = 'xxxxx') AND

    ...

  • RE: null vs IS NOT NULL

    No is the same sir, I am trying both t-sql and ssrs expression to see which one will work.

    I just attach a copy of my report so that you can...

  • RE: null vs IS NOT NULL

    Oh ok maybe that is why a simple query is turning into something big.

    Thanks

  • RE: null vs IS NOT NULL

    I have come a cross this code below

    =IIF(IsNothing(Fields!Product.Value),"NO","YES")

    Instead of returning both no and yes, I want only yes but

    with the open_id

Viewing 15 posts - 31 through 45 (of 54 total)