Viewing 15 posts - 136 through 150 (of 544 total)
Luis Cazares (3/25/2014)
SELECT CASE WHEN DATEPART(DW, DATEADD( MM, DATEDIFF(MM, 0, GETDATE()), 0)) = 2
THEN DATEADD( DD, 4, DATEADD( MM, DATEDIFF(MM,...
March 27, 2014 at 6:44 am
Hi Nevyn,
Don't care of holidays. Just caring about Saturday and Sunday.
March 25, 2014 at 8:01 am
Thank you Hunch, The query you have given is here is really nice one.
March 25, 2014 at 5:17 am
Thank you Chris. It worked. First query is much better than second query.
March 20, 2014 at 7:02 am
Steven.Howes (3/13/2014)
March 18, 2014 at 6:35 am
sqlbuddy123 (3/13/2014)
Charmer (3/11/2014)
I am just a beginner in report service. I am trying to deploy a report. But i get the messages below.
"Error1The permissions granted to user 'Domain\user' are...
March 18, 2014 at 6:33 am
Steven.Howes (3/12/2014)
did you add yourself as a user (or admin) in the site Settings? (Site Settings top right of the report manager, then hit security).
Hi Steve, I am not...
March 13, 2014 at 12:06 am
sqlbuddy123 (3/12/2014)
Are you the Admin on the Report Server or just a user of SSRS ?--
SQLBuddy
yes, I am just a user not Admin.
March 13, 2014 at 12:02 am
Hi Nandu,
It worked in visual studio. I am able to deploy through Sql server data tools. But when i tried through web browser, it is keep on giving me this...
March 11, 2014 at 6:27 am
Koen, suggest me what should I do ? I did not rename the server. Assume that i had renamed the server, what would I do for that? explain me those...
March 11, 2014 at 3:46 am
Create FUNCTION [dbo].[GetDateTime](@Date varchar(8), @Time varchar(6))
RETURNS datetime
WITH EXECUTE as CALLER
as
BEGIN
DECLARE @FullDttm datetime
If
(@Date = '0' and (@Time = '0' or @Time = '000000')) or (LEFT(@Date,6) = '190000' and LEN(@Date)...
January 18, 2013 at 9:02 am
Thanks to Pete and Abu...Those scripts really works....
Friends...some times i see the date comes in different order....For Ex: instead of 20100225, it comes like 02252010..So my function get failed...Do we...
January 18, 2013 at 6:30 am
Terry300577 (1/2/2013)
January 2, 2013 at 7:43 am
Viewing 15 posts - 136 through 150 (of 544 total)