Viewing 15 posts - 5,731 through 5,745 (of 39,754 total)
Definitely deprecated, but I know there are systems using these and you might run into an older, or upgraded, system. Hence my decision to build a few questions.
February 9, 2018 at 3:37 pm
February 9, 2018 at 3:04 pm
February 9, 2018 at 3:02 pm
February 9, 2018 at 3:00 pm
February 9, 2018 at 2:58 pm
February 9, 2018 at 2:57 pm
The formatting from SSMS is problematic. It has various forms, and this editor doesn't handle it great. The best thing I've found is to paste, then highlight the code here...
February 9, 2018 at 2:57 pm
You have to be consistent. You can't mix nvarchar and varchar values in the column and have them work. I'm going to have to convert all data to nvarchar or...
February 8, 2018 at 7:55 pm
Is it the same if you use an item in a table? I'm wondering if there are issues calling out to AD here with performance. I'd like to think this...
February 8, 2018 at 3:16 pm
February 8, 2018 at 3:15 pm
Can I ask how you're coding the function? Are you hard coding the AD names in there? I'd think you'd want these as data somehow linked to the user and...
February 8, 2018 at 12:11 pm
This seems to work:UPDATE Posts
SET content = 0xFFFE + content
Then:SELECT
Id,
CONVERT(nVARCHAR(MAX), [Title]) AS [Title],
...
February 8, 2018 at 12:09 pm
This might help as well: http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/99287/
February 6, 2018 at 9:39 am
Sounds like someone should write me an article on this.
February 6, 2018 at 9:27 am
More data means more irrelevant data, but it also means we need more complex analysis and not the simple one error is an issue.
A guy from CERN talked...
February 6, 2018 at 9:27 am
Viewing 15 posts - 5,731 through 5,745 (of 39,754 total)