Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 4,745 total)

  • RE: Issue with Configuring report services Scale out deployment

    thanks

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 page life concern

    As you only have 4GB of memory and AWE is to enable memory usage above 4GB, AWE is not applicable here.

    Unless you see messages in your SQL error log to...

    ---------------------------------------------------------------------

  • RE: Issue with Configuring report services Scale out deployment

    for the benefit of others what was your solution?

    ---------------------------------------------------------------------

  • RE: Installation - Would you separate database files and log files on completely different disks?

    Unless your databases are almost exclusively read only it is definitely a good idea to separate data from log.

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 page life concern

    At 1.5Gb SQL is taking about the max for the buffer pool it is able to in your scenario.

    Try setting the /3Gb switch in the boot.ini to allow SQL another...

    ---------------------------------------------------------------------

  • RE: ssrs2008r2 installation problem

    have you configured it via reporting services configuration manager?

    http://msdn.microsoft.com/en-us/library/ms157412.aspx

    ---------------------------------------------------------------------

  • RE: KILL

    MyDoggieJessie (3/1/2012)


    This is also typical behavior when the query/statement you killed spans across a "linked server". If your query does perform TSQL on a linked server, you need to...

    ---------------------------------------------------------------------

  • RE: SQL Server Agent Roles

    Koen Verbeeck (2/27/2012)


    Quite easy, as the question on 7 February asked which role was the least privileged 🙂

    explains the deja vu.

    now we need a question on which role has the...

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/25/2012)


    Returning to the original subject of this thread, I can now say I've seen just about everything on this fine forum.

    http://www.sqlservercentral.com/Forums/Topic1257783-391-1.aspx

    should we be encouraging the use of 'select...

    ---------------------------------------------------------------------

  • RE: Object_Id 1

    BarbW (2/23/2012)


    Good syntax question; not sure why collation info was included. Thanks!

    I guess so we knew it was a case insensitive collation

    ---------------------------------------------------------------------

  • RE: Partitioning using uniqueidentifier field

    Be aware the uniqueidentiier values are random and therefore I would have thought not a good value to partition by.

    If you have to use this use it in conjunction with...

    ---------------------------------------------------------------------

  • RE: login trouble shoot

    you should see the login failure reported in the SQL errorlog with some information as to the cause, including an 'error state'.

    Hers a list of the common reasons and their...

    ---------------------------------------------------------------------

  • RE: SOPA and Censorship

    Jeff Moden (2/19/2012)


    Thanks for the feeback and the participation, Tom. I've got a feeling that a whole lot of people just aren't interested.

    not uninterested - perhaps this is a...

    ---------------------------------------------------------------------

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    truncateonly option is ignored with a log shrink.

    truncate_only is no longer a log backup option in SQL2008

    You can shrink your log and database files if you really need to...

    ---------------------------------------------------------------------

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    you are confusing notruncate in log backups with notruncate in shrinking.

    ---------------------------------------------------------------------

Viewing 15 posts - 1,126 through 1,140 (of 4,745 total)