Viewing 15 posts - 91 through 105 (of 253 total)
Hope this article will help give you some idea about the error: https://support.microsoft.com/en-us/kb/3027860
April 12, 2016 at 11:07 pm
If you will load a ssis package from a SQL Server, under a proxy account, be sure to grant to that user db_ssisoperator on msdb database.
April 11, 2016 at 11:05 pm
Take a look at this link, this link will show you cause of Syntax error and how to fix it: http://www.sqlmdfviewer.org/fix-error-sql-syntax.html
April 11, 2016 at 10:53 pm
This problem could be an issue with the database page or a problem with the SQL Server engine when determining what the expected allocation unit should be.
April 8, 2016 at 11:00 pm
Database> Tasks> Generate Scripts > Next > Next
On Choose Script Options UI, under Table/View Options Heading, set Script Triggers to True.
April 7, 2016 at 10:25 pm
Take a look at these links: https://dbamohsin.wordpress.com/2009/02/20/tempdb-full-%E2%80%93-how-to-clear-tempdb-log-in-sql-server-2005/ [/url]
http://www.sqlserverlogexplorer.com/error-9002-transaction-full/ [/url]
April 4, 2016 at 11:21 pm
Check out the following link maybe this will help you out: http://blog.sqlauthority.com/2016/01/26/sql-server-timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding/[/url]
April 4, 2016 at 10:41 pm
You can open the properties dialog in Enterprise Manager and click "Permissions..."
March 31, 2016 at 11:11 pm
Take a look at this article hope this will help you out: https://sites.google.com/site/pankajdbablog/sql-server-administration/installing-and-configuring-sql-server-2008/the-parameter-is-incorrect-0x80070057-in-sql-server-configuration-manager
March 30, 2016 at 11:03 pm
Check out the following article hope this will help you: http://www.sqlmdfviewer.org/fix-error-sql-syntax.html
March 29, 2016 at 11:08 pm
Check out the following links to shrink temp db in various ways: http://dbadiaries.com/how-to-shrink-tempdb
March 24, 2016 at 11:10 pm
This error usually occurs when a Partition Scheme has been assigned to the filegroup, that you are trying to remove.
So delete the Partition Scheme that is using the filegroup.
March 24, 2016 at 10:51 pm
Check the following things
>> Monitor this password reset activity using PROFILER for SA activities.
>> May be some policy is running on the database server to change the password try to...
March 21, 2016 at 11:09 pm
Check out the following article maybe this will help you out: https://www.mssqltips.com/sqlservertip/3171/identify-sql-server-databases-that-are-no-longer-in-use/[/url]
March 20, 2016 at 11:07 pm
Viewing 15 posts - 91 through 105 (of 253 total)