Viewing 15 posts - 901 through 915 (of 1,048 total)
i tried by disabling the constraint on table roles master but after doing that also it didnt worked
October 17, 2012 at 9:21 am
truncate is not working..
Gives error-
Cannot truncate table 'rolemaster' because it is being referenced by a FOREIGN KEY constraint.
October 17, 2012 at 9:20 am
worst question...
I run this query on sql 2005 and 2008 both ant 3.4
if ppl posted question based on server dependent thn they should mentioned the version...
I lose the points for...
October 17, 2012 at 8:12 am
very easy one...
i dont think this question worth 2 points
October 17, 2012 at 8:08 am
thanks Artoo for the links... 🙂
October 17, 2012 at 3:15 am
But the query that you pasted is just simply give the first non null value as the coalesce does and give output as 'NULLFail'.... 😛 (no tricks in it)
today's QOD...
October 17, 2012 at 1:29 am
good start of the day with +1..
first did R&D about coalesce thn attempt the question and select correct answer 🙂
October 17, 2012 at 12:24 am
I am a newbie in DBA so can you plz explain me about this set based equivalent approach to cursor..
I dont have any idea about this
October 16, 2012 at 7:54 am
i have one more scenario similar to this...
I want to update city id in ziptable but as a city can contain different zip codes so I dont know how to...
October 16, 2012 at 7:48 am
hey Chris,
can you plz tell me why you placed this line -
INNER JOIN (select fstate from WCDentalSQL_TOR..ZipCode GROUP BY fstate) d ON d.fstate = Z.fState
I am not clear with the...
October 16, 2012 at 7:40 am
previously I fetching statecode rows from zipcode tables which contains about 45k rows due to that also cursor was taking too much time so i replaced with state table and...
October 16, 2012 at 7:37 am
thanks Chris it works fast now
October 16, 2012 at 7:34 am
Viewing 15 posts - 901 through 915 (of 1,048 total)