Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 2,469 total)

  • RE: Could not find the index entry for RID problem keeps reoccurring

    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...

  • RE: Computed Column

    at any rate, it is now a moot point - moo - since it just can't be done...

    i think you should look at...

  • RE: Computed Column

    jasmina - please note that -

    The altered column cannot be:

    A computed column or used in a computed column.

    A replicated column....etc..

  • RE: Computed Column

    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...

  • RE: Could not find the index entry for RID problem keeps reoccurring

    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...

  • RE: sql-databases

    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...

  • RE: Dynamic Parameters for Stored Procedures

    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...

  • RE: Finding out a record

    maybe the quickest way would be to:

    set rowcount 6500

    Select Top 1 CustomerID From Customer order by CustomerID DESC

  • RE: Insert Statement error

    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...

  • RE: Optional Parameter

    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...

  • RE: Optional Parameter

    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...

  • RE: Cannot Install Sql server 2005 ctp - Management Studio feature

    you could search the site for articles....

    here's one on setup and deployment that may help you...

    2005 setup and deployment

  • RE: How to find out Cascade Foreign Key info

    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...

  • RE: Query designer error

    Brian - I'm curious about what you mean by "Query Designer" - do you mean Query Analyzer or is it something else ?!

  • RE: Insert Statement error

    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...

Viewing 15 posts - 1,381 through 1,395 (of 2,469 total)