Viewing 15 posts - 15,961 through 15,975 (of 59,098 total)
ramana3327 (1/7/2017)
We have a SQL Job that truncate tables in one database then insert into the tables from different database. Some times we are missing some data with in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2017 at 4:08 pm
Tac11 (1/6/2017)
How to add LoginName, ApplicationName, HostName on select * from sys.procedures to find out who altered the Store procedure. I tried from default trace but not working it'...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2017 at 8:20 am
Gary Varga (1/7/2017)
Steve Jones - SSC Editor (1/6/2017)
Gary Varga (1/4/2017)
I enjoy singing in my car. When alone....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2017 at 7:50 am
Alan.B (1/3/2017)
I found out a few weeks back that my department is moving to Phoenix AZ. I did not chose to transfer so I'll be...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2017 at 7:22 am
but, looking at the statistics it was doing a lot of reading but no writing with intermittent PAGEIOLATCH_SH waits before returning to runnable status but never see running.
I don't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2017 at 5:17 pm
pcd_au (1/5/2017)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 11:25 pm
Without having access to either the maintenance plan or the job, it's not likely we'll be able to help you find the problem.
Are both the files pretty close to being...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 11:10 pm
I just got notified today that they're going to let me upgrade all of the servers at work to 2016. The timing with the inclusion of Enterprise features in...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 11:01 pm
Eric M Russell (1/5/2017)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 5:39 pm
LeeFAR (1/5/2017)
Attached is the query plan. The main query that is the trouble is Query 3. As you...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 5:36 pm
Ed Wagner (1/4/2017)
Sean Lange (1/4/2017)
Steve Jones - SSC Editor (1/4/2017)
Right now we have a final test release set for Tues,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 5:34 pm
It would appear the @ID contains certain user roles that are required to conditionally open a cursor somewhere else in the code. When an error occurs for other user...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 10:44 am
When is the last time you rebuilt statistics on the other tables that you're joining to this one?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 10:37 am
You can find the article on the improvements made to the DelimitedSplit8K function with performance tests against other types of splitters as well as the code (see the RESOURCES section...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 10:26 am
Or, do the BSOFH thing. 😉 Set up an alert to email the devs and their boss every time a deadlock occurs. Make sure it also get's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2017 at 10:22 am
Viewing 15 posts - 15,961 through 15,975 (of 59,098 total)