Viewing 15 posts - 61 through 75 (of 871 total)
Eugene - It most definitely does lock up tempdb.
Perry - Agreed; however simply trying to understand performance implications between the two.
December 11, 2014 at 11:13 am
After some more digging and testing, it would seem that a SELECT INTO does indeed lock some of the system tables.
We're now starting to dissect performance between SELECT INTO and...
December 11, 2014 at 10:04 am
Ya got me again. Previously I was specifying the database, this time I was not. As soon as I specified the database, it indeed took me to 03.
Thank you much...
November 24, 2014 at 7:52 am
Wow! hahaha, that's what it was ... oh my, I feel smart. Yeah, using 0's and 0's probably wasn't the best idea in my test lab.
Thank you!
Even though that did...
November 24, 2014 at 7:47 am
Ok, so switched to the engine port #:
-- Configure ReadOnly Routing
ALTER AVAILABILITY GROUP [AG4] MODIFY REPLICA ON N'SQL01\AO1' WITH (SECONDARY_ROLE (ALLOW_CONNECTIONS = ALL));
ALTER AVAILABILITY GROUP [AG4] MODIFY REPLICA ON N'SQL01\AO1'...
November 24, 2014 at 6:51 am
Hi Perry,
So first and foremost, why does using the GUI and specifying the Readable Secondary not take into account any of this? Am I missing something in the AG setup,...
November 20, 2014 at 8:27 am
Ok cool, I'll check into it when I get home.
Thanks
November 16, 2014 at 4:08 pm
Will try later; however I defined the read intent via wizard and it's in the AG creation script above. You have to go back and state read intent a second...
November 16, 2014 at 3:58 pm
Just went through a new setup:
CREATE DATABASE MyDB4
BACKUP DATABASE MyDB4 TO DISK = 'c:\Backup\MyDB4.bak'
--- YOU MUST EXECUTE THE FOLLOWING SCRIPT IN SQLCMD MODE.
:Connect SQL01\AO1
IF (SELECT state FROM sys.endpoints WHERE name...
November 16, 2014 at 11:00 am
Found the .xel files locally on the server ... which are accessible via the dashboard. Anyone know if there's a better way to query these?
Thanks
November 14, 2014 at 10:26 am
Hi Stewart.
This is just running ssms from a run/cmd line.
Thanks
November 6, 2014 at 6:12 am
djj (11/5/2014)
In the Tools\Options\Text Editor\Transact-SQL\Tabs see what the tab size is.Look in your text editor and see what it thinks a tab is.
Nice! You're right, my local SSMS 2012/2014 has...
November 5, 2014 at 11:02 am
Hi djj, thanks for the prompt response. Can you please elaborate on that a little further?
Thanks!
November 5, 2014 at 10:49 am
Hello Jeff,
Thanks for the reply! We've chatted in the past 🙂
I couldn't agree more with your statements; however I'm really looking for something relatively simplistic without having to recreate the...
November 5, 2014 at 10:01 am
Viewing 15 posts - 61 through 75 (of 871 total)