Viewing 15 posts - 8,761 through 8,775 (of 15,381 total)
Decent job posting ddl and sample data (works with a slight modification).
However when you got to the description of the desired output you totally lost me.
I do not want to...
April 9, 2013 at 1:06 pm
rarascon (4/9/2013)
April 9, 2013 at 10:16 am
tonyarp05 61903 (4/9/2013)
Hi,Subqueries is taking more time.. so We want to increase the performance, is there anyway we can increase the performance avoiding subqueries..?
Please help me on this
Regards,
tony
Your other...
April 9, 2013 at 9:08 am
tonyarp05 61903 (4/9/2013)
Hi,Subqueries is taking more time.. so We want to increase the performance, is there anyway we can increase the performance avoiding subqueries..?
Please help me on this
Regards,
tony
Did you...
April 9, 2013 at 9:06 am
I ran through a formatter so it is possible to see what is going on...
SELECT DISTINCT set_name
,a.seq_no AS set_id
FROM defulat_sets a
WHERE set_type = @set_type
AND ISNULL(qualifier1, '') = @qualifier1
AND ISNULL(qualifier2, '')...
April 9, 2013 at 8:12 am
jrestuccio (4/9/2013)
It has the stored procedure (my code), also it is a SQL 2000 database and the save execution plan...
April 9, 2013 at 8:06 am
andrewalex.r (4/8/2013)
I need syntax to get the all the values of one employee from the employee table, in a single column of...
April 9, 2013 at 7:56 am
jayoub1 (4/8/2013)
This is a typical query that I would have to run on each database in...
April 9, 2013 at 7:50 am
a_ud (4/8/2013)
April 9, 2013 at 7:46 am
Interesting question. Unfortunately it is testing our knowledge of a deprecated datatype and its usage in a trigger. Like several others I managed to get it right but not necessarily...
April 9, 2013 at 7:28 am
Don't forget that temp table are in fact found in sys.objects BUT not in the current database. They will always be created in tempdb.
April 5, 2013 at 2:23 pm
johnnyrmtl (4/5/2013)
What I have is table1 which has been imported externally with 4 fields including an (AccountDescription) field
srvnameAccountAccountDescriptionDATE_CREATION
-----------------------------------------------------------------------------
I need to be able to copy only...
April 5, 2013 at 1:12 pm
Do you have primary key on the table? How did you setup in Access which field(s) make up the primary key?
Also, you should not use the text datatype. It is...
April 5, 2013 at 10:53 am
Duplicate post. Direct replies here. http://www.sqlservercentral.com/Forums/Topic1439245-392-1.aspx
April 5, 2013 at 8:28 am
chetan.aegis (4/5/2013)
April 5, 2013 at 7:51 am
Viewing 15 posts - 8,761 through 8,775 (of 15,381 total)