Forum Replies Created

Viewing 15 posts - 16 through 30 (of 83 total)

  • RE: problems after migrating to Active Directory

    thanks for your reply but  o i didnt do either of those things - and i tryed running both commands you suggested and no effect. 

  • RE: problems after migrating to Active Directory

    i just looked in the event viewer on the SQL server and every tiem i run my CF template i see an entry like the following in the security log. ...

  • RE: problems after migrating to Active Directory

    coldFusionUser is a SQL login with just SQL Server Authentication - so there is not domain account for him.  i don't think i could assign permissions to any folders with...

  • RE: problems after migrating to Active Directory

    ColdFusionUser is not a networkuser, it is a SQL user using SQL server authentication.  so how would i go about giving a SQL user access to a network folder?

  • RE: problems after migrating to Active Directory

    I assume so because it is the same user that was running the sp before the migration without any problems but how would i check this?

  • RE: problems after migrating to Active Directory

    anyone??? i am really stuck here.

  • RE: getting feedback from a DTS package

    hey thanks for the reply.  originally i was using CF to control the import but some of the file we need to import are quite large on occasion.  and it...

  • RE: getting feedback from a DTS package

    i have no idea how to do that - could you give an example?

  • RE: getting feedback from a DTS package

    unfortunately i dotn think the dctry/cfcatch would work for me because the problem is that the cf template sends the command to the sql server to run the stored proc...

  • RE: getting feedback from a DTS package

    sounds interesting but i have no idea how to do that.

    let me just see if i have the concept right.  you are saying that i add a command to my...

  • RE: help with subqueries

    thank you!  i had copied and pasted and modified this query from another page where i was using a subquery and my mind was thinking subquery since it was already...

  • RE: querying 2 tables

    i ended up doing this and it seems to work:

    SELECT tbl_users.username,

    (select top 1 tbl_groups.groupname

    from tbl_groups, tbl_group_memberships

    where tbl_users.id=tbl_group_memberships.userid AND tbl_group_memberships.groupID=tbl_groups.ID

    order by tbl_group_memberships.id)...

  • RE: querying 2 tables

    hey thanks for the reply!

    sorry but i am not sure what that last part is doing

    where exists

    (select gm.groupname

    from tbl_groupmemberships gm

    where u.id=gm.userid )

    can you please explain that?

    thanks!

  • RE: querying 2 tables

    sorry i should have mentioned that if a user is a part of multiple groups i only what their first group membership returned.  so there will only be one record...

  • RE: query of query problems

    will that work though?  because the detail query is part of a loop that is looping over the RICCOUNT query (a seperate query) so the detail query is executed for...

Viewing 15 posts - 16 through 30 (of 83 total)