Viewing 15 posts - 31 through 45 (of 54 total)
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)...
April 24, 2012 at 12:06 pm
sorry GilaMonster will not cross post again
April 16, 2012 at 8:16 am
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...
October 27, 2011 at 8:26 am
Datepart()
answered how do I closed this
October 12, 2011 at 1:28 pm
Ok thanks, what do you suggest? I am using a query builder in bids.
sincerely
March 18, 2011 at 6:23 am
Thank you miltman that works.
I guess I have to create a parameter to select
the company name.
Thanks a lot
March 16, 2011 at 12:16 pm
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...
March 16, 2011 at 12:07 pm
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]...
March 16, 2011 at 10:29 am
WHERE (Type NOT IN ('Siu-ai', 'Subrogation', 'Siu-fi', 'SIU', 'Siu-mi')) AND (Company = 'xxx') AND ([Compliant Status] = 'xxxxx') AND
...
March 16, 2011 at 10:19 am
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...
March 16, 2011 at 10:02 am
Oh ok maybe that is why a simple query is turning into something big.
Thanks
March 16, 2011 at 9:37 am
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
March 16, 2011 at 9:03 am
Viewing 15 posts - 31 through 45 (of 54 total)