Viewing 5 posts - 1 through 5 (of 5 total)
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...
September 28, 2011 at 5:38 am
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
September 20, 2011 at 5:25 am
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...
September 16, 2011 at 6:19 am
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...
September 12, 2011 at 6:05 am
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...
September 12, 2011 at 5:54 am
Viewing 5 posts - 1 through 5 (of 5 total)