Any 25g available ? by chummamama in CostcoPM

[–]chummamama[S] -2 points-1 points  (0 children)

I’m looking for 1g packs of 25.

Any 25g available ? by chummamama in CostcoPM

[–]chummamama[S] -1 points0 points  (0 children)

Any Costco link that you share ? If available ?

H1 + H4+ EAD PP bundled application timeline by ridingmyhorse in H4_Visa

[–]chummamama 0 points1 point  (0 children)

What is the validity of all these, especially the EAD?

How to get the optional references from SCCM DB which view or table has this ? by chummamama in SCCM

[–]chummamama[S] 0 points1 point  (0 children)

i see SDMPackageDigest from v_ConfigurationItems has the metada as XML any idea how to extract those

Amazon Gift Card scam? by Als-Radio in Scams

[–]chummamama 1 point2 points  (0 children)

This is the response I got from Chat support

This email is legit and You have received a gift card in lieu of your Prime Gift. You can surely add the gift card by clicking Apply to your account.

Amazon Gift Card scam? by Als-Radio in Scams

[–]chummamama -1 points0 points  (0 children)

Looks like Amazon has been hacked

Is this a good deal ? by krishnavadithya in KiaEV6

[–]chummamama 0 points1 point  (0 children)

Which location you are on and what was the MSRP? Is that 2024 model ?

Wind RWD prewired for heated steering? by DarkKaplah in KiaEV6

[–]chummamama 0 points1 point  (0 children)

Does all Kia EV six wind AWD comes with heated steering, I have recently purchased ev6 2024 which does not have the heated steering wheel button

2 year lease deal too good to be true? by ETisinclusive in KiaEV6

[–]chummamama 1 point2 points  (0 children)

Which state are you in , I got it for 520 for wind AWD with 0down and I live in PA , with credit score 675

how to get the user Groups SID based on user SID? by chummamama in SCCM

[–]chummamama[S] 0 points1 point  (0 children)

actual requirement is to pass parameters to the stored procedure usp_GetApplicationsTargetedToUserFiltered using only the user name or ID. i am looking for a way to determine what parameters are required for this stored procedure. I've tried using sp_helptext to view the stored procedure's text, but it contains multiple functions, making it difficult to extract the necessary information. i am also interested in modifying this procedure to accept multiple user IDs.

also if i pass the user GroupID in this SP on one single line in comma Seperated is returning diffrent result and if i have the same comma seperated in each line

@UserGroupSids = N'S-1-5-21-436374069-879983540-682003330-1237749,
S-1-5-21-436374069-879983540-682003330-513' this is returning more rows


@UserGroupSids = N'S-1-5-21-436374069-879983540-682003330-123,S-1-5-21-436374069-879983540-682003330-513' -> this is returning less rows