Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 4,745 total)

  • RE: can't upgrade Database or SSAS to sp4?

    have you got the right versions of the patches (32 bit rather than 64 bit say?)

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

  • RE: Moving database

    Having verified the database is SQL2008 compatible and the app still works and attached the database to the SQL2008 instance you should run the following, mainly for performance reasons

    -- set...

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

  • RE: Dropping Image column

    just to finish off this thread and put some info out there.

    Went the drop column route in the end. DB in simple recovery mode

    17GB table, 9.4 million rows, drop column...

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

  • RE: DBCC REINDEX on table with 970GB data and 10GB index with 5 billions rows of count

    I'm surprised Gail and Jeff haven't jumped all over this but that does not look like a good candidate for a clustered index, its certainly not narrow or ever-increasing.

    Changing the...

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

  • RE: Really need help in writing data to a text file

    two ways basically -

    Using a command line utility called bcp

    Or use SSIS. You get started with that by using using the wizard from SSMS. Right click the database and choose...

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

  • RE: autofix change in 2008

    Also I always use the 'update_one' option

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

  • RE: autofix change in 2008

    Its still valid in SQL2008 but is marked to be deprecated. try alter user instead.

    What error do you get?

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

  • RE: Hard drive failure Restore

    the databases were suspect so the GUI would not alow any action on them. Going up one level to the database root node should allow you to restore a database...

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

  • RE: Hard drive failure Restore

    It is perfectly acceptable to get your system databases back by moving the files back into place. I always have this option available to me for DR purposes. Its basically...

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

  • RE: change the allocation unit size and partition offset of the drives on active active node clusters

    sql2k8 (2/7/2012)


    you have to check for stripe unit size/ file allocation unit size and partition offset/stripe unit size

    if these values are not integer then the disks are not aligned

    As Perry...

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

  • RE: Backups to disk first?

    when you get into terrabyte databases the emphasis shifts (IMHO) and direct backups to tape begin to make more sense. Thats a lot of disk to tie up for backups

    However...

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

  • RE: DB stuck in single user mode

    have you tried without the rollback immediate?

    trace flags can be set on the fly.

    dbcc traceon(1222,-1)

    dbcc traceoff)1222,-1)

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

  • RE: Backups to disk first?

    If you backup to disk then offsite this backup to tape this also gives you two copies of the backup.

    you keep perhaps 3 on disk for speedy recovery and a...

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

  • RE: TSQL function to detect SQL Agent job state

    people may also want to look at sp_help_job and xp_sqlagent_enum_jobs

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

  • RE: sqlagent roles and sysadmin

    Only sysadmin will give them that level of control.

    Otherwise set up a SQL account, have all jobs owned by that account and get everyone to log on with that account...

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

Viewing 15 posts - 1,156 through 1,170 (of 4,745 total)