Viewing 15 posts - 1,801 through 1,815 (of 15,381 total)
Lynn Pettis (2/12/2016)
Ed Wagner (2/12/2016)
Lynn Pettis (2/12/2016)
Ed Wagner (2/12/2016)
Lynn Pettis (2/12/2016)
February 12, 2016 at 11:45 am
This thread has taken a wild turn recently. Let's all try to remember that at SSC we pride ourselves on being professional and not making personal attacks. That is what...
February 12, 2016 at 11:40 am
Luis Cazares (2/12/2016)
Grumpy DBA (2/12/2016)
^ Okay, I can't take it any more, link please...(background noise - popcorn is popping)
http://www.sqlservercentral.com/Forums/Topic1760779-2799-1.aspx
I was going to comment on that thread, but I got lost...
February 12, 2016 at 8:52 am
Here is a great article discussing the shortcoming of the INFORMATION_SCHEMA views. http://sqlblog.com/blogs/aaron_bertrand/archive/2011/11/03/the-case-against-information-schema-views.aspx
February 12, 2016 at 8:43 am
Brandie Tarvin (2/12/2016)
EDIT: I...
February 12, 2016 at 8:13 am
Luis Cazares (2/12/2016)
djj (2/12/2016)
sestell1 (2/12/2016)
I was confused by the transaction logs being "from midnight on". What is that relative to? :angry:
My comment also. I was thinking you...
February 12, 2016 at 7:58 am
mw112009 (2/12/2016)
If you are not willing that is fine. No hard feelings!
Have a great day!
BTW...
February 12, 2016 at 7:54 am
I read that as there is a gap of 4 hours with transaction log backups between 8pm and midnight each day. I don't understand from the question how there is...
February 12, 2016 at 7:46 am
MSSQLBuddy (2/11/2016)
One of my colleague dropped and created the default login account to SQL Server. Now the login account has only public access. I am not sure of...
February 11, 2016 at 12:26 pm
GilaMonster (2/11/2016)
Steve Jones - SSC Editor (2/11/2016)
If you enjoy the 80s, I might recommend Ready Player One as a read. Lots of memories in there.http://www.amazon.com/Ready-Player-One-A-Novel/dp/0307887448
Seconded. It's excellent.
Thirded. It was a...
February 11, 2016 at 12:23 pm
Grumpy DBA (2/11/2016)
^ I think Michael L John beats you in the "dating yourself" category.
Indeed!!
February 11, 2016 at 11:06 am
itsgaurav (2/11/2016)
Select Jcdtl.mdoc_no,Jcdtl.doc,no,jcdtl.doc_dt,jcdtl.del_dt from jcdtlWhere MONTH(jcdtl.doc_dt)=3 AND YEAR(jcdtl.doc_dt)=2014
In this table have approx 10 lacks rcords
Simple to remove these functions and add some range logic.
Select j.mdoc_no
, j.doc_no
, j.doc_dt
, j.del_dt
from jcdtl...
February 11, 2016 at 11:06 am
itsgaurav (2/11/2016)
Even I set recovery model simple.
And using sql...
February 11, 2016 at 10:42 am
itsgaurav (2/11/2016)
If yes please suggest an alternative options???
I am using sql...
February 11, 2016 at 10:40 am
Michael L John (2/11/2016)
Sean Lange (2/11/2016)
Michael L John (2/11/2016)
Sean Lange (2/11/2016)
Grumpy DBA (2/11/2016)
Sean Lange (2/11/2016)
February 11, 2016 at 10:35 am
Viewing 15 posts - 1,801 through 1,815 (of 15,381 total)