Viewing 15 posts - 76 through 90 (of 201 total)
GilaMonster (3/29/2016)
As for make everything varchar(8000), why? Is a person's first name going to be thousands of characters long? A city name? A company name? An...
March 29, 2016 at 6:21 am
Grant Fritchey (3/22/2016)
March 22, 2016 at 7:01 am
John Mitchell-245523 (3/22/2016)
I'm sure it's all in the documentation, but here's a summary as I understand it. DBCC CHECKDB doesn't take any locks that will cause blocking of use...
March 22, 2016 at 5:36 am
Jeff Moden (3/13/2016)
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...
March 14, 2016 at 2:20 am
Jeff Moden (3/13/2016)
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...
March 14, 2016 at 12:52 am
Jeff Moden (3/13/2016)
Supposed "long running" aren't usually the biggest problem when it comes to the front end. People look for things like queries that take over 1 second to...
March 14, 2016 at 12:39 am
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 buffer...
March 13, 2016 at 5:47 am
Hi Hugo,
Thanks for your reply.
You are right if column is included in an index , the index should be dropped first , change done then index re created.
Regarding the script,...
March 13, 2016 at 5:22 am
Thank you very much guys i will apply those recommendations and try and get back to you with result
February 16, 2016 at 9:39 am
At the beginning i had this query as a view with normal joins but noticed the index scan on patient table and high reads also.
I thought if i change the...
February 16, 2016 at 6:23 am
I did that now but still on patient table it's an index scan operation and big number of reading on table.
February 16, 2016 at 5:54 am
What i need to check is the index scan on Patient table.
This is a big table and accessed by most functions in system.
Is there anyway to reduce the count of...
February 16, 2016 at 5:16 am
I hope it's ok this time.
Thanks
February 16, 2016 at 3:10 am
Hi Orlando,
Thanks for your reply.
I have to generate example because the real data is too big and contains some sensitive data, unfortunately i am not allowed to send.
The example i...
February 16, 2016 at 1:28 am
Hi All,
Thanks for your replies.
I have attached the scripts as requested for your kind review.
Best Regards
Nader
February 15, 2016 at 11:36 pm
Viewing 15 posts - 76 through 90 (of 201 total)