Viewing 15 posts - 1 through 15 (of 73 total)
Looked at sys.database_encryption_keys and the entries are there for the snapshot databases and claim that it is all encrypted, so now I'm leaning towards glitch. Still weird behavior though.
May 19, 2023 at 5:10 pm
I was able to reproduce it failing in VS on my dev workstation, but then was able to work around it. Originally I had a for each loop using the...
May 6, 2022 at 12:25 pm
December 14, 2018 at 10:05 am
The query is an insert that is part of a stored procedure. They are using a TABLOCK hint on the table being written to as well.
(table and some column...
December 12, 2018 at 7:18 am
Looking through your commentary there, it looks like you said you have encountered the same warning/error I did.
November 2, 2016 at 3:25 pm
One question, in the vNUMA Scalability example what was the underlying hardware? Was it a 4 socket host? The article seems to indicate that it is, but I'm not sure...
October 14, 2016 at 9:04 am
A couple of thoughts,
Shrinking your db is going to fragment all of your indexes, can you avoid it?
As for the rest of your process, have you tested it?
I would also...
August 11, 2016 at 12:05 pm
Quinn-793124 (7/28/2016)
I am working on a justification to upgrade from SQL Server 2008 R2. One of the arguments was way faster. My boss countered with show me...
July 28, 2016 at 3:17 pm
Lowell (6/28/2016)
i looked at sp_applock, and it would not give you any granularity at the object level.
Hmm, I was thinking something like all data access through stored procedures, which would...
June 28, 2016 at 12:54 pm
HappyGeek (6/28/2016)
crookj (6/28/2016)
Ed Wagner (6/28/2016)
Revenant (6/28/2016)
Luis Cazares (6/28/2016)
Y.B. (6/28/2016)
djj (6/28/2016)
Ed Wagner (6/28/2016)
Ray K (6/28/2016)
crookj (6/28/2016)
eccentricDBA (6/28/2016)
Luis Cazares (6/28/2016)
Ed Wagner (6/28/2016)
Grumpy DBA (6/28/2016)
ThomasRushton (6/28/2016)
Ed Wagner (6/28/2016)
RedRum
Shining
Johnny
Bravo
Tango
Foxtrot
Whisky
Delta
Dawn
Dusk
Musk
Deer
Shot
Put
Golf
Hobbit
June 28, 2016 at 12:37 pm
Random thought: you might be able to cobble something together via sp_getapplock, but I think you would have to carefully architect and test how users access the database. Also no...
June 28, 2016 at 11:30 am
March 10, 2016 at 5:52 pm
AFAIK JTDS doesn't support AlwaysOn/HADR in the sense that it won't handle failover as one would expect (it can still connect just fine). However, Microsoft's jdbc driver does and that...
March 10, 2016 at 4:54 pm
ZZartin (9/9/2015)
eccentricDBA (9/9/2015)
BWFC (9/9/2015)
Eirikur Eiriksson (9/9/2015)
whereisSQL? (9/9/2015)
ClassyGlossy
Magazine
cartridge
Cartilage
Shark
September 9, 2015 at 8:54 am
Hello Perry,
Yes we are using a single account across all our nodes for the SQL service (thank you btw for your series, it has helped me immensely)....
July 9, 2015 at 7:26 am
Viewing 15 posts - 1 through 15 (of 73 total)