Viewing 15 posts - 5,296 through 5,310 (of 39,919 total)
:), opinions do vary.
I really dislike EAVs, though they do have a very limited place at times. Perhaps someone feels differently and really likes them. Or they...
July 10, 2018 at 7:49 am
I think the CA does have some better limits. We'll see how it goes.
July 9, 2018 at 11:24 am
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
Viewing 15 posts - 5,296 through 5,310 (of 39,919 total)