Viewing 15 posts - 91 through 105 (of 263 total)
Jeff, beauty thanks! This is excellent.
I am looking forward to tomorrow to trying this out. That traceflag looks super not just for this hurdle but for some future...
September 7, 2017 at 3:07 pm
I like this method a lot. I shall give it ago on test soon.
Iincidentally, the script eventually failed with an out of log space message. Indicating that the...
September 7, 2017 at 4:53 am
This is a 4.5 TB database.
There are 9 file groups and two logs.
This table resides on a single filegroup.
All the indicies and keys have been...
September 7, 2017 at 12:55 am
Aye, I supose it is quite large amount of data. Just in my mind it only takes 12 hours to restore the entire DB which is also IO bound. And...
September 6, 2017 at 12:48 pm
Morning 🙂
Sp_spaceused returns the following:
name;rows;reserved;data;index_size;unused
my_table;197836642;198715216 KB;132216576 KB;66036736 KB;461904 KB
It actually contains closer to 200m records not 100 like in my first post.
September 6, 2017 at 12:54 am
I should add that I can isolate Post Code separately with some string manipulation.
It's just the remaining number of field that are unknown. Could be 3 fields,...
August 24, 2017 at 6:34 am
[This site does not play well with Edge!]
create table SourceAddress
(
[AddressData] varchar(max) not null
)
insert SourceAddress(AddressData)
values('51 Anonymous Street//London//NA1 4PQ'),
('The Ugly...
August 24, 2017 at 6:21 am
The configuration for the instance is correct in as much as out of 600 or so different queries, only a handful are helped by lowering the maxdop value.
Which...
July 18, 2017 at 5:57 am
Hi Luis,
I was asking if there is a way to determine from looking at a query or its execution plan if one can tell if any improvement would...
July 17, 2017 at 11:43 am
Guys that's brilliant, thanks a lot.
Both really great links!
July 9, 2017 at 8:04 am
June 28, 2017 at 4:41 am
Thanks Gail. Worked perfectly after doing that.
Owe you beer as that was really annoying me. I even tried pressing F5 harder in case that helped.
June 28, 2017 at 4:26 am
Here's the screen from my AG and the source of my confusion on failover order:
June 5, 2017 at 8:42 am
Okay.
How does one change the order in which fail over occurs.
If I have 4 SQL Server 2016 instances: A, B, C and D
And...
June 5, 2017 at 7:54 am
Viewing 15 posts - 91 through 105 (of 263 total)