Viewing 15 posts - 1 through 15 (of 168 total)
Yes education in this case is best policy. As a policy we will educate to use wrapper SP for shrink. It will help to avoid worry about looking list of...
DBDigger Microsoft Data Platform Consultancy.
February 11, 2020 at 11:48 am
DBCC shrink command will be executed as dynamic SQL statement in the wrapper SP. So if given file is restricted then dynamic SQL of shrink will not be executed in...
DBDigger Microsoft Data Platform Consultancy.
February 11, 2020 at 11:29 am
Purpose of wrapper SP is to first check if given file is restricted for shrink operations. If file is restricted then DBCC command will not be executed but a message...
DBDigger Microsoft Data Platform Consultancy.
February 11, 2020 at 11:18 am
Yes you are right, shrink is not triggerable. Permissions for DBA group are full and cannot be reduced for this purpose only.
We will be looking to write and use a...
DBDigger Microsoft Data Platform Consultancy.
February 11, 2020 at 11:02 am
Issue is solved. CDC was enabled on newly restored database and it was preventing the replication wizard to pick the tables for display. Publication wizard excludes the tables if CDC...
DBDigger Microsoft Data Platform Consultancy.
May 26, 2015 at 11:31 am
Thanks for advice. I will be analyzing these options.
DBDigger Microsoft Data Platform Consultancy.
February 14, 2014 at 12:50 am
I have created a new login with public server role. Just added it SQLAgentReaderRole in msdb. Again i am able to start/stop the agent with this login. So could any...
DBDigger Microsoft Data Platform Consultancy.
November 26, 2013 at 1:35 am
If you can ping the server from your machine then probably it will not be a firewall issue. Also try to access through IP and make sure that server is...
DBDigger Microsoft Data Platform Consultancy.
November 25, 2013 at 10:10 pm
Thanks a lot for providing further options.
DBDigger Microsoft Data Platform Consultancy.
March 3, 2011 at 9:51 pm
Thanks a lot. It worked great.
DBDigger Microsoft Data Platform Consultancy.
March 3, 2011 at 1:41 am
Yes you are right. I have made the script for tables with clustered index. So for that reason i have also mentioned it through following sentence
One final note before we...
DBDigger Microsoft Data Platform Consultancy.
January 24, 2011 at 10:35 pm
January 24, 2011 at 9:51 pm
If graphical tools can be used then process explorer, task manager may serve your purpose.
Thanks
DBDigger Microsoft Data Platform Consultancy.
July 12, 2010 at 11:45 pm
How do you open the table, i mean selecting whole table or limited rows? What is number of rows, number of columns and indexes on that specific table? Please also...
DBDigger Microsoft Data Platform Consultancy.
June 7, 2010 at 12:18 am
Pinal has mentioned same error in his blog post. Please take a look at actual post at his blog. http://blog.sqlauthority.com/2008/01/30/sql-server-fix-error-the-query-processor-could-not-start-the-necessary-thread-resources-for-parallel-query-execution/
DBDigger Microsoft Data Platform Consultancy.
June 7, 2010 at 12:12 am
Viewing 15 posts - 1 through 15 (of 168 total)