Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 4,745 total)

  • RE: Extended stored procs on 64 bit MSSQL 2008

    Did you get a resolution to this?

    We have hit the same issue during an upgrade from SQL2000 to SQL2008 on xps used to extract data out of a foxpro database.

  • RE: Transaction Log Files

    The results on this question will be VLF (Very Low Failure)

    Keep 'em coming steve!

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    Perry,

    maybe it is taken as read but it should be mentioned another drive would be needed to install SQL application files to (i.e. the instance root directory) and this would...

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    reuben.anderson (1/19/2011)


    We're undergoing an enterprise consolidation and virtualisation project at the moment, and I currently have an external consultant proposing to replace our physical, clustered SQL Servers, with non-clustered VM's...

  • RE: Moving TEMPDB

    second what gail says, this issue is fixable in a few minutes, no need to cause yourself all that extra work

  • RE: Moving TEMPDB

    nice tip on the xcopy by the way Johan.

  • RE: Moving TEMPDB

    see this on how to move system databases.

    the data file should be tempdb.mdf, the log file should be templog.ldf, don't change the default file names on system databases, will come...

  • RE: Problems with BCP

    there is the -m flag for the maximum no of errors before an import is aborted, is that what you want?

  • RE: Importing 2000 database to 2008

    backup and restore is the normal way.

    plus after the restore:

    set compatibility level to sql 2008 (level 10)

    change database owner to match what it was before

    run dbcc updateusage

    run sp_updatestats (at least,...

  • RE: Missing Disk Space on Log Drive reappears after reboot

    what makes you think its SQL, especially as a restart of SQL has no effect, but a server reboot does, that points to the OS or some other app to...

  • RE: Memroy Issue

    Roy Ernest (1/13/2011)


    george sibbald (1/12/2011)


    have you used sysmon to track memory usage by process? Use private bytes and working set counters for all instances under the process object.

    If you see...

  • RE: Memroy Issue

    have you used sysmon to track memory usage by process? Use private bytes and working set counters for all instances under the process object.

    If you see an instance slowly increasing...

  • RE: Unusual backup/restore scenario

    How much environment specific data is there? Could you script it out as updates and run it after a full restore over database B, or truncate and load the environmental...

  • RE: Log File VLFs

    Steve Jones - SSC Editor (1/12/2011)


    george sibbald (1/12/2011)


    from QOTD of 7th JAn

    log created at:

    less than 64MB - 4 VLFs

    64MB and less than 1GB - 8 VLFs

    1GB or greater...

  • RE: Log File VLFs

    from QOTD of 7th JAn

    log created at:

    less than 64MB - 4 VLFs

    64MB and less than 1GB - 8 VLFs

    1GB or greater - 16VLFs

Viewing 15 posts - 1,981 through 1,995 (of 4,745 total)