Forum Replies Created

Viewing 15 posts - 3,346 through 3,360 (of 8,416 total)

  • RE: Strange error

    Oleg Netchaev (5/21/2010)


    I was just trying to point out that nonclustered index might be not an option in this specific case if table variable is used. This is because I...

  • RE: Update SPL's programmatically

    joepacelli (5/21/2010)


    Unfortunately you can not create a synonym for a database, a schema yes, but not the database itself.

    I really thought you could. Sorry about that.

    Would it be practical...

  • RE: max server memory not using page file

    Maa421 (5/21/2010)


    At the risk of asking another dumb question: Do you know if I have to install the CU's for the clients as well as the server? That is...

  • RE: Update SPL's programmatically

    Using a synonym to point to the correct database seems a natural solution.

  • RE: max server memory not using page file

    Maa421 (5/21/2010)


    Do I also need to install cumulative update 2 for SQL Server 2008 SP1?

    Of course 🙂

  • RE: Are the posted questions getting worse?

    jcrawf02 (5/21/2010)


    Paul White NZ (5/21/2010)


    Jan Van der Eecken (5/21/2010)


    @paul-2, just noticing your signature again and curious when the next part of "Server Side Paging" is due for publication. Any idea?

    This...

  • RE: Kill and rollback issues

    So, it looks very much as if the transaction never really 'got off the ground' so to speak, and is now in an odd sort of state. My guess...

  • RE: Change SQL server Dateformat?

    The date format used depends on a number of settings (see Books Online Date and Time Data Types and Functions (Transact-SQL) for the details).

    There isn't a default date format for...

  • RE: Set Date & Time to Fixed

    nguyennd (5/21/2010)


    I want any time when run code then always for above result.

    The only way I can think of to do this is to change the date and time on...

  • RE: Kill and rollback issues

    Before you initiate fail-over, it might make sense to check a few things to give you some confidence that the ROLLBACK is truly 'stuck' and/or that recovery is not going...

  • RE: Strange error

    Oleg Netchaev (5/20/2010)


    ...The problem with table variable is that you cannot create a non-clustered index on it...

    Well you can, it just has to be unique and created at declaration time:

    DECLARE...

  • RE: Strange error

    This is SQL Server 2000, right? What is the exact version please? Is the VisitorSources table a heap with non-clustered indexes? The reason I ask is that...

  • RE: Set Date & Time to Fixed

    What do you mean 'fixed'? :unsure:

  • RE: Capturing the first of two errors

    calvo (5/20/2010)


    Since these errors occurr simultaneously, I cannot catch the first one. I would like to capture the first more meaningful error but I can't find a way to do...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (5/21/2010)


    @paul-2, just noticing your signature again and curious when the next part of "Server Side Paging" is due for publication. Any idea?

    This coming Monday (24th), Jan...

Viewing 15 posts - 3,346 through 3,360 (of 8,416 total)