Viewing 15 posts - 1,096 through 1,110 (of 4,820 total)
Replication is going to overwrite values for a column that is included in the replication set of stuff to be replicated. Expecting to over-write those values using temporal features just...
June 13, 2018 at 6:20 am
Step 1. Stop posting it anywhere, and especially having it in your registration with sites like Google, Twitter, Facebook, and pretty much ALL of the social media sites.
Step 2. ...
June 12, 2018 at 3:40 pm
June 12, 2018 at 2:57 pm
June 12, 2018 at 2:25 pm
June 12, 2018 at 2:17 pm
I don;t know much about temporal features, but I do know that replication tables that need to be different from their source tables because there are some things replication isn't...
June 12, 2018 at 2:11 pm
June 12, 2018 at 1:54 pm
sp_describe_first_result_set
IF 1=0
SELECT ... FROM ... WHERE --...
June 12, 2018 at 1:52 pm
June 12, 2018 at 1:40 pm
I've heard quite a bit about MERGE over the years, with much of it in the category of "MERGE is unreliable", and given the occasional difficulty in figuring out exactly...
June 12, 2018 at 8:39 am
saravanatn - Monday, June 11, 2018 4:50 AMJust curious to know how it mark it as answer for a post
Only the original...
June 11, 2018 at 9:13 am
June 11, 2018 at 9:03 am
As your code works, and gets the possible combinations via recursion, the only thing you may have to worry about is performance. To eliminate your duplicates, however, you need an...
June 11, 2018 at 8:56 am
You may well be out of luck.... nvarchar(max) or varchar(max) is going to cause it's own set of issues for the table involved, as for some rows the data is...
June 11, 2018 at 7:47 am
Viewing 15 posts - 1,096 through 1,110 (of 4,820 total)