Viewing 15 posts - 196 through 210 (of 543 total)
Hi Neil,
It worked. after clearing the cache, was able to shrink the files.
Thanks a lot for the help. Was reading similar blog post.
https://sqlsunday.com/2013/08/11/shrinking-tempdb-without-restarting-sql-server/
February 17, 2020 at 9:35 am
Thank you all for the suggestions.
February 17, 2020 at 7:49 am
Thanks everyone for the suggestions. We have decided to purge some unwanted data.
February 12, 2020 at 6:49 am
Many thanks Grant and Jeff.
As Jeff pointed out the options , will try to change the values and see. Thanks Again.
February 12, 2020 at 6:18 am
Hi Everyone,
Thank you everyone. It turned out to network firewall issue. network trace helped.
Regards,
Sam
January 22, 2020 at 6:48 am
Thank you all for the help. I know that we need to give sysadmin server role. But was looking if there is any specific permissions or possible workarounds to accomplish...
December 19, 2019 at 6:11 am
Sam - did you read my comments?
Adding those indexes are not necessarily what needs to be done (as recommendations from the engine are just that)
and is the field I...
December 9, 2019 at 2:51 pm
How can we set the right expectations to the Development team on such situations, what can be done by the DBA and how to convey the application team in a...
December 8, 2019 at 3:01 pm
Change the query to this:
SELECT a.notf_chg_evnt AS notf_chg_evnt,
a.notf_btch_dtl_id AS notf_btch_dtl_id,
a.chg_detct_time...
December 8, 2019 at 2:52 pm
Sam,
Rewriting to use ANSI Joins instead of older Equi-Joins isn't going to fix it nor the apparent total absence of any indexes to support the code. Returning more than...
December 8, 2019 at 2:51 pm
Thanks everyone for sharing your valuable input.
Finally, we move the data into a separate table. We retained some which is required in the newly created table and drop the existing...
December 6, 2019 at 7:36 am
Yes. I tried the shrinkfile but it doesnt release free space which is around 500MB. I dont know why!!
December 4, 2019 at 6:18 pm
Sam
Space from deleted data is not automatically released to the operating system. You have to shrink the data files to get the space back.
Please post the code that your...
December 4, 2019 at 6:16 pm
Viewing 15 posts - 196 through 210 (of 543 total)