Forum Replies Created

Viewing 13 posts - 31 through 43 (of 43 total)

  • RE: Advice needed on data warehousing strategy

    Thanks for the reply RBarryYoung. I will take a look at SSIS.

  • RE: Join question

    Seth,

    The derived table version worked a treat. Thanks again for the help 🙂

    John

  • RE: Join question

    Seth,

    Really appreciate the comments. Just to respond:

    1. You're right, I should have taken out the order by.

    2. This was me experimenting, something I had read that I wanted to try....

  • RE: Join question

    Garadin (12/16/2008)


    Can you post the solution that you've come up with?

    This is another way to get the beginning of the hour from 2 days ago:

    SELECT DATEADD(dd,-2,DATEADD(hh,DATEDIFF(hh,0,GETDATE()),0))

    That's much tidier, thanks.

    I...

  • RE: Join question

    I think I've answered my own question here. Writing out the question here actually helped me to find a way of doing it.

    This is what I've got now:

    DECLARE @start_date varchar(21),

    @temp_date...

  • RE: Join question

    You're right, this will not work, the date fields are different. I've changed my approach and found a solution using table variables. I don't think it's the most efficient but...

  • RE: Problem backing up to network drive

    Hi Darren,

    I didn't have any luck with the SessTimeout fix. As you said, its not exactly the same problem so thats probably the reason it didn't work.

    At this stage I'm...

  • RE: Problem backing up to network drive

    Rajan John/John Marsh,

    I've logged to Windows with SQL Server Service Account and created test files on the target server without any problem so I'm 100% sure that the account has...

  • RE: Problem backing up to network drive

    Hi Darren,

    Thanks for the suggestion, I'm going to try it now. I'll report back shortly...

  • RE: Problem backing up to network drive

    Hi,

    I typed the share name in plain text but it didn't make any difference.

    I made a temporary directory without spaces, same result.

    The target partition is NTFS on a Windows Server...

  • RE: Problem backing up to network drive

    Hi,

    Yes I restarted the server service. However, one thing I was slightly unsure about was how to change the NullSessionShares value. It is a REG_MULTI_SZ type so I firstly typed...

  • RE: Problem backing up to network drive

    I just tried the registry update and it still doesn't work.

    So I guess that implies that the problem is not permissions related right?

  • RE: Problem backing up to network drive

    Hi,

    I've verified that the account SQL Server is running under has write access at the share level and the file system level so there's no problem there.

    The KB article does...

Viewing 13 posts - 31 through 43 (of 43 total)