Viewing 15 posts - 1,606 through 1,620 (of 5,588 total)
reto.eggenberger (3/29/2011)
I was able to dramatically improve the procedure. But I had to rewrite the whole section. I didn't want to do this (since it's not an application we...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 29, 2011 at 7:54 am
CirquedeSQLeil (3/28/2011)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 29, 2011 at 7:48 am
jeedee (3/28/2011)
Almost all the books I have read about SQL Server state that it's better to use table variables than...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 29, 2011 at 7:40 am
Kiara (3/29/2011)
I just spent about 45 minutes writing out a...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 29, 2011 at 7:15 am
Those selects are doing a "select top 30" - do you have an order by on this query? If so, check to see if you have index(es) that will cover...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 28, 2011 at 1:09 pm
Can you post the deadlock xml information?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 28, 2011 at 10:04 am
Birby1974 (3/27/2011)
Guys, thankyou very much for all your answers.I'm reading all your posts in this moment, because I just got back from a romantic weekend !!
🙂
If you're having a romantic...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 2:46 pm
Sachin Nandanwar (3/27/2011)
Thanks to you...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 2:42 pm
You might also want to take a look at this BOL entry: Checkpoints and the Active Portion of the Log
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 12:53 pm
Grant Fritchey (3/27/2011)
Jeff Moden (3/26/2011)
Koen Verbeeck (3/25/2011)
(but maybe again, someone picks this up not realizing...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 12:50 pm
Those videos will really explain how, internally, the log file works.
I'm going to attempt to explain it here, with the caveat that if what I say happens to be different...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 12:44 pm
Sachin Nandanwar (3/27/2011)
GilaMonster (3/25/2011)
SQL writes data modifications to data pages in the data cache. It writes the log records to disk at the point the transaction is committed (or sometimes...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 11:17 am
srividyakudumula (3/27/2011)
@date1 = 2011-03-27 20:13:31.640
@date2 = '2011-05-27 00:00:00'
using sql server 2008
Output:
DaysHoursMinutesSeconds
6034629
can you explain me how this is correct for (hrs,mins and secs)..
May be...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 11:06 am
sunitabeck (3/27/2011)
"start of sql rally", Wayne?! :--)Made me look up what it is... thanks for using that as an example!
No problem - I figured I'd have a little fun...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 10:52 am
Brandie Tarvin (3/25/2011)
GilaMonster (3/25/2011)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 27, 2011 at 10:39 am
Viewing 15 posts - 1,606 through 1,620 (of 5,588 total)