Viewing 15 posts - 16 through 30 (of 33 total)
I am familiar with the row number function and can see how that would help when there are instances of 3 or more insurances.
But how would you account for the...
June 4, 2010 at 8:14 am
Thanks for the direction...
create table #Orders
(
OrderID int,
...
June 4, 2010 at 8:11 am
Thanks again for the replies....
Here's what I did (that worked) in case anyone searches on this and needs to find an answer:
First, the query I need to return as a...
May 19, 2010 at 2:40 pm
Thanks for the reply.
Any documentation (links) on how to create the batch file? I've never done that. I searched Google, but that wasn't much help. Also, the...
May 19, 2010 at 9:30 am
Hi guys,
Thanks for all the replies. Those links certainly did help. I have a few scripts that were helpful as well. But basically I had to go...
May 4, 2010 at 7:44 am
I just wanted to thank you guys for all your input. I added "optimize for unknown" to the sproc and the site is currently responding well.
I believe...
April 5, 2010 at 9:25 am
Thank you so much to all that have replied. I can't tell you how much I appreciate it.
What are atypical parameters (sorry, I'm kind of a junior DBA)? ...
April 2, 2010 at 9:41 am
Thanks for the info guys. I'll follow your advice and let you know if it works. I don't think the user works until next week so it may...
December 11, 2009 at 1:58 pm
Nevermind. I used minimum and it worked.
Thanks so much for your replies. This really helped me!!!
November 23, 2009 at 12:26 pm
Thanks again.
Do you know what I need to choose in the "usage" drop down so that the cube returns the sum of the billed by month (per my SQL) instead...
November 23, 2009 at 12:22 pm
Thanks for your help with this....
HistDateKey InvDateKeyBilledPayments
1 1 ...
November 23, 2009 at 9:31 am
Thanks for replying. I can't post any data due to HIPPA, but here is a sample of what it looks like:
HistDateKey InvDateKey Billed ...
November 19, 2009 at 2:36 pm
Thanks. I'll try selecting the max date. And I'll change the data access mode to table or view fast load.
October 8, 2009 at 12:02 pm
I actually found a better solution to my issue (converting dashboard to 2008)
July 28, 2009 at 2:29 pm
I think I found the answer:
create procedure MS_PerfDashboard.usp_Main_GetCPUHistory
as
begin
declare @ts_now bigint
select @ts_now = ms_ticks from sys.dm_os_sys_info
July 28, 2009 at 1:58 pm
Viewing 15 posts - 16 through 30 (of 33 total)