Viewing 15 posts - 6,856 through 6,870 (of 59,070 total)
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...
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...
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...
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...
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...
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.
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...
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...
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...
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...
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?
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?...
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...
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...
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...
June 15, 2020 at 3:59 pm
Viewing 15 posts - 6,856 through 6,870 (of 59,070 total)