Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 6,677 total)

  • RE: LITESPEED restore

    The Litespeed console is very similar to the standard GUI utilities in SSMS. When you get to the option for the files, you can modify the file locations.

    In the...

  • RE: Data Flow very slow versus Linked Server

    There is a known issue with SSIS OLEDB Source - where using a table/view directly performs very badly.

    In addition to changing the batch size and commit size on the OLEDB...

  • RE: SQL Backup Fails.

    anon1m0us1 (6/12/2012)


    I stopped service, changed the ID to local, restarted service. Stopped the service and changed back to the service ID.

    Please be aware that starting SQL Server using local system...

  • RE: SQL Backup Fails.

    anon1m0us1 (6/12/2012)


    This worked!!

    What worked?

  • RE: SQL Backup Fails.

    Just thinking out loud...

    Have you restarted SQL Server since granting permissions on the UNC path you are attempting to back up to? Could it be that the current session...

  • RE: SQL Backup Fails.

    Are you running both SQL Server and SQL Server Agent with the same domain account? If not, grant access to the account running SQL Server.

    Backups run in the context...

  • RE: SQL service account is sysamdin or not?

    It is going to depend on how you installed SQL Server 2008 or 2008 R2.

    To explain - we look back at how 2005 managed access to SQL Server for the...

  • RE: NetApp Clone - how to knock uses off of target DB to prevent clone from failing

    Tom McDonald-318966 (6/5/2012)


    This is my first post, hope this is close to the correct place for this topic. We are switching our SAN from IBM SVC using Flashcopy...

  • RE: Spliting Huge data file (mdf) into multiple mdf's in different drives.

    Splitting the data file into multiple files *might* help - but it really depends on your IO subsystem and how you have the HBA's configured and the SAN configuration (cache,...

  • RE: retrive password for SQL login

    The hashed password from sp_help_revlogin is valid - and can be used to create the login on another server with the same password.

    If you are migrating to a new system,...

  • RE: Clustered Indexes

    GilaMonster (5/28/2012)


    Correct. All an index (clustered or otherwise) guarantees it the logical order of the rows and pages.

    If a clustered index did guarantee the physical order then there would never...

  • RE: Recover the log file in SQL Server 2005

    venkatb.dba (5/28/2012)


    Hi,

    some one deleted my database Log file ... what are all the steps to recover the log file ?

    Thanks

    Venkat

    Without backups there really isn't much you are going to...

  • RE: Reuse view?

    pdanes (5/28/2012)


    I suspect that I'm going to get the standard "It depends" to this, but I'll try anyway:

    If I have a Select statement that does several joins, is it better...

  • RE: Creating a copy of a database on a different server

    There are many scripts available that will build your restore scripts for you from MSDB. I took one of those, tweaked it for my process and use that process.

    For...

  • RE: Transaction Isolation Level based on Login

    Another option is to not allow them to write their own queries. Give them access to only execute stored procedures that you have vetted.

    If they need something else, then...

Viewing 15 posts - 2,851 through 2,865 (of 6,677 total)