Forum Replies Created

Viewing 15 posts - 271 through 285 (of 4,745 total)

  • RE: Performance troubles

    If memory serves, the smart thing to do 'generally' is to index columns involved in joins - any other good candidates for N/c indices?

    joins are often on columns defines as...

  • RE: Performance troubles

    As Jeff said if you can upgrade this database first because investigating the performance problems will be so much easier. However that may take a while because you will need...

  • RE: LOGSHIPPING CONFIGURATION SQL 2012

    not in that direction no, you will not be able to do the initial full database restore as the version of SQL is lower.

  • RE: Turning on trace flag 1222 for deadlocks

    thats me out then, xquery gives me a headache. 🙂

  • RE: Turning on trace flag 1222 for deadlocks

    profiler as a server side trace is another option. I presume would be more intrusive than the trace flag though, but gives a graphical representation.

    Grant, is system_health extended event available...

  • RE: How to Get All SQL Queries That Executed in the Server for the Day

    debanjan.ray (2/27/2014)


    we dont want to run a trace from SQL Profiler since it will slow down the server. Is there any query or ETL, so that we can get those...

  • RE: Fixing CREATE TABLE

    below86 (2/27/2014)


    george sibbald (2/27/2014)


    below86 (2/27/2014)


    I have often said I avoid stored procedures for the most part. But this too has always seemed odd to me. You are essentially replacing...

  • RE: How to Get All SQL Queries That Executed in the Server for the Day

    you could run profiler as a server side trace

  • RE: Fixing CREATE TABLE

    below86 (2/27/2014)


    I have often said I avoid stored procedures for the most part. But this too has always seemed odd to me. You are essentially replacing the entire code...

  • RE: Startup In Single-User Mode

    this mode is more normally refered to as just 'single user' mode

  • RE: Backup/Restore

    Tom,

    I only brought this option up as your post contained the phrase 'however created'. The thing is it is the DEFAULT behaviour of the GUI to inherit the model database...

  • RE: Sql Server Login

    that error will come with a value for 'state', what is that equal to, and what message does SSMS give you?

  • RE: Sql Server Login

    please post the exact error you get.

  • RE: Backup/Restore

    Igor Micev (2/23/2014)


    george sibbald (2/23/2014)


    TomThomson (2/21/2014)


    The read_only property of the model database has no effect on newly created databases, however created. Whatever the model value is, the value for...

  • RE: Backup/Restore

    TomThomson (2/21/2014)


    The read_only property of the model database has no effect on newly created databases, however created. Whatever the model value is, the value for database created by restore...

Viewing 15 posts - 271 through 285 (of 4,745 total)