Forum Replies Created

Viewing 15 posts - 1 through 15 (of 84 total)

  • RE: More SQL Server 2008 Installation Issues

    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...

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: SQL Server 2008 Express Advances Install Fails

    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?

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: SQL Server 2008 Express Advances Install Fails

    It did not find it...

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Do a grouping by year

    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])

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Studio Manager Editing

    Thank you that worked great!

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Multiple Counts

    I suppose this is where I say duhhhhH! Thank you that worked perfectly!

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Translate VBA to TSQL

    That was perfect thanks.

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Translate VBA to TSQL

    Hey look at that, I solved my own issue. Thanks for your help.

    SELECT ApplicantID, ([LastName] + ', ' + ISNULL([Suffix],'') + ', ' + [FirstName] + ' ' + ISNULL([MiddleName],'')...

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Translate VBA to TSQL

    I see the issue. It's returning a null for every name that does not have a Suffix. Is there a way around that?

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Translate VBA to TSQL

    I kinda see how its going... But the FullName is returning NULLS.

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Database Mail Configuration

    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!

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Log Shipping not available

    Reinstalling the SSMS worked but I ended up having to uninstall Visual Studios 2008 first. Thanks.

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: Database Mail Configuration

    Tried both the links but noting worked. Still looking into it.

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: SQL Server 2008 on Windows 7

    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?

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

  • RE: SQL Server 2008 on Windows 7

    OK I will unistall and try the developers editions.

    Warm Regards,

    Arthur Lorenzini
    Sioux Falls, SD

Viewing 15 posts - 1 through 15 (of 84 total)