Viewing 15 posts - 31 through 45 (of 230 total)
Thanks, I agree with all your statements.
Our IT architect wanted to restore from VM image and bring back into sync.
My thinking was that we had to restore from backups and...
February 18, 2016 at 11:06 am
Correct, it is like the load balancer to the web farm in that it sends connections to the appropriate server.
February 17, 2016 at 6:38 pm
Are you connecting to the listener or to the instance?
You should have a listener to connect to that redirects to the appropriate node depending which node is primary.
So there should...
February 17, 2016 at 1:42 pm
Eric M Russell (9/23/2015)
September 23, 2015 at 9:24 am
AH of course!
I see, using row number twice and subtracting to find the difference to create the desired output.
Perfect, thanks!
That never even occurred to me, I was playing around with...
July 8, 2015 at 9:42 am
spaghettidba (4/17/2015)
You're ok, no sql injection possible here.
Does that still hold true, even without the stored procedure?
The part "protecting it" is due to the parameterization?
DECLARE @MyParm AS CHAR(50)
SET @MyParm...
April 17, 2015 at 10:23 am
So the listener is "for the availability group" not the instance itself, which makes sense if I think about it that way.
Is that correct?
it has no concept of instance name?
April 15, 2015 at 2:21 pm
I found a image online that shoes this (article was about custom roles but didn't happen to mention why they had the same red pins)
However, further reading tells me that...
February 19, 2015 at 4:43 am
So you need to be sure to specify to only use the # of cores you licensed then, right?
January 12, 2015 at 12:01 pm
Well now I'm curious.
If you paid for 8 cores but have 16, does the license key only allow SQL to map to the first 8?
I assume it won't use all...
January 12, 2015 at 9:44 am
Yeah, sadly I think I am going to have to drop and re-create.
I'm going to try just migrating data disks to new VM first and see if it just "goes...
December 5, 2014 at 9:57 am
Just for fun, I DISABLED Instant File Init on both servers and ran the same create statements:
fast server - 5 seconds, 7 seconds one time
slow server- 80 seconds (so basically...
December 5, 2014 at 8:13 am
Conor Lillis (12/5/2014)
If the [SQL Server] Service account has the privilege "Perform Volume Maintenance...
December 5, 2014 at 8:03 am
Yeah, I'll look at loading up adventure works and running a few queries.
Issue is going to be though, that once it caches adventure works I would expect normal performance, only...
December 4, 2014 at 8:29 am
No I have not.
Probably wouldn't be a bad idea by any means.
Any suggested ones to look at for this?
December 4, 2014 at 7:55 am
Viewing 15 posts - 31 through 45 (of 230 total)