Viewing 15 posts - 16 through 30 (of 258 total)
I am still researching the cardinality estimator. While researching that, I noticed that the database compatibility has not changed from the migration. In fact, it looks like it wasn't changed...
May 24, 2019 at 4:11 pm
The old server was SQL Server 2008 R2.
No, I hadn't checked the latency of the log file drives. I will check that as well.
Thanks.
May 24, 2019 at 1:40 pm
Thank you. I've never used DBA tools. I did find a master server which can run things on target servers. This sounds interesting. I can run multiple...
April 12, 2019 at 8:47 pm
Hey everyone,
I've been on call this week and got really busy with other production issues. However, I wanted to follow up on this issue.
I went saw...
June 7, 2018 at 10:03 am
The original table is exportLogTable. There are no rows in this table though. I copied the table to exportLogTable2 in hopes to truncate the original table, create the primary key...
June 4, 2018 at 10:40 am
Not exactly considered best practice, but if you don't care which dupe gets dumped, you could consider setting IGNORE_DUP_KEY = ON on your PK to ignore dupes silently (
June 4, 2018 at 9:51 am
I tried the IGNORE_DUP_KEY = ON and that failed also.
June 4, 2018 at 9:48 am
I wasn't able to create the index.
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.TableID' and the index name 'ClusteredIndex-20180604-101725'.
June 4, 2018 at 9:23 am
I can't create the clustered index with the duplicates. I've already tried that. I have get rid of the dups first.
I guess I could write a query to...
June 4, 2018 at 8:47 am
Lynn, sorry to let you down. I did look at the url, but I definitely missed the colons.
Scott, Thank you, thank you and again thank you.
I...
May 8, 2018 at 7:40 am
I do appreciate the thoughts and ideas. But I checked and no triggers. Can't remember when I was stomped by an update statement.🙂
May 7, 2018 at 3:55 pm
Removing the dashes didn't seem to resolve it. Got the same error message.
May 7, 2018 at 3:46 pm
This is working with SQL Server 2016.
May 7, 2018 at 3:21 pm
Thanks. I downloaded it and am taking a look at it.
May 4, 2018 at 9:54 am
Jeff,
What is your thought on changing the data? I am not sure I follow you with changing the data. This data masking obfuscation is just for refreshing the...
May 2, 2018 at 8:41 am
Viewing 15 posts - 16 through 30 (of 258 total)