Forum Replies Created

Viewing 8 posts - 166 through 174 (of 174 total)

  • RE: SQL2000 - Very long query using IN does not generate the same query plan.

    The discrepancy could also be caused by differing index statistics between the servers.

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: How to get all combinations of records from a table

    Getting all possible combinations in a query is usually a mistake. 

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Surden Stop working Scheduled job

    In EM, right click the job and select "View Job History..." to see if there are errors.  You may have to check the "Show Step Details" box to see which...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Active directory implementation

    We did an in-place upgrade from NT to AD.  There was no effect on the SQL servers at all.  Piece of cake.

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Allowing webserver to see SQL server

    You may also want to use a SQL logon instead of a Windows logon account if you have your DMZ outside of the internal network.  Use an account specifically for...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Handling Simple XML Using T-SQL

    The obvious next step should have been to split the NAME and VALUE data into two columns.  The table presented in the article would be difficult to query or generate meaningful...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: truncationg logs

    Just backing up won't shrink the transaction log file.  It will eliminate the entries, but not change the file allocation.  Use the DBCC command, as shown above.

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Statistics?

    I've got a SQL stored procedure that randomly picks a given percentage of records.  I'm looking for both of the items in #2.  The population size is about 5,000, and the expected...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

Viewing 8 posts - 166 through 174 (of 174 total)