Viewing 15 posts - 151 through 165 (of 245 total)
Can solve my problem use INDEX_REBUILD_ONLINE, that it will be in tempdb and not in memory , right ?
use msdb
EXECUTE dbo.IndexOptimize
@Databases = 'USER_DATABASES',
@FragmentationLow = NULL,
@FragmentationMedium = 'INDEX_REBUILD_ONLINE,INDEX_REORGANIZE,INDEX_REBUILD_OFFLINE',
@FragmentationHigh = 'INDEX_REBUILD_ONLINE,...
March 26, 2014 at 3:45 pm
sqlbuddy123 (3/26/2014)
March 26, 2014 at 3:32 pm
Guys, I understand that you dont understand why I want to do, but it looks that we have problem with disk subsystem.
It is not possible to buy new or...
March 26, 2014 at 3:28 pm
Grant Fritchey (3/26/2014)
March 26, 2014 at 8:26 am
thanks for response, i am not sure that i asked right, i was after night shift, so i was little confuse.....today night shift i will read these article..
it were two...
March 26, 2014 at 7:31 am
thanks for response, I created this job so I really know that it couldnt be cause...
Next point
- I checked that was full RAM - it was full about 3days...
March 26, 2014 at 12:43 am
mike 57299 (3/25/2014)
March 25, 2014 at 9:55 pm
Hello,
Do you have same login to this server like you logon on another machines ?
Because I have another login on my pc to domain than on SQL server.
login i...
March 25, 2014 at 9:28 pm
I was reading few articles about it and I tried solution with dynamic sql, but I dont want to use, Somebody knows next solution ?..
With this I got right estimated...
March 14, 2014 at 8:29 pm
Thank for advice and link
Here is next thread for this query .. http://www.sqlservercentral.com/Forums/Topic1551418-391-1.aspx?Update=1
I have problem with variable = I declare same type like in Design of this table, but estimated...
March 14, 2014 at 8:05 pm
So still not solved, I tried update statistics on Production and nothing
I have 2test database
1. almost same data like production and I tried this select and is not function -...
March 14, 2014 at 7:03 pm
So I tried with this script for creating tables and etc on our test database and it looks that it is due to update statistics from TB_RESULT_TOOL, to this table...
March 14, 2014 at 6:13 pm
I forgot
I rebuild indexes and update statistics, but I have to wait for breaktime for update statistics on TOOL table ( I have one hour to breaktime, so then I...
March 14, 2014 at 6:05 pm
Viewing 15 posts - 151 through 165 (of 245 total)