Viewing 15 posts - 16 through 30 (of 44 total)
Crispin,
I wanted to thank you for replying. In the end you didn't exactly give me the answer but you got my mind working and pointed me in the right direction. ...
August 8, 2007 at 2:49 am
Because what I need is the maximum value from one database based on values from my source data. The aggregate component just lets me find the aggregrate value from the...
August 6, 2007 at 9:17 am
I found the solution to this and thought I would share. It turns out Windows was saving passwords for me and hiding them. I needed to clear them out in...
July 26, 2007 at 12:06 pm
Giving Loser more permissions would entirely ruin the point of the account. I need to have one with limited permissions so I can test stuff like a user, not like...
July 26, 2007 at 10:09 am
The issue is actually not the SQL login. That part is contained in my connection string. I was actually looking for a way to do the IIS authentication.
September 25, 2006 at 11:46 am
I had posted this to another forum as well and Markus Fischer was kind enough to give me the link that saved the day:
http://charliem.wordpress.com/2006/04/12/reporting-services-2005-into-2000/
I figured I would post it...
September 22, 2006 at 9:44 am
I didn't test it but is seems this should work and is a bit simpler:
SELECT s.* FROM Students s
LEFT JOIN StudentExam se
ON s.StID=se.StID
WHERE ISNULL(se.ExamName,'') <> 'SQL Server'
This way any NULLs...
August 24, 2006 at 11:41 am
Ash,
Thanks. I should have known to look for a service pack but I was just so frustrated by that point I wasn't thinking. That saved the day in WAY more...
July 27, 2006 at 11:41 am
This did not work for me. I never clicked that checkbox and I still lost all my identity values. In addition, I don't really want to create the whole thing...
July 26, 2006 at 4:03 pm
I got it. I altered that first insert to be a select...into statement and it executes BEAUTIFULLY!!!
March 3, 2006 at 1:42 pm
Dingbat me realized after posting this what you meant and OF COURSE that was the way to do it 🙂
I added the insert for each time I create a column. ...
March 3, 2006 at 12:14 pm
Could you give me a brief example of what you mean?
March 2, 2006 at 8:19 pm
Because the table is being created dynamically. No table exists until a cursor is executed and the table is defined.
March 2, 2006 at 4:42 pm
Missqti, you and me both feel the same way.
Though, look how much longer later and I just abandonded any hopes of using that product for now.
December 22, 2005 at 3:27 pm
Never mind. I am a doofus. My issue was actually later in the query and not worth mentioning....
September 22, 2005 at 4:22 pm
Viewing 15 posts - 16 through 30 (of 44 total)