Viewing 11 posts - 1 through 11 (of 11 total)
GilaMonster (6/6/2013)
Production server or local test DB?
Without a backup, there's no way to restore a database...
June 6, 2013 at 5:00 am
Sean Lange (2/27/2013)
asco5 (2/26/2013)
this is a example of what i want to do
as you see i have my data base and i have my...
February 27, 2013 at 5:39 pm
Sean Lange (2/25/2013)
asco5 (2/25/2013)
Sean Lange (2/25/2013)
Your question is unclear. Are you trying to create an application that will dynamically display the results of a query?
Hi exactly
In fact instead of going...
February 26, 2013 at 4:03 am
Sean Lange (2/25/2013)
Your question is unclear. Are you trying to create an application that will dynamically display the results of a query?
Hi exactly
In fact instead of going to sql management...
February 25, 2013 at 9:35 am
Sean Lange (2/8/2013)
asco5 (2/8/2013)
i want to ask if i have...
February 8, 2013 at 9:33 am
thanks for the code its seem to works i just need to test it in a bigger database with more entry
i want to ask if i have a lots of...
February 8, 2013 at 8:57 am
hi i don't want to insert
i just need to know in my table
who are the id that have the most record depending on their ID and date.
each id is nunique...
February 8, 2013 at 6:04 am
i still have the same error message
this is what i wrote:
select top 100 id, personid,name, firstname,
count (*) mycount
from [database].
.
group by id, personid,name, firstname
order by mycount;
and i have the same...
February 8, 2013 at 5:50 am
hi i tried first one
select top 100 cause i need only the 100 first people who have the most entry
so i did
select top 100 ID,
count (*)
from [database].
.
group by id
order...
February 8, 2013 at 5:07 am
Viewing 11 posts - 1 through 11 (of 11 total)