Viewing 15 posts - 10,306 through 10,320 (of 26,489 total)
I have written (necessary) dynamic sql that actually need '''''' (that is six single quotes) '''''' around pieces of code to get what I wanted. writing dynamic sql is...
August 3, 2012 at 9:54 am
morepainot (8/3/2012)
Lynn Pettis (8/3/2012)
morepainot (8/3/2012)
SET @nsql = '
SELECT
DataType of Column + ColumnName + '' of the Table ' + 'TableName+'' is...
August 3, 2012 at 9:52 am
morepainot (8/3/2012)
SET @nsql = '
SELECT
DataType of Column + ColumnName + '' of the Table ' + 'TableName+'' is not same as...
August 3, 2012 at 9:47 am
Here is part of your problem.
The function dbo.fnRubricDomainScoresMarzano is a multi-statement table valued function. What this means is that the function does not return its value (table) until the...
August 3, 2012 at 9:45 am
Are you using Hyper-V? If so, moving to Windows 2008 R2 makes sense. We made the move for the enhanced capabilities within Hyper-V as we started using virtual...
August 3, 2012 at 9:22 am
Okay, we have another tvf, dbo.fnDomainCalculateMarzano. Can we get this code as well? By the way, I think I may know part of the problem and I will...
August 3, 2012 at 9:09 am
There is a slight logic error in the following CASE statement. You will get a NULL value returned if TV.OverallScore is 0.0, 1.5, 2.5, or 3.5. If you...
August 3, 2012 at 9:01 am
Not enough info to really answer your questions. First, you say the mirror went down, how about more information about you mean by went down? Did the server...
August 3, 2012 at 8:45 am
benjamin.reyes (8/2/2012)
Though you'll want to have someone somewhere...
August 3, 2012 at 8:26 am
Can you post the DDL (CREATE FUNCTION statement) for [dbo].[fnRubricDomainScoresMarzano]?
August 3, 2012 at 8:21 am
Have you compared execution plans on the queries/procedures between the two systems?
August 3, 2012 at 8:19 am
bsclyde (8/2/2012)
a bit harsh
and
possibly even...
August 3, 2012 at 1:15 am
Jan Van der Eecken (8/2/2012)
August 2, 2012 at 4:07 pm
capn.hector (8/2/2012)
Lynn Pettis (8/2/2012)
That's what I get for not checking first.
LOL :w00t::w00t:
i posted what i had figuring on working on it and actually expecting some one to beat me...
August 2, 2012 at 2:28 pm
Viewing 15 posts - 10,306 through 10,320 (of 26,489 total)