Forum Replies Created

Viewing 15 posts - 10,426 through 10,440 (of 49,566 total)

  • RE: Database was Unavailable

    Nope, not that one

    DBCC CheckDB('<database name>',REPAIR_ALLOW_DATA_LOSS)

    Set the database to single user mode first

    You will lose data, not necessarily just the corrupted data, you may lose other data as well. CheckDB...

  • RE: Need to Keep the Leading zero

    Varchar.

    If the leading 0 is important, then it's not a number. Numbers do not have significant leading 0s, we don't write 0100 for one hundred. We write 0120 for postal...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (1/13/2014)


    GilaMonster (1/13/2014)


    Rodd, do you know anything about the next SQL Bits? I've asked on twitter, silence, web site hasn't been updated in ages. Was hoping to visit the...

  • RE: dynamic SQL issues

    mxy (1/13/2014)


    thanks guys. few issues i noticed is queries are running slow, not always but few times

    stored proc need to create a execution plan whenever there is change...

  • RE: Are the posted questions getting worse?

    Rodd, do you know anything about the next SQL Bits? I've asked on twitter, silence, web site hasn't been updated in ages. Was hoping to visit the UK for that.

  • RE: Database was Unavailable

    Hakuna Matata (1/13/2014)


    The table is high transaction table with hourly job to delete unwanted data. Could this be the issue?

    No. The issue is that you have problems with your...

  • RE: how to execute sp_addsrvrolemember within a tarnsaction in sqlserver2008 R2 on trigger?

    The message is pretty clear

    The procedure 'sys.sp_addsrvrolemember' cannot be executed within a transaction

    You can't run it within a transaction. Why are you trying?

  • RE: Database was Unavailable

    Attached?

  • RE: SQL Server Certifications

    The SQL 2008 exams have all been retired, they can't be written any longer. Have a read through the Microsoft Learning site for the SQL 2012 exams and certifications.

  • RE: dynamic SQL issues

    Dynamic SQL doesn't automatically cause performance issues by itself (security issues however...)

    What symptoms are you seeing, why do you attribute the problem to the fact that the query is dynamic,...

  • RE: Are the posted questions getting worse?

    Fal (1/12/2014)


    Hi Gail,

    Just to follow up on a question you posted on the Thread (is that a Threaded question? 😉 You were looking for an editor for the iPad...

  • RE: SQL Compare

    Free downloads don't have a serial number. Serial number is what you get when you buy the product. Main Red Gate support for support on their products.

    As for exams, browse...

  • RE: Trasaction

    There's no such thing as a transaction undo file in SQL Server. That not an oracle term?

    There are standby files in log shipping which store information relating to undo operations.

  • RE: Splitting DBs into multiple files for IO spread

    Jeff Moden (1/12/2014)


    GilaMonster (1/12/2014)


    Please note: 4 year old thread (bumped by a spam post)

    Why does that matter to you so much?

    So that people who don't check the dates don't...

  • RE: system databases moving

    ramana3327 (1/12/2014)


    Thanks Gail. I restored the data file again but still it is showing me that error.

    I suggested reinstalling, not restoring a data file.

Viewing 15 posts - 10,426 through 10,440 (of 49,566 total)