Viewing 15 posts - 40,111 through 40,125 (of 59,072 total)
Wow! Nicely done, miss.delinda. There are people on this site who have >500 posts that still haven't figured out how to get the best help and you nailed...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:45 pm
mahesh.vsp (1/23/2010)
I feel, irrrespective of recovery model , until the txn is completed, the LDF file keeps increasing and once completed only then it can be re-used by other transaction.
That's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:40 pm
I believe I'd use UNION ALL for this. UNION essentially does a distinct which is probably not necessary here.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:31 pm
RBarryYoung (1/23/2010)
Jeff Moden (1/7/2010)
... there's likely a set based solution that will keep all forms of RBAR at bay here.Heh. Well, all but one ... 😀
Where did you get...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:24 pm
Jeff Moden (1/23/2010)
So, when YOU create an address table, do you have a "second address" line or do you normalize it? Enquiring minds want to know. 🙂
I'd still like...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:20 pm
I'd say you've made it hard on yourself...
SELECT STR(DATEDIFF(dd,0,GETDATE()-@Sql_Start_Time),5) + ' Days, '
+ DATENAME(hh,GETDATE()-@Sql_Start_Time) + ' Hours, '
...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 10:14 pm
Heh... you're not lion... guess you'll have to grin and bear it. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 1:02 pm
As a side bar... That's one of the things I miss about SQL Server 2000 and Query Analyzer where you could just press {f4} for such a thing.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 12:49 pm
I've never done it so don't know for sure but rumor has it that C2 auditing is rather fierce in the amount of data it captures. I'm not sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 12:47 pm
So, when YOU create an address table, do you have a "second address" line or do you normalize it? Enquiring minds want to know. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 12:34 pm
Heh... lately for me, a better question would be "How do you deal with the stress of other DBA's?" 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 12:04 pm
This will do it...
SELECT CONVERT(CHAR(10),GETDATE(),103) + ' ' + RIGHT(CONVERT(CHAR(26),GETDATE(),109),14)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 11:57 am
CirquedeSQLeil (1/23/2010)
There is a poorly written runaway sql statement causing heavy tempdb usage.
Concur. In fact, I've found that to be the norm rather than the exception.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 11:35 am
Detroit. We have Lions here, too, but they have no teeth. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 11:30 am
malleswarareddy_m (1/23/2010)
ok i did not hijack others thraedbut this is my urgent requirement report in company.
so i posted here understanding me
ok sorry.
As a side bar, any time something is...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2010 at 11:23 am
Viewing 15 posts - 40,111 through 40,125 (of 59,072 total)