Forum Replies Created

Viewing 15 posts - 3,646 through 3,660 (of 6,679 total)

  • RE: Applications only support SQL 32 bit

    DBAgal (8/23/2010)


    Hi all -

    I just wanted to see what people's opinions were on this subject. Here's the info:

    My current goal is to move all of my databases to...

  • RE: help needed in code tuning.

    Jeff Moden (8/21/2010)


    GilaMonster (8/20/2010)


    Jeff Moden (8/20/2010)


    Comment withdrawn. I couldn't find the MS reference that I remember seeing to support what I said so I've withdrawn my comment.

    Now...

  • RE: How many DBA's per instance/Database

    It is going to depend upon what the organization expects from the DBA's. If all you are doing is production support, then a single DBA could handle all of...

  • RE: INDEX DISABLE/REBUILD ???

    This is really useful when bulk loading data into a DW. When you bulk load the data, you can DISABLE all of the non clustered indexes, load the data,...

  • RE: When creating new table does column order matter if different data types?

    sql_er (8/21/2010)


    Hi,

    I work with MSSQL 2000. When creating tables I never paid attention to the order and type of columns. Last week a co-worker mentioned that it is...

  • RE: Management Studio "Log History" Retention

    The default settings of the SQL Server Agent is usually not adequate. There are two options in that dialog, the first one defines how many rows will be kept...

  • RE: Log Shipping Shrink File

    Rajat Jaiswal-337252 (8/16/2010)


    Hi Thanks Jeffery,

    I just want to reduce log file size because there is size issue on my production database drive.

    and the log become 20 GB to 30 GB...

  • RE: Log Shipping Shrink File

    Rajat,

    I am still confused as to why you think you need to shrink the log file at all. The size of the log file has no bearing on log...

  • RE: SQL Server Service Accounts

    Unless there is a specific reason you need to use separate service accounts for each service - I don't usually do that. I'll create a single service account for...

  • RE: "Quick" way to Select multiple fields in Management Studio?

    The simplest and fastest (for me), is to just open a query window and start typing.

    Now, if this is a case where the user is not really sure what the...

  • RE: Best Practices on SQL Agent Job Frequency

    I would create a stored procedure that loops continuously - and put in a WAITFOR DELAY.

    Then, create a SQL Agent job that checks to see if the process is started...

  • RE: update query

    The two statements are not equivalent - combining them could eliminate those rows that don't match the second queries criteria, and those rows wouldn't be updated.

    To make sure you can...

  • RE: Builtin Administrators group login

    That is correct - SQL Server 2008 does not add the BUILTIN\Administrators to SQL Server. This is a security measure to prevent local administrators of the machine from automatically...

  • RE: cannot restart the sql server

    Use configuration manager to restart the services. You can use SSMSE - if you run it as administrator.

  • RE: Transaction Log size

    Review the article I link to in my signature - it explains all of this very well.

    Truncation makes space in the log file available to be reused. Truncation happens...

Viewing 15 posts - 3,646 through 3,660 (of 6,679 total)