Viewing 15 posts - 121 through 135 (of 194 total)
Yes, option 4 is a joke.
This is an uncommittable transaction, you can see outlined in the linked BOL on TRY CATCH with Transactions. I ran into the issue because...
March 2, 2012 at 7:51 am
John Mitchell-245523 (3/1/2012)
March 1, 2012 at 8:33 am
sabercats (2/29/2012)
/****** Script for SelectTopNRows command from SSMS ******/
declare @dow int
declare @2SundaysAgo datetime
declare @lastSaturday datetime
select @dow =...
February 29, 2012 at 2:39 pm
mckennap (2/23/2012)
February 23, 2012 at 11:08 am
Ray_NA (2/22/2012)
I have two different tables. one is a header and one is details . I need the rows to...
February 22, 2012 at 2:28 pm
tarr94 (2/22/2012)
Can you explain what you mean by this?
Also, why can't you just insert a placeholder row for every day and just update the times when employees actually clock in?...
February 22, 2012 at 11:23 am
EdwinGene (2/21/2012)
Thank you for your suggestions. Your suggestion about sargable predicates has helped me to find an alternate way to invoke the query to get SQL Server to use...
February 21, 2012 at 11:08 am
additionally the number of rows in the table can determine if an index gets skipped. Without reproducible code to work with, it's like calling your mechanic and saying "My...
February 17, 2012 at 3:30 pm
James,
At the risk of sounding snotty, you handicapped Case 2 intentionally to remove it from consideration. Neither of the other cases will return the same RESULTS as case 2...
February 17, 2012 at 7:24 am
Use the Split function outlined in this article:
February 16, 2012 at 11:37 am
Well, I found the issue. Turns out that the client had disabled the reporting tables and was running reports directly from the live data... Because each of the queries...
February 7, 2012 at 8:38 am
Thank you both for your responses. I'm investigating our last update to see if any of those SP's/views are implicated. I've run a trace, but nothing appears out...
February 7, 2012 at 6:29 am
Someone above said that overloading the "=" sign to do the alias would be even more confusing... I'd argue that it's not, it's a reuse of the Assignment, but...
February 2, 2012 at 8:04 am
The answer is "It Depends".
Several factors will influence:
1. Data Load
- Are you sure the data load between 2000 and 2008 R2 is the same? a variance of...
January 31, 2012 at 2:30 pm
a Google whack (as originally defined) is to enter 2 words into Google and get exactly 1 link in response. Since Google then cached the Google Whacks, as soon...
January 30, 2012 at 10:35 am
Viewing 15 posts - 121 through 135 (of 194 total)