Viewing 15 posts - 586 through 600 (of 2,469 total)
same starcast - different movie - this the thread you were looking for...?!?!
December 15, 2005 at 7:52 am
As people above have pointed out - you should always use fully qualified names as best practice anyway...
"dbName.dbo.tblName"
Having said that, I don't understand why you're creating tables through stored procedures...
December 15, 2005 at 7:44 am
please do not cross post - follow the thread here
December 15, 2005 at 7:26 am
Here's one way that I could think of - this is not tested and you'll have to work on it, but here're the steps:
1) Select into your "Project01tmp" table the...
December 15, 2005 at 7:22 am
Here's one example from BOL...
USE pubs GO SELECT length = DATALENGTH(pub_name), pub_name FROM publishers ORDER BY pub_name GO
And just in case you want to find what the max length for the specified column in...
December 14, 2005 at 8:41 pm
Sridhar - could you please provide more information...
1) post the 2 procedures that you're using.
2) you say the first one works - if you use QA to connect to the...
December 14, 2005 at 8:18 pm
I read this "study" too...
The benefits of red wine have been touted for a long time now...for me, nirvana's an evening of wine, bread & cheese.......with either a great...
December 13, 2005 at 9:23 pm
whatever happened to the restrained sangfroid that the Brits are famous for ?! Must be the influence of those people across the channel!!!!
December 13, 2005 at 10:36 am
NO NO D.Burrows - YOU are on the pedestal - I put you there (along with several others I'm sure...) - now you just need to make sure you stay...
December 13, 2005 at 9:44 am
john - why don't you post the ddl & sample rows from your 2 tables...can't test this but if you try something like this, it should work...
SELECT A.ID, B.ID,...
December 13, 2005 at 9:29 am
An alternative certainly - but not quite the elegant minimalistic solution that I've come to expect from you...
just goes to show that a pedestal is a very precarious place to...
December 13, 2005 at 9:11 am
John - if what you've posted is the full extent of your procedure, why not use a left outer join instead ?! why use a cursor at all ?!
edited -...
December 13, 2005 at 9:05 am
Milind - I lost the link but this was one of the solutions posted on another site for a similar error...see if implementing these 2 suggestions help!!!
"Mke sure that you...
December 13, 2005 at 8:31 am
Olivia - could you please post your update statement as well as some sample rows from your table...
Also, when you test this in QA does it work w/out errors ?!
December 13, 2005 at 8:19 am
maybe a user-defined variable name in code ?!?!?!?!
Rajesh - could you please post your procedure for someone to look at ?!
December 13, 2005 at 8:04 am
Viewing 15 posts - 586 through 600 (of 2,469 total)