Viewing 15 posts - 7,186 through 7,200 (of 22,213 total)
Yes, have one.
But seriously:
Start with backups. Identify the Recovery Point Objective (RPO). That's the amount of data that the business is willing to lose. They'll say zero, but that's an...
November 26, 2014 at 7:31 am
If you know for certain that you're using no other mechanisms that need the SQL Writer service, it can be disabled. That's from the Books Online.
November 26, 2014 at 3:21 am
So, not so much a bench marking tool as a load generation tool. HammerDB is one of the preferred approaches. But, if you want to simulate load, you could get...
November 26, 2014 at 3:14 am
Yes, they would be. It'd be a bad choice to do this after setting up a cluster. I'd suggest going the method of scripting everything for your initial deployment.
November 26, 2014 at 3:11 am
Yes, the role changes. When you fail over from one database to another within your availability group, the active node switches. If you're scheduling activities on the databases, you'll want...
November 26, 2014 at 3:09 am
And, as the article says, it's going to be a rare case. Don't panic. Read the KB. Apply the fix. It's probably not a bad idea to get ahold of...
November 26, 2014 at 3:04 am
Yeah, sorry, should have commented on that. The messages sound perfectly correct.
November 25, 2014 at 3:23 pm
Could be a trigger? Nothing else is immediately coming to mind.
November 25, 2014 at 3:16 pm
But if you're looking for backup, I'd strongly suggest using the built in backup mechanisms. Full backup, differential backup and log backups combined can ensure very little or even zero...
November 25, 2014 at 11:28 am
That almost sounds like a permissions issue on the script location. Just for an experiment, try placing it in the SQL Server \bin directory and see if you can execute...
November 25, 2014 at 9:41 am
You have to have the sqlps module if you're running this from standard PowerShell. Here's the topic on MSDN. I know you're calling it from SQL Server, but because you're...
November 25, 2014 at 8:43 am
jacksonandrew321 (11/25/2014)
GilaMonster (11/25/2014)
jacksonandrew321 (11/25/2014)
Read more about clustered indexes and non clustered indexes here
Considering that the article is completely wrong about index structure, I'd recommend not reading it.
Indexes are not binary...
November 25, 2014 at 8:02 am
In addition to just too much data, you can see this if you have extremely complex queries such as views that call views that join to views, etc.
Short answer, whatever...
November 25, 2014 at 6:00 am
The clustered index is the table. That's why it's a good idea to usually put the clustered index on the most often used path to the data. This is usually,...
November 25, 2014 at 5:56 am
And if you're on a 2008 server, consider using extended events to gather data instead of trace. It has better filtering and a reduced footprint.
November 24, 2014 at 10:14 am
Viewing 15 posts - 7,186 through 7,200 (of 22,213 total)