Viewing 15 posts - 4,021 through 4,035 (of 9,399 total)
Can you tell us anything else other than the fact that it failed?
Is PowerShell available on both servers?
Is the instance name correct in the PowerShell command?
Is the SQL Agent service...
February 1, 2016 at 5:27 am
samot-dwarf (2/1/2016)
"What is the best time of day?" I asked the audience…"6:30 hands down."
Where / what is the point of this joke? I don't get it...
If it's 6:30 and...
February 1, 2016 at 5:21 am
WayneS (1/31/2016)
January 31, 2016 at 8:17 pm
WayneS (1/31/2016)
GilaMonster (1/30/2016)
Ed Wagner (1/29/2016)
Is it really that much better than SSMS intellsense? I'm asking because I don't know; not trying to start a riot.
Oh, hell, yes....
January 31, 2016 at 8:10 pm
Let me start by saying I don't know PowerShell.
The jobs are defined in msdb, which is some sort of shared storage. When you fail over, the active node picks...
January 31, 2016 at 8:04 pm
A part of the problem is that you're querying 8M rows on the remote server. This is probably going to take a while. We don't know how wide...
January 31, 2016 at 7:58 pm
If it runs in a single table scan, then what do you hope to optimize? Since you're reading the entire table because you effective don't have a WHERE clause,...
January 31, 2016 at 7:44 pm
Orlando is correct, the MD command does create children. The only problem I can see you might run into is if the directory already exists, so you might want...
January 31, 2016 at 7:29 pm
Are you keeping track of how long it takes to update each one or just letting it run and tracking the overall time for the database? I'm tracking the...
January 31, 2016 at 7:25 pm
J Livingston SQL (1/31/2016)
Jeff Moden (1/31/2016)
January 31, 2016 at 3:40 pm
To add one point to what pietlinden said, you can CROSS JOIN more than 2 tables and it generates a row for every possible combination of rows. For example,...
January 31, 2016 at 3:38 pm
Jonathan AC Roberts (1/31/2016)
CAST(LEFT(OMD, 8) as datetime) + 30 < GETDATE();This is not good practice, I'm not sure it will even work in versions of SQL Server later than...
January 31, 2016 at 3:34 pm
Well, I'm glad you have it working again.
However, please don't discount the security concerns raised by myself and others. You need to keep control over what logins have sysadmin...
January 31, 2016 at 3:26 pm
So, Hitesh, I guess the question is about statistics. Do you have a statistics maintenance routine schedule to run regularly? Yes, it can take a long time if...
January 30, 2016 at 8:43 pm
GilaMonster (1/27/2016)
The ascending key problem: http://sqlinthewild.co.za/index.php/2011/03/22/statistics-row-estimations-and-the-ascending-date-column/
Thanks for the article, Gail. I learned something new today, which is a good thing every day.
January 30, 2016 at 8:41 pm
Viewing 15 posts - 4,021 through 4,035 (of 9,399 total)