Forum Replies Created

Viewing 15 posts - 9,136 through 9,150 (of 9,244 total)

  • RE: why i can't run this syntax

    avipenina (7/21/2008)


    so i write this syntax and i get an error.why?

    THX

    this should do it

    if not exists (select name from sys.configurations where name = 'xp_cmdshell' and value_in_use = 1)

    begin

    EXEC sp_configure 'show...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move System Databases

    follow these steps

    move the MASTER DB first. Stop the sql instance and agent and copy the database files

    (master, model, tempdb, msdb, mssqlsystemresource and dist DB files) to their new...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Cannot see database in Management Studio

    check the NTFS file permissions on the data files

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: move database from One server to a new one

    G.R.Preethiviraj Kulasingham (7/21/2008)


    Do you have SSIS packages stored in the database?

    What about the scheduled jobs?

    Do you have replication in that server?

    as above

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Need step-by-step instructions to upgrade to 64-bit mssql 2005 from 32-bit mssql 2005 box.

    Michelle Potts (7/21/2008)


    Thank you everyone for your suggestions. I am typing up a plan that I will post when complete. However, I have another question...

    The new server will...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Backing up database larger than 50GB

    Johannsky (7/20/2008)


    I am using the default backup tool of SQL Server 2005. I run the backup using job.

    having you considered something like Redgate SQLBackup or Quest Litespeed?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: what disk type should i use

    if you have underlying hardware RAID leave the windows disk types as Basic, you do not want or need dynamic disks.

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: server backup

    is the hardware the same on both machines?

    you could use symantec GHOST

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Use of SQL Server Profiler

    why not use one of the built in templates. checl BOL for the template details

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: create zip file on detach database with sqlserver 2005

    i would check the folder and then the file permissions on the folders the log and data files reside in and the database files themselves, that will undoubtedly be the...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Displaying the fields only once

    New Commer (7/3/2008)


    Hi There!

    i have a query like this,

    Select Distinct Table1.name, Table1.Code, Table2.Place, Table2.Marks From Table1 inner join Table2 on Table1.code = Table2.code

    which results,

    Name1/N1/Nagpur/114

    Name1/N1/Nagpur/154

    Name1/N1/Nagpur/123

    i want it to display as

    Name1/N1/Nagpur/114

    ...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Deleting Millions of Records

    gbargsley (7/18/2008)


    Hello...

    I am in the process of cleaning up some database records. This is a yearly purge type of process for my software application.

    As it sits, my SQL DB...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Raid 0 or 1, or no raid for new implementation

    You dont mention how big the disks are but i would opt for a RAID1 config on both drives and install everything to the 1 logical drive.

    If the drives...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Question: Published Clustered Instance in Active Directory

    from memory i'm certain the cluster name is published into AD, search AD for the cluster name and check the container it is in

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Need step-by-step instructions to upgrade to 64-bit mssql 2005 from 32-bit mssql 2005 box.

    On the production servers i have migrated there have always been a substantial amount of windows\sql user logins that have a default database set. Just the way i prefer to...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 9,136 through 9,150 (of 9,244 total)