Viewing 15 posts - 136 through 150 (of 59,048 total)
See the 'tube in the following article...
Then, imagine this doing like what Covid did and getting "out of the lab". We're talking about something that can, in their words, "create...
January 27, 2025 at 8:49 pm
I am curious as to why you need to call out to PS directly from SQL Server. If I need to call a PS script from SQL Server -...
January 24, 2025 at 11:45 pm
ugh... so one thing, i realized... is always check the naming... of the file... really sorry, everything you mentioned is great troubleshooting... when i found the file.. it was...
January 24, 2025 at 10:20 pm
thanks Jeff, its the Nt service default login, should i grant that login to the path?
Is that E: Drive on the server where you're running this or on your...
January 24, 2025 at 4:39 pm
Run the following code from SSMS on the server that you're trying to run you call from...
EXEC xp_cmdshell 'WHOAMI';
... then tell us who or what that login...
January 24, 2025 at 4:32 pm
You bet and good talking with you this morning!
January 23, 2025 at 6:55 pm
This should do it for you... as is typical, the documentation is a lot longer than the code.
CREATE FUNCTION dbo.Convert_EE_FileName_TimeStamp_to_DATETIME2
/*********************************************************************************************
Purpose:
Convert the timestamp embedded into...
January 23, 2025 at 7:34 am
It's actually got a name for that type of process... "Relational Multiplication". The code that Des Norton wrote above will absolutely do the trick. It's also known as a "Cartesian...
January 23, 2025 at 2:27 am
I don't have any help to offer because I don't build CLRs on our systems and so have zero experience there.
As a bit of a sidebar, though, what does your...
January 21, 2025 at 5:22 pm
I don't have the links for them but I've recently read a few articles that say the turning off page locking for the table did the trick nicely for them. ...
January 21, 2025 at 5:08 pm
Like I said on the other thread with the identical name (Note: there is zero need to double post on this forum)...
This sounds like either a "Connection Leak" or a...
January 20, 2025 at 5:37 am
This sounds like either a "Connection Leak" or a "Memory Leak". A "Connection Leak" is where no connection is ever closed and everyone gets a new connection (which take memory)...
January 20, 2025 at 5:34 am
I agree... great post but it should be an article.
I also add...
6. While even Microsoft hasn't followed suit, NOT using semi-colon terminators has been deprecated since 2005 came out.
7. Both...
January 20, 2025 at 4:16 am
Any suggestions or help..
Many thanks.
I don't know 5hit from Shinola in Powershell and so I tried something different... here's the link to the thread I worked through...
https://www.perplexity.ai/search/using-powershell-how-to-search-hGZTTLw2Rmi4v81v3IwqEA#2
I'm not...
January 20, 2025 at 3:46 am
Any suggestions or help..
Many thanks.
I don't know 5hit from Shinola in Powershell and so I tried something different... here's the link to the thread I worked through...
https://www.perplexity.ai/search/using-powershell-how-to-search-hGZTTLw2Rmi4v81v3IwqEA#2
I'm not testing...
January 20, 2025 at 3:40 am
Viewing 15 posts - 136 through 150 (of 59,048 total)