Viewing 15 posts - 121 through 135 (of 59,038 total)
Good article. Thanks for taking the time to write it.
I wonder when people will really reconsider what they've done. I was both shocked and tickled when I saw the articles...
February 1, 2025 at 2:07 am
the best, and probably correct, way is to use your visual studio (or vs code) solution (you do have one don't you!!!) and its schema compare.
while there are 2...
January 30, 2025 at 11:57 pm
This does not show database sizes but rather individual database file sizes. To do what I think you want it to do - show total space used per database, change...
January 30, 2025 at 11:54 pm
You will need to do the rename the column inside of every coded object, as well. The textual content is located in sys.sql_modules by object ID. Obviously, you're going to...
January 30, 2025 at 10:00 pm
That's interesting. I assume you've done this multiple times, with the same (approximate) result?
That's one of the ways we made a Partitioned View a whole lot faster. Instead of...
January 29, 2025 at 10:10 pm
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
Viewing 15 posts - 121 through 135 (of 59,038 total)