Viewing 15 posts - 11,356 through 11,370 (of 26,486 total)
vicki.k.noble (6/12/2012)
Hi Dan,The average would be of the last three month totals. For example, in July, I would need the average of May, June and July.
Based on the...
June 12, 2012 at 2:04 pm
vicki.k.noble (6/12/2012)
I need to change a calculation of a metric I have to do a three month average in a stored procedure. However, the other metrics in this SP are...
June 12, 2012 at 1:59 pm
Lowell (6/12/2012)
yeah i had added a seperate line "GRANT EXECUTE TO [ClassicReadWriteExecute]"to cover the execute permissions as well.
Okay, blind. Didn't see that the first time I read your post....
June 12, 2012 at 1:51 pm
Siva Ramasamy (6/12/2012)
Thanks for looking into my question.
I am getting this error in the SQL Server logs.
06/12/2012 10:00:37,Logon,Unknown,Login failed for user 'sa'. Reason: Password validation failed with an...
June 12, 2012 at 1:49 pm
Koen Verbeeck (6/12/2012)
Lynn Pettis (6/12/2012)
sqlserver8650 (6/12/2012)
Hi ,You can use script componet and write the c# or vb script as per requirements
Why would I use a script component when I can...
June 12, 2012 at 1:41 pm
Duplicate post, more answers here.
June 12, 2012 at 1:19 pm
Have to agree, clear as the Hudson River.
What the heck are all the X's? There is nothing to say what they mean.
Please, following the instructions in the article in...
June 12, 2012 at 1:13 pm
Munabhai (6/12/2012)
Dear David,I am need in SQL Server, it was asked in interview.
I have a question, what answer did you give in the interview? To be honest, I personally...
June 12, 2012 at 1:04 pm
Lowell (6/12/2012)
Create LOGIN [dtAdmin] WITH PASSWORD='NotTheRealPassword'
USE [WHATEVER]
Create USER [dtAdmin] FOR LOGIN [dtAdmin]
CREATE ROLE...
June 12, 2012 at 12:59 pm
polkadot (6/12/2012)
So two things need...
June 12, 2012 at 12:49 pm
Koen Verbeeck (6/8/2012)
Koen,
You rock! It worked for me! The solution I have found by following the link you provided, http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/65112/, totally...
June 12, 2012 at 11:23 am
It is going to be something simple, pretty sure of that.
Can you post the steps (code included) that you used. Sanitize it as necessary, but it should still be...
June 12, 2012 at 11:17 am
Just a little quibble. CTE's don't start with a statement terminator (;). Here is the code you posted slightly modified.
exec sp_executesql N'
DECLARE @d datetime;
SET @d = @MinDate;
WITH MainServices...
June 12, 2012 at 11:15 am
sonia.burns (6/12/2012)
June 12, 2012 at 11:01 am
Viewing 15 posts - 11,356 through 11,370 (of 26,486 total)