Viewing 15 posts - 9,736 through 9,750 (of 26,489 total)
Phil Parkin (9/7/2012)
In her solution, basedata is a CTE - effectively a subquery in this case - from which the normalised data is...
September 7, 2012 at 9:48 am
Andrew-495157 (9/7/2012)
A parameterised SP runs fine on my test database wth a certain set of input values.
On the customers's production database with the same...
September 7, 2012 at 9:38 am
Try this:
CREATE TABLE #tblBlocks
(
BlockID int,
FieldID...
September 7, 2012 at 9:25 am
TravisDBA (9/7/2012)
Martin Luther King said "The time is always right to do what is right" so I would urge anyone observing that behaviour at a conference not to stand idly...
September 7, 2012 at 9:06 am
ChrisM@Work (9/7/2012)
CELKO (9/6/2012)
.. it doesn't mean that I don't know any basics of data modeling, RDBMS or Date fields [sic] in SQL. I believe this forum is not just...
September 7, 2012 at 8:33 am
tribhuwan.tiwari (9/7/2012)
I need to desin a fucntion which takes three parameters
calculateTime(@threadStatusId,@fromDate,@toDate)
I have table Report which contains the folowwing data
There are 10 types of possible frmStatusId and toStatusId.
PrdId RptId...
September 7, 2012 at 8:24 am
Andy Hyslop (9/7/2012)
Good catch I think that you may be correct on that thinking about it (although I haven't tested either)
I suppose this would be a work around for...
September 7, 2012 at 8:21 am
Why does he have to be so anal all the time? It gets real tiring reading it day after day. I wish SQLTeam would take him back.
September 6, 2012 at 8:03 pm
You are basing a generic question off the data from a specific table and index without giving anyone the benefit of know anything about the table, the data contained in...
September 6, 2012 at 6:59 pm
pooyan_pdm (9/6/2012)
September 6, 2012 at 6:56 pm
And I gave you a valid answer, scans can be single record scans.
September 6, 2012 at 5:26 pm
pooyan_pdm (9/6/2012)
Both col1,col2 are non-unique so even if the engine is looking for a single combination of them it should...
September 6, 2012 at 4:30 pm
Shot in the dark based on what you have posted, single record scans.
September 6, 2012 at 3:43 pm
I guess we are supposed to be miracle workers here and know just what went wrong given minimal information.
September 6, 2012 at 3:00 pm
Unfortunately you didn't give very much with which to work. We can't see from here what you see there. What is in the SQL error logs, were there...
September 6, 2012 at 2:56 pm
Viewing 15 posts - 9,736 through 9,750 (of 26,489 total)