Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 6,679 total)

  • RE: Renaming system databases

    IT researcher (4/29/2013)


    The only reason to rename the file is for automated backup. I do have my own backup application where I can automate backup on daily,weekly or monthly...

  • RE: huge log file

    Steve JP (4/27/2013)


    Depends as the log file doesn't always want to shrink. If it doesn't then like I said a single file attach is a sledgehammer approach, never said it...

  • RE: Separate ETL server

    Let's not forget that installing SSIS on its own server requires purchasing separate licenses for SQL Server on that server. If you are running SSIS on an ETL server...

  • RE: Share not visible in SSMS

    The drives will not be available to SQL Server until you make the SQL Server resource dependent on those new drives. They can still be accessed using UNC path...

  • RE: disk usage by top tables

    No need for a custom install...

    That is a standard report provided within SSMS...right-click your database, select Reports, Standard Reports and the Disk Usage by Top Tables report.

  • RE: Log backups while Full/Differential backups are running

    GilaMonster (4/21/2013)


    Let's see... what happens when we have a 6-hour full backup duration and a 15 minute data loss SLA and log backups don't run during that full backup?

    Worse...what happens...

  • RE: Why powershell?

    If you have ever created a .bat file to run BCP commands - then Powershell is probably something to look into. It is a command line utility that gives...

  • RE: Ok, so it sort of is about SQL....

    But...what if truncate doesn't actually remove everything that was there before? Don't we have to be sure we delete it before we insert? :w00t:

  • RE: Shrink log file

    John Mitchell-245523 (4/17/2013)


    It's OK to shrink files if the reason they've grown isn't likely to be repeated. This is indeed the case in your situation - somebody set the...

  • RE: Linked server questions

    When you setup a linked server - you also have to define the security context for each connection using the linked server. It sounds to me like you have...

  • RE: Entering Service Account Details During Install

    Michael Valentine Jones (4/2/2013)


    Why would the service account get locked out? Are you using the same service account on more than one server?

    To answer your question, we setup new...

  • RE: Windows Updates Broke My DB! :) .NET Questions!

    From the 2008 R2 Requirements:

    Note

    Installing .NET Framework 2.0 SP2: .NET Framework 2.0 SP2 is not available as a separate download. You will need to install .NET Framework 3.5 SP1 which...

  • RE: SQL Compatibility Mode Questions

    amy26 (4/2/2013)


    GilaMonster (4/2/2013)


    amy26 (4/2/2013)


    I'm really bummed about this cause now I can't use some of the new features of SQL 2008 :angry:

    Why not?

    Comparability level doesn't disable new features, it just...

  • RE: Search table field with LIKE clause

    Going back to the original point...I don't think optimizing the view is going to help a whole lot here.

    The OP is querying this view using a like statement that forces...

  • RE: DBCC SHRINKFILE print out issues

    I am not going to review what you are doing wrong - because the whole idea is wrong.

    You do not want to setup a process to shrink log files on...

Viewing 15 posts - 2,731 through 2,745 (of 6,679 total)