Viewing 15 posts - 6,871 through 6,885 (of 59,072 total)
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
That being said, I run SQL 2016 standard so have not had the chance to play with partitions, so someone with more experience in partitions can probably help you...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2020 at 7:24 am
From the Article...
Yet, all the responses were either blatantly wrong, or answering different questions.
Heh... this happens during meetings, as well. Someone goes off on a tangent or with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2020 at 3:17 pm
no tools
Ok then... let's reword the question... how are you producing the scripts that you cite in your original post?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 10:37 pm
If this is being used in the SELECT list of a query,
Jeff, if that is part of a SELECT list, what SQL dialect would that be?...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 10:34 pm
I've attached a screen shot of the table definitions.
Ya know... If you were to post an actual CREATE TABLE bit of code for the pertinent columns for this...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 10:21 pm
Understood and agreed but, like was said in an article this morning, "There's nothing more permanent than a temporary fix". It's truly unfortunate that that made the same mistake in...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 10:19 pm
"It Depends". If this is being used in the SELECT list of a query, you can do pretty much as you please and you'll have no problems. If it's a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 3:59 pm
From the Article...
Yet, all the responses were either blatantly wrong, or answering different questions.
Heh... this happens during meetings, as well. Someone goes off on a tangent or with some really...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 3:30 pm
Jeff, to which article are you referring?
Sorry... post removed. Apparently I replied on the wrong thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2020 at 3:25 pm
Viewing 15 posts - 6,871 through 6,885 (of 59,072 total)