Forum Replies Created

Viewing 15 posts - 211 through 225 (of 247 total)

  • RE: DB Consistency errors

    Additionally, Look on to the error message Its Error 8964:

    Was there any other alternative in my situation?

    as there any other alternative in my situation.?

  • RE: DB Consistency errors

    GilaMonster (7/28/2009)


    The root cause will be IO subsystem problems. Corruption is (99% of the time) the result of problems somewhere in the IO path. Check anti-virus, check drivers, check HBAs,...

  • RE: DB Consistency errors

    You can get consistency error mostly for

    the values might be entered into the database that are not valid or out-of-range based on the data type of the column. In SQL...

  • RE: DB Consistency errors

    Chandu (7/27/2009)


    Hi Vishal,

    I am surprised that without root cause analysis you used dbcc with allow data loss and that too in production. Can you post...

  • RE: DB Consistency errors

    duplicate post was because of site strange behaviour. Gail can you delete one of it...

  • RE: SQL Server Next ?

    And so far I did not find that weblink back. Lots of Googling even didn't;t help. What I remember is the subject line was was something like "SQL Server Release...

  • RE: SQL Server Next ?

    I got that from a weblink...let me try finding that again and post that here shortly.

  • RE: SQL Server Next ?

    Let me put it differently.

    1) There is no SQL Server 2010: Gail right in saying here it will be just an addition in BI features of existing SQL Server 2008....

  • RE: SQL Server Next ?

    But then what is the purpose of MS saying "from VNET++ onwards we will be completely in the cloud hosting" for databases.?

    I know MS already in the field of Cloud...

  • RE: SQL Server Next ?

    please provide some details.

  • RE: Backup Plan for Clustering

    If you are in SQL 2005/2008 go to Management> Maintenance plan

    1) Pull in the component called "Backup Database Task"

    2) Define a new connection to the desired server

    3) Select the...

  • RE: database recovery - clarification

    the whole problem seems to be the QUOTED_IDENTIFIER options:

    Try this:

    SET QUOTED_IDENTIFIER ON

    USE DBPROD

    insert into [DBLog.dbo.logtabl1]

    select * from [dbo.um_tbl1]

    go

    truncate table [dbo.um_tbl1]

  • RE: database recovery - clarification

    vrabhadram (6/25/2009)


    thank you,

    i have one more issue:

    i have a job to archive data from the production to another log database(600 tables). for this purpose i have created the statements for...

  • RE: AWE on A/A cluster

    Understood.

    But Lets say if I am enabling it on one SQL instance which is A/A, will it automatically consider the same on its cluster counterpart?

  • RE: Backup Plan for Clustering

    I agree with Balance. the same setup works for us too. But incase you want better administration here is what you can do:

    > design a new database maintenance plan under...

Viewing 15 posts - 211 through 225 (of 247 total)