Viewing 15 posts - 11,701 through 11,715 (of 15,377 total)
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
Sounds to me like global temp tables is not the best approach here. How do you handle multiple users getting different reports at the same time?
To directly answer your question,...
June 7, 2012 at 1:27 pm
Also, what's with all of your concatenation? Is that also in the code (the +'s and "s)?
Looking at this again I suspect the OP is doing pass through queries from...
June 7, 2012 at 12:38 pm
Hi and welcome to SSC! Your post does not have anywhere near enough information for anybody to help. From your description it sounds like you should look at MERGE. http://msdn.microsoft.com/en-us/library/bb510625.aspx
If...
June 7, 2012 at 12:10 pm
AndrewSQLDBA (6/7/2012)
June 7, 2012 at 12:00 pm
Viewing 15 posts - 11,701 through 11,715 (of 15,377 total)