Viewing 15 posts - 11,701 through 11,715 (of 15,381 total)
I am glad that you are seeing the benefit of providing consumable ddl and sample data. Unfortunately your create table statements don't work and you have a mismatched number of...
June 11, 2012 at 2:06 pm
I was kind of wondering if you were trying to do a "previous" row type of thing. Of course what is previous? You have no order by. If you can...
June 11, 2012 at 1:28 pm
I don't quite get what you are trying to do with your updates. They are quite strange. I agree the behavior is a bit odd but so is the logic....
June 11, 2012 at 1:06 pm
Excellent job posting ddl and sample data. It is totally unclear what you want as output. If you can explain, this is probably pretty simple.
June 11, 2012 at 12:57 pm
reliableitservice (6/11/2012)
Here, I attached something that could make this...
June 11, 2012 at 10:56 am
yanivkahana10 (6/10/2012)
I Have 2 table :
The first Contain's : Username , Password, firstname etc'...
I need to build an after update\insert Trigger that will contain 10 lastest username password.
I'm Thinking...
June 11, 2012 at 9:04 am
I am a bit confused. The title of your post sounds like you are working with Oracle. Then you talk about what sounds like sql server. Then you say MySQL...
June 11, 2012 at 8:28 am
Our net nanny says that is a potentially damaging site.
June 11, 2012 at 8:15 am
Stefan Krzywicki (6/8/2012)
June 8, 2012 at 3:31 pm
Are seriously trying to explain to Jeff Moden how deletes work in SQL Server?
Technically Primary key and Unique key is the same thing.
Jeff I am surprised you didn't comment on...
June 8, 2012 at 3:21 pm
With dynamic sql.
If you want some real help post some ddl, sample data and desired output.
June 8, 2012 at 3:06 pm
Nidhi G (6/8/2012)
hi,can anyone tell me how to do this?
Look at what you have posted and ask yourself if you think you provided anywhere near enough information. We are volunteers...
June 8, 2012 at 8:00 am
Meccer (6/7/2012)
Hi Guys,The "" is becuase I use the sql statement in c#
Well as I said previously you should consider moving your data to a stored procedure and the calling...
June 8, 2012 at 7:33 am
Well the explanation is a bit sketchy but let's use the data you posted in your post. I used your function to create a temp table.
create table #HoursMin
(
ID int identity,
HM...
June 7, 2012 at 3:26 pm
Can you post some ddl for this table so we know what datatypes you are working with?
June 7, 2012 at 3:06 pm
Viewing 15 posts - 11,701 through 11,715 (of 15,381 total)