Viewing 15 posts - 211 through 225 (of 280 total)
Thanks for the suggestion sir
September 4, 2015 at 4:21 am
Dear Jeff,
In that case, how to find unused indexes.
September 1, 2015 at 11:40 pm
Good morning Gila Shaw Madam,
Actually, when the app team reports slowness in fetching data from application, we see Blocking due to access_methods_scan_range_generator and Latch_Ex. This may be co-incidence or may...
September 1, 2015 at 11:38 pm
Good morning Gail Shaw Madam and Everyone,
To confirm that an index is unused, should the values for seeks,scans,lookups and updates be zero. That is, only if
seeks=0 and scans=0 and...
September 1, 2015 at 12:32 am
Dear Jeff,
Both are non-clustered indexes. I will try setting fill factor=80 or 70. Thanks sir
August 30, 2015 at 11:43 pm
Dear Jeff sir,
I did not rebuild ALL indexes in the database with fillfactor=90. Only on some tables, index fragmentation was greater than 95%. For these indexes, i rebuilt with fillfactor=90...
August 30, 2015 at 8:45 am
Good morning Gail Madam and everyone,
I reduced the fill factor value, set it to 90 and then rebuilded the indexes. It worked for majority of indexes. However, for some indexes...
August 29, 2015 at 3:46 am
Dear Lowell,
Thats the catch. The login cannot be removed from db_owner. They have some reasons for it.
August 24, 2015 at 5:46 am
Dear Jonas
We want our app login(prduser) to have ONLY execute permission to procedures.It must NOT be able to ALTER or DROP stored procedure. It is allowed to do everything else....
August 24, 2015 at 5:08 am
Sir is a respectful term of address. I am an entry level while you all are already in the dba field for years. Hence, as a token of courtesy, I...
August 21, 2015 at 10:08 am
Dear Chris sir,
Openquery can tune/improve performance but the architect told not to replace linked server with openquery. This is because we are migrating to cloud and architect said that it...
August 21, 2015 at 6:05 am
sir,
I informed to colleague. He will run and check.
August 21, 2015 at 5:14 am
Dear Chris sir,
There is remote join in the query you posted. I came across an article that says Remote join doesn’t work well on SQL server 2005. Ours is 2005.
https://www.mssqltips.com/sqlservertip/2765/revisit-your-use-of-the-sql-server-remote-join-hint/
August 20, 2015 at 1:00 am
The login had db_owner permission to the database. Will the trigger override the db_owner permission previlige?
August 19, 2015 at 11:53 pm
Viewing 15 posts - 211 through 225 (of 280 total)