Viewing 15 posts - 16 through 30 (of 83 total)
thanks for your reply but o i didnt do either of those things - and i tryed running both commands you suggested and no effect.
August 17, 2006 at 2:01 pm
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. ...
August 17, 2006 at 11:27 am
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...
August 17, 2006 at 10:23 am
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?
August 17, 2006 at 10:02 am
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?
August 17, 2006 at 9:23 am
anyone??? i am really stuck here.
August 17, 2006 at 6:52 am
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...
May 26, 2006 at 9:59 am
i have no idea how to do that - could you give an example?
May 26, 2006 at 8:28 am
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...
May 26, 2006 at 7:18 am
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...
May 25, 2006 at 2:24 pm
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...
November 4, 2005 at 8:27 am
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)...
November 1, 2005 at 4:36 pm
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!
November 1, 2005 at 4:26 pm
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...
November 1, 2005 at 7:17 am
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...
October 26, 2005 at 9:58 am
Viewing 15 posts - 16 through 30 (of 83 total)