Viewing 15 posts - 151 through 165 (of 260 total)
Ask the person to secure the user permissions before refreshing the database and reapply the permissions once it is done. Any DBA should be aware of how to do that...
November 3, 2014 at 1:09 pm
Well, It's not an error. It is an Informational Message which will appear during the server startup, not at the time when you are testing your Linked Server.
Try this....open...
September 11, 2014 at 3:58 pm
Should be in Error logs whether SPN has been registered successfully or not. SQL Server will attempt to register SPN each time it starts and records the status in error...
September 11, 2014 at 3:26 pm
'NT AUTHORITY\ANONYMOUS LOGON' -- Sounds like SPN issue. Did you checked SPN registrations on both the Instances?
September 11, 2014 at 2:53 pm
With "CONNECT ANY DATABASE" we can basically let users to have visibility to all the databases but not the underlying data inside the databases. As Gail mentioned, there is no...
September 3, 2014 at 10:18 am
Total of 4. Place them on the same Drive.
August 26, 2014 at 1:57 pm
SQL Server Express Edition can participate as a Subscriber in replication topology, not as a publisher. If you are taking about both Publisher and subscriber running on Express edition, am...
August 12, 2014 at 8:47 am
Just Curious...Why the App team wants Database Server host name and IP to be changed?
August 7, 2014 at 11:17 am
You can't delete or eliminate particular database file during restore operation.Once the database has been restored to your destination, you can empty the extra 2nd log file and then remove...
July 23, 2014 at 11:52 am
np...So after changing it back to FULL, have you shceduled T-Log backups?
Make sure you have got regular T-Log Backups scheduled for any database which is in "FULL" recovery model. If...
July 10, 2014 at 8:37 am
What does log_reuse_wait_desc say?
Can you run the below stmnt and see what it says?
SELECT log_reuse_wait_Desc FROM sys.databases
WHERE name = 'Your_DB_name'
July 3, 2014 at 1:34 pm
michael.minarzick 97083 (7/1/2014)
There's no doubt that...
July 1, 2014 at 8:35 am
June 20, 2014 at 10:16 am
If you are still getting the same error message when dropping the login, Did you checked who the Database Owner is as Gail suggested?
June 12, 2014 at 7:25 am
Viewing 15 posts - 151 through 165 (of 260 total)