Viewing 15 posts - 1,456 through 1,470 (of 6,395 total)
Thanks for the replay. But lets see the case of TotalOutersShort column
Null Values =...
September 18, 2017 at 7:51 am
Sparse columns are only good when you have a very high number of rows with a null value, those percentages are to low (that is if it is 0.64% and...
September 18, 2017 at 6:33 am
Lots of things can affect the plan.
Are the two servers exactly the same hardware specification? Same CPU, RAM, Disk, IO.
Are you using the old cardinality estimator on...
September 18, 2017 at 5:34 am
Is the free space in the data or the log file?
If its the log, what is the status of log_reuse_wait_desc from sys.databases?
If its the data file,...
September 18, 2017 at 4:36 am
September 18, 2017 at 2:17 am
September 18, 2017 at 1:50 am
So from that the INT column must be maxed out at 2147483647?
If so then yes you will need to switch it to bigint, if not then you've got...
September 18, 2017 at 1:13 am
You've hit the triple hop problem.
You need to ensure that the two machines have SPN's registered and the service accounts are trusted for delegation.
That way the...
September 15, 2017 at 5:56 am
TomThomson - Friday, September 15, 2017 5:37 AMGrape
vino
September 15, 2017 at 5:46 am
Have you set the publisher failover partner and all the other settings to make replication work with mirroring?
The Replication&DBM doc is a great read for this sort of...
September 15, 2017 at 3:06 am
YES
The SQL Server Services full access for the directory .
when i just...
September 15, 2017 at 1:54 am
September 15, 2017 at 1:31 am
moving over here as this is more of the discussion forum rather than ASK SSC.
So if all you want is a readable...
September 15, 2017 at 12:55 am
September 14, 2017 at 11:17 am
Viewing 15 posts - 1,456 through 1,470 (of 6,395 total)