Viewing 15 posts - 18,136 through 18,150 (of 59,069 total)
Also, since you opted to do a rollback, consider NOT trying to do the copy as a single monolithic table again especially since it's an all or nothing evolution. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 12:18 pm
lmarkum (3/13/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 12:14 pm
lmarkum (3/13/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 11:53 am
One thing that you can do to get an estimate of how far through a given process is, is first determine what the SPID is that you're running your query...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 11:45 am
Leaving current problems behind for a minute to plan for the future, this large mostly static audit table can be effectively partitioned even in the Standard Edition. Done correctly,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 11:33 am
Have you got T-Log backups running very often? If you, you might want to crank up the frequency to try to help the growth of the T-Logs from taking...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 11:15 am
Not sure I can help with the final outcome but here are a couple of problems that you're having...
1. Dropping the clustered index isn't simple. It must recreate...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 10:24 am
My initial and probably unhelpful reaction to your question is "Fire those idiots and find a company that actually knows what the hell they're doing". I don't know much...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 9:31 am
nadersam (3/13/2016)
Hugo Kornelis (3/13/2016)
nadersam (3/13/2016)
Now i need a recommendation please to do that or not, if there is no need for field to be nvarchar.
Do you find that your...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 9:23 am
Shifting gears a bit, if you really want to improve performance, bite the bullet and shake out the rug. Find the top 10 worst performing queries on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 9:17 am
nadersam (3/13/2016)
I have read many articles recommending use of varchar instead on nvarchar as first one only reserves the amount of data saved in field instead of reserving the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 8:49 am
nadersam (3/13/2016)
We have an index rebuild job running over night, unfortunately it fails many time due to activity on system and it's chosen by sql server as deadlock victim.
Any...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 8:21 am
Eirikur Eiriksson (3/13/2016)
😎
BTW: I normally use a similar...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 8:03 am
MS is making just one splitter. Because of that, it has to be generic. You would prefer it to return NULLs for empty elements. Others would prefer...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2016 at 11:54 pm
peter-757102 (3/12/2016)
Jeff Moden (3/12/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2016 at 10:33 pm
Viewing 15 posts - 18,136 through 18,150 (of 59,069 total)