Viewing 15 posts - 586 through 600 (of 2,648 total)
and you may as well tell us HOW you determine which ones are the top 4. e.g. how do you order them on your query so they are on your...
February 9, 2023 at 7:25 pm
That’s why I like you Jeff, you’re such a smart guy 😍🥳
Heh... if I were really smart, I'd just up and retire. That would...
February 8, 2023 at 4:18 pm
Jeffery is a spammer - ignore
February 7, 2023 at 7:06 pm
yup - and in the majority of cases I would also report this main thread to get ride of it - if not for some of the replies being useful.
February 7, 2023 at 4:50 pm
if you are getting 2 emails it means your code is executing the sendmail twice or you are sending to more than one account (including a distribution group) and getting...
February 7, 2023 at 4:48 pm
you are setting $html twice - to different things - so as mentioned before for other things YOU need to DEBUG your scripts to see at what point you got...
February 7, 2023 at 3:25 pm
and what have you tried so far? there are too many examples of sending email from powershell - some full blown as you seem to wanna do.
we are not here...
February 7, 2023 at 1:28 pm
if not spam go read the answers to your original question in reddit - https://www.reddit.com/r/googlecloud/comments/10kloy5/do_entrylevel_cloud_positions_exist/
February 4, 2023 at 11:55 am
you are doing what should never be done - setting the users/group as sysadmin - there is never any need for anyone other than DBA's to have sysadmin.
As sysadmin you...
February 3, 2023 at 10:10 pm
using the trigger you can filter down logging the change when the user is the service account - and only log the other updates (including host name)
BUT any DBA that...
February 3, 2023 at 3:28 pm
you will need to find your model either someowhere on the outside or potentially by using a tool like cpu-z which can sometimes identify what it it.
February 2, 2023 at 8:04 pm
that's because you failed to understand what you are doing on your powershell script.
Insert into dbastuff.dbo.Tbl_Alerts
SELECT '$Capuretbl',Max(DateStored) FROM [$($Row[0])]"
you are surrounding the contents with square brackets - so the table...
February 2, 2023 at 2:55 pm
what is the definition of the clustered index. My guess is that it includes "DraftNum " as one of its columns.
this based on the definition of a non clustered key.
from...
February 2, 2023 at 2:22 pm
you need to use pastetheplan - loading the file fails
February 2, 2023 at 12:06 pm
if you still have the old laptop you could use it to run SQL on its own - and have your app on your new laptop connect to it through...
February 2, 2023 at 8:12 am
Viewing 15 posts - 586 through 600 (of 2,648 total)