Forum Replies Created

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

  • RE: Complicated Query Help (for a relative beginner)

    Hey Paul,

    Thanks for the code. I, unfortunately, can't add an "Account Type" of manager as you've suggested, as that field in my db is imported from another source.

    I am...

  • RE: Complicated Query Help (for a relative beginner)

    Sorry about that, first time posting.

    The table I'm querying looks like this (just a copy/paste of the create statement):

    CREATE TABLE [dbo].[BasicAccountInfo](

    [UserObjectSID] [varchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

    [UserSourceDomain] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [UserFullName]...

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