Viewing 15 posts - 1 through 15 (of 22 total)
This worked perfectly! Thanks so much for your help.
August 19, 2014 at 7:45 am
I apologize for that. I will ensure that I provide more info in the future.
April 29, 2014 at 10:28 am
Luis Cazares (4/29/2014)
WITH SampleData(ID, Source, Rank) AS(
SELECT 123, 'Foo', 10 UNION ALL
SELECT 123, 'Bar', 20 UNION ALL
...
April 29, 2014 at 10:21 am
Luis Cazares (4/29/2014)
caippers (4/29/2014)
ID is the PK in this table.If ID is the PK, why is it repeated? PKs should be unique.
My apologizes. I misspoke. It is not...
April 29, 2014 at 10:11 am
I'm losing my mind actually the calculation was correct I'm sorry for wasting anybody's time. I am kept transposing the amt in my head when writing it down.
April 8, 2014 at 4:47 pm
Thanks all. It actually was my permissions on the DB..... Rights granted and SP working!
March 18, 2014 at 12:09 pm
After messing with this all night I think I might be close but not sure
I believe what I have is to take the first character of the string ensure it's...
March 1, 2014 at 3:10 pm
Thanks so much for the tips! I'm pretty new at SQL Server so I love the tips.
February 27, 2014 at 11:10 am
I'm apparently not awake this morning. I found the solution. My less then should have been -89 < -10 instead of <
February 27, 2014 at 10:24 am
All these answers worked so I thank you all. As to why I was doing the cross join... I'm new at SQL and that was the approach I thought...
February 19, 2014 at 7:10 am
All that is contained in the tables are the last updated dates. I will try and work around that but there are no columns in any of the tables...
February 6, 2014 at 9:28 am
Lowell (1/31/2014)
you have a DATENAME function that would reurn 'FRIDAY", which you tehn try to cast as a date,...
January 31, 2014 at 8:19 am
I am trying to pass it a date and have it return day of week. But the first thing I wanted to try was to just create a SP...
January 31, 2014 at 8:16 am
Viewing 15 posts - 1 through 15 (of 22 total)