Viewing 15 posts - 1,381 through 1,395 (of 2,469 total)
to eliminate any hardware related issues causing data-integrity compromise, you could try upgrading to sp4 and see if that resolves the issue ...however, googling revealed that heaps of other people...
August 15, 2005 at 10:42 am
at any rate, it is now a moot point - moo - since it just can't be done...
i think you should look at...
August 15, 2005 at 9:34 am
jasmina - please note that -
The altered column cannot be:
A computed column or used in a computed column.
A replicated column....etc..
August 15, 2005 at 9:27 am
are you sure you didn't mean to say user table instead of system ?!
also if you don't mind my asking - what table are you trying to update and why...
August 15, 2005 at 9:18 am
Chip - here's some info from the MSN site for pointers/guidance....
"Because a stale read or a lost write results in data storage that is not expected, a wide variety of...
August 15, 2005 at 8:52 am
Have you tried creating a separate column for the arabic data and setting the collation on it to - SQL_Latin1_General_Cp1256_CS_AS - or whatever the collation is ?!
as for configuring the...
August 15, 2005 at 8:04 am
Picking up where Lee left off...maybe the 2 methods he listed should be combined to use nested sprocs ?!?! - Hopefully - even though the range of parameters is 1...
August 15, 2005 at 7:39 am
maybe the quickest way would be to:
set rowcount 6500
Select Top 1 CustomerID From Customer order by CustomerID DESC
August 14, 2005 at 9:56 am
raj - your num_type_name and num_type_id cannot possibly be integers if the values in them are 'T1' & 'Type 1'...
also, if the number columns are integers, you seem to be...
August 14, 2005 at 7:28 am
Erik - the '' that I set was only the default...I don't even know what your procedure is going to do...I gave you a "general guideline"...you can set a default...
August 13, 2005 at 8:41 pm
Erik - you could have a default value for your optional parameter and in your code can specify conditions based on the value of the parameter...
eg: you can have a...
August 13, 2005 at 5:03 pm
you could search the site for articles....
here's one on setup and deployment that may help you...
August 13, 2005 at 2:10 pm
you may also want to look at the INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS view to see if you could create one of your own....this view uses the sysreferences, sysindexes and the sysobjects tables...
August 13, 2005 at 2:02 pm
Brian - I'm curious about what you mean by "Query Designer" - do you mean Query Analyzer or is it something else ?!
August 13, 2005 at 1:42 pm
raj - sergei's questions are valid ones...why are you using string values in what seem to be integer columns ?!
also, could you pl. post the ddls of your 2 tables...specifically...
August 13, 2005 at 1:41 pm
Viewing 15 posts - 1,381 through 1,395 (of 2,469 total)