Viewing 15 posts - 3,541 through 3,555 (of 22,210 total)
It's very likely a permissions issue. When you run backups through SQL Agent, for example, that backup process is running under SQL Agent's login, whatever that might be. When you're...
November 8, 2017 at 10:01 am
November 8, 2017 at 6:25 am
November 8, 2017 at 5:33 am
So, general advice, not specifics.
Measure the performance of each of these systems. Get the wait statistics and break that down by database. Best way to do this is...
November 8, 2017 at 4:06 am
Yeah, I'm with Eddie. I've done this in the past. It's just about capturing the correct events and then Distributed Replay just works. I freely admit I haven't used this...
November 8, 2017 at 4:03 am
It is worth noting, storing numbers in a varchar field, if they really are numbers and not strings, can lead to other issues down the road. CAST & CONVERT functions...
November 7, 2017 at 4:48 pm
I'd love to answer this for you, but I don't know the answer. Plus, I work for Redgate, so you know what I'm going to suggest.
November 7, 2017 at 6:58 am
November 7, 2017 at 5:10 am
XML indexes are not the same as a standard B+Tree clustered or nonclustered index. It doesn't use a histogram and density graph to define the index. Instead, it's a BLOB...
November 7, 2017 at 2:27 am
November 7, 2017 at 2:22 am
If I recall correctly, this usually happened when the procedure itself created changes within objects in the database. There was also an old bug in 2005. I think we'd need...
November 7, 2017 at 2:17 am
I was requested by my company to create a solution that is able to...
November 7, 2017 at 2:10 am
Piling on a little. Yes, if the first three columns make the data unique, then you can duplicate the data in DEF as long as ABC is different each time....
November 6, 2017 at 4:12 pm
November 6, 2017 at 6:22 am
Viewing 15 posts - 3,541 through 3,555 (of 22,210 total)