Viewing 15 posts - 1 through 15 (of 83 total)
I am having a real bad time trying to install SQL Server 2008 Express R2. It starts the install fine but when it gets to copying the files it reports...
May 9, 2011 at 10:47 am
I removed the classes and keys like thae article said but still get the same error. Could it be I am trying to put it on Windows 7 Pro?
April 29, 2011 at 3:56 pm
Solved my own problem....
Must be getting tired.
SELECT Count(qlkpApplicantWaitingListMain.ApplicationID) AS TotalCount, Year(qlkpApplicantWaitingListMain.[Approval Date])
FROM qlkpApplicantWaitingListMain
GROUP BY qlkpApplicantWaitingListMain.Status, Year(qlkpApplicantWaitingListMain.[Approval Date])
April 28, 2011 at 10:06 pm
I suppose this is where I say duhhhhH! Thank you that worked perfectly!
April 27, 2011 at 2:38 pm
Hey look at that, I solved my own issue. Thanks for your help.
SELECT ApplicantID, ([LastName] + ', ' + ISNULL([Suffix],'') + ', ' + [FirstName] + ' ' + ISNULL([MiddleName],'')...
April 27, 2011 at 1:15 pm
I see the issue. It's returning a null for every name that does not have a Suffix. Is there a way around that?
April 27, 2011 at 1:05 pm
I kinda see how its going... But the FullName is returning NULLS.
April 27, 2011 at 1:02 pm
I had to re-install my SSMS for another reason and when I setup the database mail in accordance with your advice, it started working!!!!! THANKS!
October 17, 2010 at 7:40 am
Reinstalling the SSMS worked but I ended up having to uninstall Visual Studios 2008 first. Thanks.
October 16, 2010 at 9:58 am
Tried both the links but noting worked. Still looking into it.
October 16, 2010 at 8:20 am
Will there be any issues if I have SQL Server 2005 Express installed already. I am downloading the 2008 Developer evaluation and it about 3GB does that sound right?
October 6, 2010 at 4:23 pm
OK I will unistall and try the developers editions.
October 6, 2010 at 10:39 am
Viewing 15 posts - 1 through 15 (of 83 total)