Viewing 15 posts - 4,636 through 4,650 (of 22,224 total)
ChrisM@Work (7/5/2016)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 10:48 am
Not really. You can look at create & update dates for the objects (sys.sysobjects), but it won't tell you what the changes are. You can compare between what's currently in...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 9:13 am
What has changed? Data? Structure? Code? Settings?
Nothing just randomly changes how it works out of the blue. If a query starts behaving differently, it could be any of the things...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 8:40 am
I said all that, and I'm a little wrong. The servers are the same. My mistake.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 8:38 am
Define "access to production"
Access to the underlying OS? I worked for 10 years without having that and everything was just fine (one or two minor snags, but nothing worth writing...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:38 am
Any database created as a SQL Database, is the same. It doesn't matter if you create the database using the portal, powershell or T-SQL. It's a database. Databases live in...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:29 am
ChrisM@Work (7/5/2016)
Grant Fritchey (7/5/2016)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:24 am
If there are differences in structure, are there also differences in the amount of data? Take away different data types and different indexes (which makes comparisons impossible really), just having...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:10 am
Just reinforcing what Jeff said. The single most important thing you can do, after contacting ESRI directly, is to test this process. Do not assume that anything we tell you...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:06 am
I'd want the specifics on the error message.
If it's getting timed out, that means it's firing, so it's not an issue that it's an Agent job, or that the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 5, 2016 at 6:00 am
The best bet to do this would be to use one of the many mechanisms for getting the Azure SQL Database to a local server and creating a diagram there....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 1, 2016 at 4:48 am
You basically have to pick a representative time from before and a representative time from after. Could there be outliers? Sure. But presumably, unless you've done lots of other changes...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 1, 2016 at 2:10 am
jasona.work (6/30/2016)
My servers, both QA and production, are locked down to where I've not yet seen a "surprise" database....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 30, 2016 at 8:24 am
Everyone,
Thanks for the feedback so far. Keep it coming. Any details on any of the horror stories would be very welcome.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 30, 2016 at 6:04 am
Hello to the water cooler and all the ships at sea.
I could use a little help on some research. Swing by here and contribute. Also, please share it with others...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 30, 2016 at 2:04 am
Viewing 15 posts - 4,636 through 4,650 (of 22,224 total)