Viewing 10 posts - 1 through 10 (of 10 total)
Well the reason I need the key is because I think it is the key for solving the issue with the next piece of code I'm trying to run. Based...
May 13, 2010 at 8:47 am
Ok, I'll try looking into it 🙂 Thank you very much for all the help!
May 12, 2010 at 7:50 am
Hmm I tried setting up the database using your code, but after running the query from before (this time referring to TimeSeries..SP rather than SP, since the original table is...
May 12, 2010 at 6:31 am
Yes, I think it looks something like this:
USE [master]
GO
/****** Object: Database [TimeSeries] Script Date: 05/12/2010 13:46:55 ******/
CREATE DATABASE [TimeSeries] ON PRIMARY
( NAME = N'TimeSeries',...
May 12, 2010 at 5:48 am
Thanks for the swift reply! What seems strange to me is that I have a few databases in my Databases folder, but the tables within these accumulate to a sum...
May 12, 2010 at 5:32 am
That would be the former, meaning that I'd be needing the results from Oct the 30th rather than no observations if it's missing the 31st 🙂
But actually I've gotten it...
November 13, 2009 at 6:19 am
Hi both,
I tried both the codes, but unfortunately they yield "0 rows affected" and "1 row affected" respectively (the 1 row is 11/28/2008 for some reason).
Do you have any suggestions...
November 13, 2009 at 5:57 am
I might add that executing the code seems to work when adding for instance "Top 10" after the SELECT. However, executing the whole thing takes way longer than I've experienced...
July 27, 2009 at 7:55 am
Viewing 10 posts - 1 through 10 (of 10 total)