Viewing 13 posts - 1 through 13 (of 13 total)
CozyRoc (3/18/2010)
Have you tried to get your data using ADO.NET Source component?
I have not. Do you have an example of connecting to ADSI with ADO.NET?
March 18, 2010 at 3:10 pm
lmu92's comments got me going in the right direction. Executing the CTE query worked except that I had more than one years worth of tickets in my production table...
November 18, 2009 at 8:21 pm
Thanks but that doesn't get me what I'm looking for. I don't need a running total for every ticket. Just at monthly intervals, maybe weekly would be nice. ...
November 17, 2009 at 9:05 am
Modifying the SQL Agent job to check for rows would be a challenge since my datasource for my reports is not the same server as my SSRS database. It...
August 10, 2009 at 3:43 pm
It appears you can't specify a username and password while using a trusted/integrated security connection string.
Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;
So what I had to do was create an application pool to...
July 27, 2009 at 10:14 am
I have an additional question about this. Now what if I wanted to create a table of users so I could see if one of my users had both...
April 22, 2009 at 8:45 am
I have a 64 bit SQL server but could not get a 64 bit ODBC to connect to Informix to save my life. When I get time I'll have...
March 2, 2009 at 12:19 pm
Sure, let me elaborate. The Informix data is from a help desk application. The data itself are help desk tickets. But I am only concerned about the...
December 15, 2008 at 9:38 am
By the way this worked great on my SQL 2005 server but I had a SQL 2000 server that was appearently not compatible with Common Table Expressions. So I...
November 25, 2008 at 8:11 am
Ah that did the trick. Thanks so much for the help!!!
November 21, 2008 at 12:08 pm
Thanks for the reply. It did get me the results I need but now that I try to get the date in there where I can add query for...
November 21, 2008 at 9:58 am
I just thought stored procedures where the way to go. I'm all the time hearing about how they are supposed to improve performance but everytime I go to try and...
December 1, 2006 at 7:56 am
My goal was to simplify things and most importantly increase the speed of my querys. Currently I'm not using stored procedures. My statements have become complex with table JOINs. And once...
November 30, 2006 at 4:35 pm
Viewing 13 posts - 1 through 13 (of 13 total)