Forum Replies Created

Viewing 15 posts - 5,866 through 5,880 (of 9,241 total)

  • RE: Litespeed for backups

    gmamata7 (3/8/2012)


    Hi,

    We are using lite speed for sql server backups.

    If we use lite speed for backups, then do we MUST need to use lite speed for Log shipping too?

    Or can...

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

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

  • RE: Query to get records which are GETDATE()-60 DAYS

    balasach82 (3/9/2012)


    I need to retrieve records whose DATEFIELD is less than 60 days.

    select top 1 * from TABLENAME where ISDATE(DATEFIELD) = 1

    and convert(datetime,DATEFIELD) <(GETDATE-60)

    DATEFIELD --> varchar (10)

    Since DATEFIELD is varchar,...

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

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

  • RE: remove reporint services from existing sql 2008 active/passive cluster

    yes, lauch the installer via add\remove programs, when selecting the component select the SSRS instance

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

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

  • RE: Install SQL Server 2008 on a Windows Server 2008 Cluster

    charipg (3/9/2012)


    I need to install SQL Server 2008 on a Windows Server 2008 Cluster.

    Please provide the prerequisites and step by step procedure.

    Follow part 3 of my guide at this[/url] link

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

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

  • RE: file connect,,linking datafile to datafile group

    johnny1walker (3/9/2012)


    I have a problem

    how i can do;

    connect file = test3 data FILE to testgroup2 FILEGROUP

    and this

    connect file = test4 data FILE to testgroup2 FILEGROUP

    LITTLE DETAIL ==>

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

    ALTER DATABASE test

    ADD FILE

    (NAME...

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

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

  • RE: Implementing Microsoft iSCSI Initiator Policies & Multi Pathing

    Thanks for the feedback

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

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

  • RE: Implementing Microsoft iSCSI Initiator Policies & Multi Pathing

    sqldba.today (3/9/2012)


    Great article! This is the type of information that DBA's should learn. Knowing that your DB Server is connected to a SAN / NAS system shouldn't be...

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

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

  • RE: Migrate reporting databases

    Because attaching\restoring the reporting databases to the 2008 R2 instance will upgrade the database structure but the internal SSRS structures will not. It is a known issue with SSRS upgrades,...

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

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

  • RE: Dabase size question

    Baabhu is probably going along the right path here. Do you have a maintenance plan on place on this server that rebuilds indexes and maybe shrinks files too?

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

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

  • RE: Move all databases to a new datacenter

    Which hypervisor are you using?

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

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

  • RE: SQL Server 2008 R2 Multiple Instance Cluster

    What account are the services for each insurance running under?

    Have you checked the SPNs for each instance?

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

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

  • RE: MSDB Over 6 gig in size has never been cleaned up I want to run this Script

    ok start by trimming the backup history but dont use getdate(0 -30 cos that will try and delete all history and possibly consume the server. Purge the history in stages...

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

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

  • RE: minimal domain privlidges for running SQL server

    check your SPNs and enable delegation on the computer account

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

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

  • RE: MSDB Over 6 gig in size has never been cleaned up I want to run this Script

    whats the date of the oldest history in the msdb?

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

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

  • RE: Account running SQL server agent service

    yes there is impersonation so that when the agent service needs to carry out an admin task it can. However, there is no inheritance, logging into SSMS as the service...

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

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

Viewing 15 posts - 5,866 through 5,880 (of 9,241 total)