Viewing 15 posts - 211 through 225 (of 4,477 total)
Another alternative might be to create a signed stored procedure(s) that add users to the roles instead of depending on using SSMS for the user to add members to those...
January 24, 2020 at 8:40 pm
Multisubnet had some issues with that error so you can search for that if you are using that.
Virtual machines had some issues with that error and backups, I think it...
January 24, 2020 at 6:10 pm
It's already granted to the role. Haven't checked for awhile but for the history it should execute sp_help_jobhistory when checking the history in SSMS. Is the user using a current...
January 24, 2020 at 12:30 am
Based on your questions though, you don't really know what it is. That's the point. Why grant permissions on something you don't know anything about? Seems that's just as dangerous...
January 23, 2020 at 11:29 pm
Looking for better way to grant recompile store procs permissions? Any advise?
My advise would be to learn more about what it means to recompile, when and why you would...
January 23, 2020 at 11:04 pm
Could be a bug. Check this blog post on SSC and make sure you are on the correct patch:
"A connection timeout has occurred on a previously established connection to...
January 23, 2020 at 9:17 pm
It's not necessarily needed in that scenario. In transactional replication the snapshot agent is used for intializing the schema, data of the publication by creating the snapshot files. Those files...
January 23, 2020 at 3:45 pm
Did you check the redo queue? You can get that error with any type of availability group when the secondary falls behind or the redo thread is blocked...scenarios along those...
January 22, 2020 at 11:49 pm
You can reinitialize using the existing snapshot when the files are still there. Otherwise, the distribution cleanup job deletes the files. The default is to clean up files older than...
January 22, 2020 at 7:57 pm
When you select to initialize the subscription immediately then yes you need to wait for the snapshot to finish generating all the articles.
Sue
January 22, 2020 at 4:02 pm
If it's generating and applying the snapshot that is taking awhile, another option is to initialize replication from a backup:
Initialize a Transactional Subscription Without a Snapshot
Not sure what you...
January 22, 2020 at 2:48 am
You can't use an aggregate in a calculated field but you could do something like this with an expression in a text box. It doesn't have to be in the...
January 21, 2020 at 11:27 pm
It's a windows feature that can be turned on.
Sue
January 21, 2020 at 10:27 pm
Most likely something with the expression. But we don't know what you are using so it's hard to say.
Sue
January 21, 2020 at 10:07 pm
Yep. Another vote for ping. If you can't see it in your network, you can't connect to it. Also, when you ping, be sure to specify a port...
January 21, 2020 at 10:03 pm
Viewing 15 posts - 211 through 225 (of 4,477 total)