Forum Replies Created

Viewing 15 posts - 61 through 75 (of 245 total)

  • RE: Seperate instances or databases

    Also what are the implications of multiple versus one instance for load on tempdb?

    i have 2 physical disks.

    c = raid 1 for OS and log files.

    d = raid 5 for...

    www.sql-library.com[/url]

  • RE: Seperate instances or databases

    Thanks for your help. Hi Jeff yeah been out of the DB world for a while.

    There are 4 database which run third party applications. I gather performance and maintenance is going...

    www.sql-library.com[/url]

  • RE: Seperate instances or databases

    what are the implication with regard to performance?

    i have one server to play with. Would it be better to have them as seperate instances. They are not huge.

    www.sql-library.com[/url]

  • RE: get restore progress using T-SQL

    logged out of windows the restore takes place on the server.

    www.sql-library.com[/url]

  • RE: DB restore percentage using T-SQL

    but i cant do it for this restore which  is already gooing?

    www.sql-library.com[/url]

  • RE: get restore progress using T-SQL

    nope just logged of the client terminal. Restore is in progress.

    www.sql-library.com[/url]

  • RE: Replace function

    are you sure there arent any lines of the address that are meant to have spaces in them. So when you spilt the address on space you will cut lines...

    www.sql-library.com[/url]

  • RE: Joining two tables with one to many

    ?

    what does this data mean?

    As sergiy points out short of hard coding the vlaue you want to have a corresponding null there is not way of doing this. Whats special...

    www.sql-library.com[/url]

  • RE: Performance tuning

    SELECT Year(logWritten) as [Year], MONTH(logWritten) as [Month],Day(logWritten) as [Day of Month],

    count(WebLogID) as 'Visits'

    FROM Weblog wl

    join URLStem us

     on wl.urlStemID = us.urlStemID

    where StemText LIKE @strSearch

    and logWritten BETWEEN @statDate AND @endDate

    GROUP BY...

    www.sql-library.com[/url]

  • RE: How can one delete field contents using T-SQL?

    you should set the fields to null rather than your 'no data' string

    www.sql-library.com[/url]

  • RE: attribute key not found error

    have you applied the service packs?

    www.sql-library.com[/url]

  • RE: Dynamic SQL BCP

    yep doing that in the bcp call wondered if that might be the problem

    www.sql-library.com[/url]

  • RE: Dynamic SQL BCP

    thanks. DO you know if there is a limit on the length of the sql statement ececuted?

    www.sql-library.com[/url]

  • RE: Searching Stored Procedures for Table Names

     

    In what circmstances will my code not work?

     

    www.sql-library.com[/url]

  • RE: OPENXML in SQL Server 2000

    column names in with clause are case sensitive.

     

    ProjID differs in case from the xml document to the with list.

    www.sql-library.com[/url]

Viewing 15 posts - 61 through 75 (of 245 total)