Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: How to get output in following formats

    As the previous poster mentioned, following the best practices will allow us to understand the issue at hand and avoid misunderstandings.

    However, at a glance it looks like your issue may...

  • RE: differences between 2 tables

    SELECT

    *

    FROM

    TableA LEFT OUTER JOIN TableB on TableA.Account = TableB.Account

    WHERE

    TableA.HCS_Code != TableB.HCS_Code

    OR

    TableB.HCS_Code IS NULL

  • RE: bcp failing with where clause

    Howdy,

    It looks as though your issue is the number of single quotes around CurDBSchemaVersion

    Try:

    When @import_type = 'UserDetails' Then

    'exec master..xp_cmdshell ''bcp "Select v.EntryValue, FirstName, GroupID From VC..UserDetails LEFT JOIN VC..UserGroup ON...

  • RE: details of more than 10 Top Ups within five days

    I'm slightly confused by something here...

    I think the solution you provided will only return results where there have been 10 updates within 5 days if the customer in questio's first...

  • RE: Question about the behavior asigning values to variables

    This is behaving exactly how I'd expect, I understand what you're saying about call numbers... but this isn't an insurmountable issue.

    I think your looking for a technical issue / solution...

Viewing 5 posts - 1 through 5 (of 5 total)