Forum Replies Created

Viewing 15 posts - 9,901 through 9,915 (of 49,571 total)

  • RE: Timeouts: queries vs. views

    Views don't have timeouts.

    Timeout is an application setting. It's the application deciding it's waited too long for SQL Server to respond and the application then sends a request to...

  • RE: SQL Migration and Copy_Only backup...

    quackhandle1975 (2/25/2014)


    I'm looking to take a full bk up on Source 2005 instance and copy/ restore to 2008. I am then propsing to apply the checkdb/reindex/update stats/compatibility/etc scripts on...

  • RE: Please double check my SQL script to make certain I perform the restore correctly.

    What recovery model is the database in?

    Where are all the other log restores? You need to restore all the log backups in sequence from the time of the full backup...

  • RE: View with errors still saved, and still works

    pdanes (2/25/2014)


    So if the query gives me what I need, I should ignore whatever the design view says?

    Better yet, avoid design view entirely.

    I'm kind of leery about ignoring warning messages...

  • RE: View with errors still saved, and still works

    The design view is a piece of crap that barely works and only supports a subset of the T-SQL language.

  • RE: script error

    Right, since it's case sensitive, any user data types (and that includes sysname) have to exactly match in case what they're specified in sys.types. Database names have to exactly match...

  • RE: script error

    4th time... Is your server case-sensitive?

  • RE: auditing

    Appears this question has been reposted elsewhere. Further replies to the following thread please http://www.sqlservercentral.com/Forums/Topic1544461-391-1.aspx

  • RE: script error

    nm

  • RE: My procedure is taking more CPU time : sys.dm_exec_requests

    stormsentinelcammy (2/24/2014)


    GilaMonster (2/24/2014)


    Tune the query, tune the indexes. Without more information that's about all that can be said.

    Also, if you have an inline table switch to a temp table so...

  • RE: Save Data Within a Transaction

    Table variable. Insert into the table variable during the transaction. Table variables aren't affected by explicit rollbacks, after the rollback you can then insert the data into a permanent table.

  • RE: script error

    michael.higgins (2/24/2014)


    GilaMonster (2/24/2014)


    michael.higgins (2/24/2014)


    Here is me assuming it's 2008 :blush: What is it they say about assuming !

    Yeah, I mean it's the SQL Server 2008 forum, surely it must be...

  • RE: script error

    michael.higgins (2/24/2014)


    Here is me assuming it's 2008 :blush: What is it they say about assuming !

    Yeah, I mean it's the SQL Server 2008 forum, surely it must be SQL Server...

  • RE: script error

    GilaMonster (2/24/2014)


    I asked on your other thread but got no answer, is your instance case-sensitive?

    What's the exact version of SQL Server that you're working with?

    i.e. version, service pack, edition, etc...

  • RE: Sql Server Login

    Local machine and server on the same domain?

Viewing 15 posts - 9,901 through 9,915 (of 49,571 total)