Viewing 15 posts - 571 through 585 (of 1,999 total)
That kind of control, while well intended, may mask a bad DBA or admin. I've seen rigid change control policies set up but management still does not question a...
December 4, 2019 at 3:21 pm
another question - it's so blindingly obvious that I forgot to ask.
when you are shrinking, are you using truncateonly in the dbcc script?
Great question, Mike.
I'm thinking that it's...
December 4, 2019 at 3:01 pm
the only way that can happen is if it is in the same session and the previous cursor did not shut down correctly
put a try catch block around the code...
December 4, 2019 at 3:00 pm
another question - it's so blindingly obvious that I forgot to ask.
when you are shrinking, are you using truncateonly in the dbcc script?
December 4, 2019 at 2:48 pm
lol - then we work 150 miles away from each other, but we do the same thing.
keep up the good work
December 4, 2019 at 2:30 pm
this is always going to be slow, if you have pipe delimited fields then you're not even in 1st normal form (remove repeating data groups)perhaps put that data into a...
December 4, 2019 at 2:10 pm
my advice
script it as delete 50 records then go for 500, then 5000 etc
time them and figure out your economy of scale.
December 4, 2019 at 1:51 pm
Hi John
the original poster mentioned "when we trying to shrink the data file, the space is not getting released to OS. Why? how to reclaim the space?"
my understanding is that...
December 4, 2019 at 12:53 pm
Yeah definitely possible but you need to map a drive from your synology to your laptop first, afterwards you can use this drive for your DB. And as MVDBA...
December 4, 2019 at 12:37 pm
I suspect the ntext fields are why it's slow. it's not a huge number of rows, but quite a high data size... I am guessing here
as for reclaiming the space...
December 4, 2019 at 11:48 am
as far as i'm aware it's possible
just don't expect it to be fast
December 4, 2019 at 11:19 am
I have an application from a 3rd party vendor (a network monitoring tool) that uses the dac all of the time - if I need to use the dac then...
December 4, 2019 at 10:41 am
A lot of people will disagree with me on many fronts but I always keep an active SSMS session running in an RDP session on my production servers. It...
December 4, 2019 at 10:35 am
hi - is this a datetime conversion error?
2nd question - if it is, is it stored in a varchar field
December 4, 2019 at 10:21 am
Sure, for us its mostly ads. So, tracking movement across ads and channels and devices is where a lot of this comes into play.
are you sure we don't work...
December 4, 2019 at 10:11 am
Viewing 15 posts - 571 through 585 (of 1,999 total)