Viewing 15 posts - 1 through 15 (of 83 total)
This is correct and I have already pointed this out to you. You may also be able to identify the data row using the RID.
You should also be able to...
January 5, 2021 at 5:52 pm
What are you seeing when you try to make the update? Is the step name greyed out and read-only or do you get an error? The first is probably permissions...
January 5, 2021 at 2:24 pm
First of all, I saw that we have Amazon RDS for SQL Server.
Regarding script for index maintenance (https://ola.hallengren.com/) it looks like the same as what I want...
January 5, 2021 at 2:07 pm
There are two parts to this conundrum:
There are many ways to identify when a...
January 5, 2021 at 1:48 pm
You may be able to overwrite or repair the data providing you have a backup, including TLog backups, that does not have this issue when restored and a DBCC CHECKDB...
January 5, 2021 at 1:01 pm
Hi Tom.
You are free to implement a solution that best fits your circumstances but one account for all instances is not one that I would recommend.
Microsoft's recommendation for standalone Instances...
June 5, 2016 at 3:46 am
MarkThornton (9/25/2013)
1) In Login Properties, click on Securables
2) Choose the relevant Server as a Securable
3) grant my colleague the Permission to "view any definition"
This...
October 21, 2013 at 3:19 pm
schleep (10/15/2013)
I'd originally hoped to use nested AD, but my domain admin tells me "that ain't gonna happen" due to trust issues.
At no point is any of this being...
October 21, 2013 at 3:11 pm
Jerry.
Check out Gail's link.
GilaMonster (8/3/2011)
http://www.sqlservercentral.com/articles/Transaction+Log/72488/
I recently had to deal with a subscriber database, in simple recovery, that thought it was a publisher. It was not allowing the transaction log...
August 9, 2011 at 10:42 am
Hi Philip.
One of the big uses of instances to to isolate SQL server installs for administrative, versioning or patching considerations. It can be a big headache to administer but there...
August 9, 2011 at 10:29 am
Many thanks for the feedback.
The user is indeed an SQL one, this was created as a test user after the database had been restored. This was an attempt to remove...
August 9, 2011 at 9:22 am
You can always run this as an SQL job. You can then vary the batch size (in the script) and frequency (how often the jobs runs). This is also restartable...
May 3, 2011 at 12:21 pm
The link below has a comprehensive looking script which may give you the answer you are looking for.
Can I suggest that you do not assign permissions to a user but...
April 28, 2011 at 4:11 am
You could run DBCC CHECKDB against the database after you have performed one of your routine test restores.
Mine's the coat with the Kevlar back protector in it ... :Whistling:
August 13, 2010 at 6:24 am
Paul White NZ (8/13/2010)
August 13, 2010 at 6:15 am
Viewing 15 posts - 1 through 15 (of 83 total)