Viewing 15 posts - 61 through 75 (of 90 total)
TomThomson (3/27/2016)
szejiekoh (3/27/2016)
Q1) so with that being said, can i say that this behavior (uncomitted insert blocking select ) is actually behaving as intended in sql server ?
Yes, this...
March 27, 2016 at 9:40 pm
Hi Grant,
Hope you are still in this thread,
A few days ago, I tried backing up using 2 files/devices.
What does it really means to do a backup with a mediaset containing...
March 27, 2016 at 7:19 pm
TomThomson (3/27/2016)
March 27, 2016 at 12:39 pm
thank you! would greatly appreciate if you can see my 2nd post on implicit transaction - with insert blocking select.
Thanks!
March 27, 2016 at 10:26 am
Hi Eirikur,
Thanks for your reply!
So actually SELECT will start a transaction as well...
q1) can you actually let me know what does @@option & 2 means ? ( i know...
March 27, 2016 at 9:56 am
Thank you grant!
March 24, 2016 at 12:31 am
thank you Lowell, guess I just got to play around with it more.
it seems like some sys.objects are database dependant,
select * from sys.sysusers; -- show only those users in...
March 23, 2016 at 8:20 am
Eddie Wuerch (3/22/2016)
szejiekoh (3/22/2016)
Specifies the TCP/IP authentication requirements for connections for this endpoint.
Does the "for" actually means "to" ?
-- means that client connections to this endpoint must be...
March 22, 2016 at 8:50 pm
Lowell (3/20/2016)
szejiekoh (3/20/2016)
SQLSlammer (3/17/2016)
The answer to the second question is because the sys.databases is marked as a system object meaning it can be called from any database, so no matter...
March 20, 2016 at 9:44 am
SQLSlammer (3/17/2016)
The answer to the second question is because the sys.databases is marked as a system object meaning it can be called from any database, so no matter which database...
March 20, 2016 at 7:53 am
Thank you gila!
March 18, 2016 at 11:58 am
GilaMonster (3/18/2016)
szejiekoh (3/17/2016)
March 18, 2016 at 8:26 am
Hugo Kornelis (3/17/2016)
szejiekoh (3/17/2016)
March 17, 2016 at 10:50 pm
Hi GilaMonster,
Nice to hear from you.
Think about it.
If the last log backup truncated the log (marked log records no longer needed as reusable) and now a log backup runs and...
March 17, 2016 at 8:35 am
Viewing 15 posts - 61 through 75 (of 90 total)