Viewing 15 posts - 1 through 15 (of 47 total)
Tried that to change numeric (16,0) still same error .
problem passing output as select @student id = @@identity if I coment it it works fine without error. Looking for workaround...
August 7, 2011 at 8:18 pm
It is user definition with Uniqueid(numeric(16,0) and passing as output still seeing this error.
August 7, 2011 at 7:36 pm
@studentid defined as uniqueid which is numeric - I'm thinking it is problem with excceding the length of value causing this problem .
August 7, 2011 at 4:55 pm
Jeff - It is uniqueid datatype
August 7, 2011 at 4:24 pm
Try your query by removing distinct
April 6, 2010 at 8:46 pm
I'm looking creating database using analysis service not diagram
March 3, 2010 at 9:22 pm
No I'm looking for script to find procs in the database based on indexes. For example I have index idx_foote need to find which proc is using it.
January 30, 2010 at 7:45 pm
I'm looking for scirpt which gives list of procs used by indexes. I have bunch of indexes need to find procs used by them
January 30, 2010 at 5:10 pm
Thanks for your suggestion Jeffrey. You are right it works great for table by table process. I want to add new rows based on primary keys in database A...
October 29, 2009 at 8:36 pm
this is only one time I need to sync up some table data between database A and database B. Backup and restore will not work in my case. That way...
October 29, 2009 at 6:19 pm
Hi abair34,
Based on ID field which is primary key in the apps how I do I browser all the tables in Database A and Add missing rows in all...
October 29, 2009 at 3:43 pm
Thanks Micheal for quick response. Last question what is the statement
number = DIFF.number in the code I belive it is ID field in my table A vs ID...
October 23, 2009 at 9:34 pm
Thank you Garadin for your quick note.
October 23, 2009 at 8:35 pm
Micheal thanks again for clarification! If there is no difference row between table A and table B I want to stop loop there without doing any updates. can...
October 23, 2009 at 6:35 pm
Micheal thanks for your note.
what is SET Source = DIFF.source
, number = DIFF.number in your statement?
Bascially I'm looking for compare table A and table B and update table...
October 22, 2009 at 8:41 pm
Viewing 15 posts - 1 through 15 (of 47 total)