Viewing 15 posts - 16 through 30 (of 78 total)
Daniel Bowlin (2/28/2011)
Are you using a DATEADD anywhere in your query, or other math on the date field? Look there for a problem and a solution.
Yes there im using...
February 28, 2011 at 9:46 pm
Koen (da-zero) (1/5/2011)
This should point you in the right direction:http://msdn.microsoft.com/en-us/library/ms189799.aspx
Especially look at example B.
Hi ! Thank you Koen !
But in that example i dont have an option to have a...
January 6, 2011 at 5:10 am
Hi Kindly let me know 'how to add domain account used to calll the SP (calling sp_send_dbmail) to the Server as a login'
I dont understand what should be done ......
January 4, 2011 at 5:05 am
Kingston Hat off !
only wen i running the query by now , i come to know about your point and came to search this thread..
Thanks a LOT for you ...
And...
January 3, 2011 at 10:38 pm
Yes Kingston it does work...
December 28, 2010 at 2:11 am
Thanks Kingston ! for such good explanation ... it really helps me to understand better the query .. ThkQ !!
December 28, 2010 at 12:42 am
Abhijeet Chavan (12/28/2010)
DECLARE @CYBeginDate smalldatetime, @CYEndDate smalldatetime,
@LYBeginDate smalldatetime, @LYEndDate smalldatetime
select @CYBeginDate = dateadd(year, datepart(year, getdate()) - 1900, '1900-04-01')
select @CYEndDate = dateadd(day, -1, dateadd(month, 12, @CYBeginDate))
select @LYBeginDate = dateadd(year,...
December 28, 2010 at 12:41 am
Nakul Vachhrajani (12/27/2010)
DECLARE @CYBeginDate VARCHAR(10)
DECLARE @CYEndDate VARCHAR(10)
DECLARE @LYBeginDate VARCHAR(10)
DECLARE @LYEndDate VARCHAR(10)
DECLARE @CYDate DATETIME
DECLARE @LYDate DATETIME
SET @CYDate = GETDATE()
--Test Data
--SET @CYDate...
December 27, 2010 at 11:58 pm
Sorry i didn't get you.
Actually the query willo be run at any time and it has to take care by itself to result with the current yr data and Previous...
December 27, 2010 at 3:11 am
Yes , me too tried to find out, but not got the answers,
i guess only 1 type. right click --->; Deploy,
Else deploy alone not processing... is this...
December 13, 2010 at 4:54 am
hi im getting the following error please help me..
Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_Good_x0020_Will_x0024_Purch__x0020_Inv__x0020_Line, Column: Item_x0020_Category_x0020_Code, Value: . Errors in the OLAP...
December 8, 2010 at 10:44 pm
Fine ThkQ !
Left the idea to work on that further :O)
got into another task.
November 19, 2010 at 12:24 am
Hi solved ! i used picture tool from tool box to bring in the picture, which i missed previously.
November 9, 2010 at 4:07 am
Brian K. McDonald (11/8/2010)
November 9, 2010 at 4:05 am
Viewing 15 posts - 16 through 30 (of 78 total)