Viewing 15 posts - 376 through 390 (of 2,469 total)
Whoa...don't know what kind of communications barrier this falls under but nobody was being rude - either politely or otherwise...they were just trying to explain that it is my "signature...
April 5, 2006 at 7:44 am
well guess what...I brought the popcorn but was too rivetted to have any!!
April 5, 2006 at 7:35 am
I was trying to understand the question since I hadn't heard of "Stored function tables"..UDFs - yes; stored procedures - yes; system functions - yes...hence my need for clarification!
That being...
April 5, 2006 at 7:11 am
can you please expand on that question and give some sort of a context ?!?!
April 5, 2006 at 6:53 am
"Matt Lauer has been co-anchor of NBC News’ Today since January 6, 1997. He joined
Today in January 1994 as news anchor. From September 1992 to September ...
In a June 2005...
April 5, 2006 at 6:50 am
In addition to BOL you may want to read this other post which addressed a similar issue..
April 5, 2006 at 6:07 am
but WHY the difference ?!?! Has it anything to do with our db collations ?!?!
April 4, 2006 at 5:03 pm
okay - change the column from "text" to "ctext"..
April 4, 2006 at 4:48 pm
sql 2k - sp4 - get the exact same error msg as farrell does..
April 4, 2006 at 4:45 pm
why don't you just create a view then ?!?!
April 4, 2006 at 3:28 pm
reminds me of some commercials I've seen lately.."what frequency are you on" - to echo farrell - what version of SQL Server are you using Noel ?!
April 4, 2006 at 3:26 pm
You can script the table and then use find/replace to replace it with a new table name..that way you'd have an exact copy! Is that what you're asking ?!
April 4, 2006 at 3:01 pm
How about scripting them into individual files and checking file size ?!?!
April 4, 2006 at 1:56 pm
this should get you all the first occurences...if it doesn't, please post some more sample data...
select a.* from myTable a inner join (select min(pro_id) pro_id from myTable group by pro_seq, pro_mix,...
April 4, 2006 at 11:19 am
Viewing 15 posts - 376 through 390 (of 2,469 total)