Viewing 15 posts - 6,886 through 6,900 (of 59,091 total)
Ok, so let's just say that PASS, as an organization, disappeared (and I hope it doesn't). Who would take the responsibility for the SQLSaturday site? Who would fund the box...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2020 at 4:00 pm
<<< https://www.sql.ru/forum/96127/sp-who3%5B/quote%5DMsg 8152, Level 16, State 13, Line 1
String or binary data would be truncated.
DBCC execution completed. If DBCC printed error messages, >>. Jeff, what parameters did you call...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2020 at 2:07 pm
Sure, found it, thank you. I know, my habit to laziness caused me to ask a simple question I should not have been asking... yet there is a variation...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2020 at 1:45 am
With the idea of teaching a man to fish, lookup each of the DMVs that sp_ShowWorst calls upon in the MS documention and look for the "Permissions" section.
You might already...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 5:51 pm
It's not really a useful thing... there are 14 different "week" patterns (one for each day of the week times 2 because of leap years) and there's the issue of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 5:23 pm
I tried and it didn’t work for me either. Maybe you have some other solutions? Thanks
Saying something as nebulous as "it didn't work" without telling us WHAT about it...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 4:54 pm
I am submitting an official request for DBA of certain servers to run a script on those servers and give me back the resultset.
However the script (the actual script...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 4:06 pm
The MS documentation is meant to be a reference rather than a "how to use" tutorial. The key to the problem on this post is to "find the first non-numeric...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 3:34 pm
And the problem with your question is that you did not give me the full picture.
Now you are drip-feeding clues into the thread as they come up, which is...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 5:07 am
If the data is that consistent (some decimal value followed by character values with no spaces), no loops required, UDF scalars, or other forms of RBAR required. Just go for...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 3:19 am
I think that one of the best answers (other than, of course, "It Depends) comes in the form of a suite of tools by Mr. Brent Ozar. I just refer...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2020 at 2:08 am
Wow. So simple now.
Still labouring in 2008, our next version is supposed to be 2016, with no set date for that.
I figure I'll be able to start using STRING_AGG...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2020 at 8:03 pm
Either that or look into sys.SQL_Modules, which is a system object that comes with SQL Server and can be interrogated using T-SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2020 at 6:03 pm
And now, how to put the brakes on a migration project...
Break your wrist on a bicycle ride so you only have one hand to type with and...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2020 at 5:50 pm
Quick question: Why/for what benefit(S) should I do this?
2. After building the stored procedure, you need to run the following code to convert it into a "system" stored
procedure that...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2020 at 5:47 pm
Viewing 15 posts - 6,886 through 6,900 (of 59,091 total)