Viewing 15 posts - 5,206 through 5,220 (of 22,219 total)
this is a complex topic and there are lots of ways to get it done. I have long been an advocate for using source control for the databases so that...
"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
January 20, 2016 at 2:53 am
Jeff Moden (1/19/2016)
jasona.work (1/19/2016)
Paintball is getting more and more complicated...I wonder if it'll work with Express or if it needs Enterprise?
I've been outlawed from paint ball forever... I threatened to...
"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
January 20, 2016 at 2:12 am
I sure don't know if this will work, but one idea might be to put the database into STANDBY. You can at least query it then to determine the LSN.
If...
"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
January 19, 2016 at 6:46 am
Koen Verbeeck (1/19/2016)
Grant Fritchey (1/19/2016)
BL0B_EATER (1/19/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
January 19, 2016 at 5:43 am
BL0B_EATER (1/19/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
January 19, 2016 at 5:05 am
GilaMonster (1/19/2016)
Grant Fritchey (1/19/2016)
I'd probably go with the extended events session.Thirded. I'm starting to love XEs (late to the party, I know).
But very welcome all the same!
"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
January 19, 2016 at 2:58 am
If you can't find the version and type you need from here[/url], it doesn't exist.
"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
January 19, 2016 at 1:37 am
I'd probably go with the extended events session. I'm at least sure you can capture the information there as opposed to the DMVs.
"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
January 19, 2016 at 1:36 am
ExEvents outside of enterprise really is the most flexible and powerful mechanism for auditing.
"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
January 19, 2016 at 1:34 am
No, the security has to be done after you successfully move the database to 2012.
"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
January 18, 2016 at 10:15 am
You need to be able to grant access to an account to the drive locations where the backup is going to go. That's why it should be a network account....
"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
January 18, 2016 at 8:33 am
I hope the move between servers is meant to be permanent, or that you took a backup, using the BACKUP DATABASE command before you did the move, because what 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
January 18, 2016 at 8:31 am
Yikes.
OK, well, the way to solve this would be using a recursive CTE and the OVER...ORDER BY clause... but thousands? No. It basically won't work. I'm think 3-5 or even...
"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
January 18, 2016 at 7:45 am
Is it always three values or is it any number of values?
"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
January 18, 2016 at 6:34 am
This is not a problem I've run into, but it seems that killing the process ngen.exe has helped a number of people solve this problem.
"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
January 18, 2016 at 6:22 am
Viewing 15 posts - 5,206 through 5,220 (of 22,219 total)