Viewing 15 posts - 151 through 165 (of 2,010 total)
Doh! Wayne beat me to the punch... Silly me creating test data ;P
October 22, 2010 at 10:57 am
OK So, to break it down step by step to hopefully allow better understanding...
--do this someplace safe
USE SSCTest;
--Create my test tables
CREATE TABLE table1
(
crewmemberkey INT,
crewmemberid INT
);
CREATE TABLE table2
(
crewmemberkey...
October 22, 2010 at 10:56 am
I agree that we'll need quite a bit more to help you with this. If you read the first link in my signature, you'll see the kinda of data...
October 22, 2010 at 9:29 am
Also, make sure that you have distinct names for your columns in your dataset, as this error can be caused by that as well.
October 22, 2010 at 7:25 am
Any chance you're using subreports multiple times like is described in this MSDN KB Article? http://support.microsoft.com/kb/971049
-Luke.
October 22, 2010 at 7:19 am
You should be able to connect SSRS 2000 to a SQL 2005 database or really any other datasource that you can connect to through OLE, ODBC etc.
Also, you...
October 20, 2010 at 2:21 pm
I guess my first question would be why does the report take 2 hours? IS it rendering time, or is that how long it actually takes the data to...
October 20, 2010 at 11:10 am
tchovanec 65734 (10/18/2010)
Can I create a SSIS Pacakge that willl run a Stored proc that I can pass parameters to? Thanks
Yes absolutely. Additionally, you could look at BCP as...
October 18, 2010 at 1:51 pm
I'm not really sure that who/when a subscription was deleted is logged by default. You'll probably have to check on it yourself either by a job like was suggested...
October 18, 2010 at 8:42 am
Have you logged into the database with SSMS as that domain user? Were you able to log in successfully?
Have you tried to execute your dataset including using that TVF...
October 15, 2010 at 5:53 pm
Are you certain that whatever login you are using in your dataset has the appropriate permissions (Select) to read data from your TVF? Make certain it's not in the...
October 15, 2010 at 1:20 pm
GilaMonster (10/15/2010)
WayneS (10/15/2010)
I take it that you forgot to take your knives in with you??? :hehe:I wasn't even there today. This latest bout of insanity came by email.
Sounds like it's...
October 15, 2010 at 12:19 pm
Numbers are likely to be hardware-specific.
Yup, that's what I was thinking. Just was hoping to find a baseline that I can play around with. Perhaps I'll do a...
October 14, 2010 at 2:22 pm
Good to know that my memory still works occasionally, and I appreciate the quick response. So to reiterate so that I make certain that I'm understanding... the < 25...
October 14, 2010 at 1:00 pm
Viewing 15 posts - 151 through 165 (of 2,010 total)