Viewing 15 posts - 61 through 75 (of 253 total)
1. Go to register start > run
2. Type Regedit
3. Go to: HKLM\System\CurrentControlSet\Control\LSA
4. Add a DWORD value called “DisableLoopbackCheck”
5. Set this value to 1
6. Reboot after making this change.
June 16, 2016 at 11:46 pm
If the transaction that you have deleted accidentally were performed within a Begin transaction and did not committed, can be recovered by using fn_dblog() function. You can apply the below command for...
June 16, 2016 at 11:04 pm
take a look at this article hope this will help you: https://technet.microsoft.com/en-us/library/ms143512(v=sql.90).aspx
June 12, 2016 at 10:24 pm
Take a look at this article: https://support.microsoft.com/en-us/kb/823938
June 10, 2016 at 10:32 pm
Check IIS to see if the application pool that SSRS uses is running. Sometimes this error arise when the application pool has terminated.
June 1, 2016 at 10:31 pm
To remove the connection from sys.sysprocesses, you need to disconnect, after disconnecting your spid will be no longer in the list of sys.sysprocesses.
May 31, 2016 at 10:58 pm
Do you have the MDF file? If so, you may still be in luck, run sp_attach_single_file_db.
If this doesn't work for you, then you have only option to use a third...
May 26, 2016 at 10:55 pm
The EXECUTE permission was denied on the object 'sp_enable_sql_debug', database 'mssqlsystemresource', schema 'sys'. (Microsoft SQL Server, Error: 229)
to fix this error create a new database role
CREATE ROLE db_executor;
then grant...
May 20, 2016 at 10:43 pm
Take a look at this link hope this will help you out: http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer
May 15, 2016 at 10:31 pm
Some more information: http://sqlmag.com/sql-server-2014/sql-select-steps-migrate-sql-server-2000-sql-server-2014
May 12, 2016 at 10:05 pm
I found a similar thread here, take a look: http://www.sqlservercentral.com/Forums/Topic1182382-1550-1.aspx
May 11, 2016 at 11:43 pm
Take a look at this article hope this will help you out: http://blog.sqlauthority.com/2015/10/03/sql-server-linked-server-creation-error-ole-db-provider-sqlncli11-for-linked-server-returned-message-invalid-authorization-specification/[/url]
May 11, 2016 at 10:50 pm
Take a look at this article http://www.sqlserverlogexplorer.com/causes-of-sql-error-4014/[/url] this informative article shows the reason behind SQL Server error 4014 and possible solution to fix the error.
May 10, 2016 at 10:33 pm
Enter filter parameters
Connect to an instance of the SQL Server Database Engine
Expand SQL Server Agent >> expand Jobs.
Right-click a job >> click View History
In the Log File Viewer >> click...
May 10, 2016 at 10:13 pm
Note that it will say "the login provided" even if you attempted to connect as a contained database user but forgot to specify a database, specified the wrong database, or...
May 9, 2016 at 10:18 pm
Viewing 15 posts - 61 through 75 (of 253 total)