Viewing 15 posts - 5,116 through 5,130 (of 39,740 total)
I didn't know how to showcase the space in there well. Maybe I need to add a note that the parameter is comma, space?
July 9, 2018 at 10:04 am
July 9, 2018 at 9:27 am
Ah, ticked the wrong checkbox on my side. My apologies. Awarding back points.
July 9, 2018 at 9:11 am
You do have to use the tag on social media, Twitter, FB, LinkedIn, etc. Once you've done that, then others can search on it, and refer others to the post.
July 8, 2018 at 7:58 am
One last hint, the case matters. I made the mistake of typing "Row" the first time and got no results.
July 6, 2018 at 12:46 pm
July 6, 2018 at 11:31 am
Added a note that classic deployments are not acceptable.
July 6, 2018 at 10:02 am
Perhaps read this: http://www.sqlservercentral.com/articles/Best+Practices/61537/
We can't see your code, we don't know the data or structure.
July 6, 2018 at 9:56 am
Thanks. I don't see the tag on Twitter. Did it get tagged elsewhere?
July 6, 2018 at 9:43 am
Call Microsoft. The log file needs the data file. The data file can be read with a hex editor, but you need someone with the expertise to do that.
July 6, 2018 at 9:33 am
July 6, 2018 at 9:31 am
SELECT t.x.value('COLUMN[1]', 'varchar(50)') AS FirstName
, t.x.value('COLUMN[2]', 'varchar(50)') AS LastName
, t.x.value('COLUMN[3]', 'varchar(50)') AS CountryName
FROM @xml.nodes('/RESULTS/ROW') AS t(x);
July 6, 2018 at 9:20 am
You are welcome. Hope we see some posts.
For the tagging, I'll think a bit and try to structure the issues as I see them.
July 5, 2018 at 4:37 pm
Tagging is coming (I think) in the upgrade to this forum software. We have that on top of a list, just waiting on a few resources. Tagging for articles is...
July 5, 2018 at 1:54 pm
Viewing 15 posts - 5,116 through 5,130 (of 39,740 total)