Viewing 15 posts - 136 through 150 (of 331 total)
BenWard (7/20/2011)
bopeavy (7/20/2011)
--------------------------------------------------------------------------------
I agree the question was misleading!! I ran it 20 times and always returned 5 rows! If the question was in reference to the UNION ALL it...
July 20, 2011 at 6:43 am
I agree the question was misleading!! I ran it 20 times and always 5 rows affected! If the question was in reference to the UNION ALL it should have been...
July 20, 2011 at 6:37 am
Steve (7-19-2011)
Is there some problem domain you're looking into or just idle curiosity?
Yes it is more a curiosity type thing, looking more to see for some type of trend...
July 20, 2011 at 6:25 am
Maybe you could do something like this:
DENY SELECT ON SCHEMA::SCHEMA1 TO User1;
Or something like that?
July 19, 2011 at 1:47 pm
opc.three
That at least helps give some sort of direction, Thanks.
It may have but what opc provide will help me see the pattern yours was alittle harder...
July 19, 2011 at 11:46 am
Steve (7-19-2011)
July 19, 2011 at 11:40 am
opc.three (7/19/2011)
The Dixie Flatline (7/19/2011)
--------------------------------------------------------------------------------
Call the people at SETI.
Seriously, I think T-SQL may be the wrong tool for the job of discovering undefined patterns. This...
July 19, 2011 at 11:27 am
Steve,
Yes I do have an ID column that is (1,1) identity, As for the patterns Yes they can and no they may not that I have not been able to...
July 19, 2011 at 10:31 am
Nevyn
Yes thats about as close as it comes.
July 19, 2011 at 10:29 am
SQLRNNR (7/19/2011)
Revenant (7/19/2011)
--------------------------------------------------------------------------------
Steve Jones - SSC Editor (7/19/2011)
--------------------------------------------------------------------------------
Dentist
Ugh
Draft in the wallet
More like Black Hole
Oh---Root Canal!
July 19, 2011 at 10:27 am
Great Jason so then what direction would you go to find that out? Is there any post or blog on this matter to find an undefine or vague definition(how often...
July 19, 2011 at 10:26 am
Would this be what your looking for?
Select a.Rep ,a.total_audits, b.total_Passes, c.total_Failures from
( SELECT [Rep], COUNT(audits) as total_audits
FROM [master].[dbo].[AggregateTable]
group...
July 19, 2011 at 10:23 am
Nevyn
In that case the definition would be how often a number or numbers follow the number before it.
July 19, 2011 at 10:19 am
Thats it I do not have a definition. I am trying to determine is there a way to define that pattern without knowing what it is... and yes that does...
July 19, 2011 at 10:11 am
Try running a query trace or a block trace on that server.
July 19, 2011 at 9:26 am
Viewing 15 posts - 136 through 150 (of 331 total)