Forum Replies Created

Viewing 15 posts - 46 through 60 (of 100 total)

  • RE: Clustered Index Internals

    I am very interested in how the rebuilding of a clustered index would result in data being moved to another partition. The partition of a particular record in a table...

  • RE: SSRS - Export to Excel missing drill downs

    Not all rendering formats support drill-down. I believe that only HTML and PDF support it. I know that Excel does NOT.

  • RE: Readwrite variables in the Script Component Task

    Never Mind. I think Jack has it.

  • RE: Readwrite variables in the Script Component Task

    Matty,

    Try and declare the variables at the package level instead of inside the script, and then reference tham inside the script from the DTSVariables collection. I THINK that you are...

  • RE: TSQL - tempdb

    Longy (2/27/2009)


    Rich (2/27/2009)


    Based on the queries supplied, you should get 1 and 1, because the first statement includes the wildcard at the beginning, so the # SHOULD be returned.

    The answer...

  • RE: TSQL - tempdb

    Based on the queries supplied, you should get 1 and 1, because the first statement includes the wildcard at the beginning, so the # SHOULD be returned.

  • RE: Which class to take

    Charlie,

    The 2779 (Implementing) will go over many of the new services available within SQL2005 as compared to SQL2000, and will also talk about the programming objects. The 2780 (Administering) will...

  • RE: IS NULL problem

    Just in case anyone is interested, the reason that When Null did not work is because SQL tried to use an equality operator to compare the values. Null is the...

  • RE: Running multiple instances of the same procedure

    Have you heard of Service Broker? Basically, it allows you to send messages to a stored procedure that will then be executed as the message is received. Your application can...

  • RE: SSIS

    I would check a couple of things. Permissions on the files are the first place I would look. If there are multiple files, it could be that one of the...

  • RE: Which Clause Is Quicker?

    The answer lies within the execution plan. Suggest that you go into SSMS, write the three versions of the query, and then compare their execution plans to determine the answer....

  • RE: valid windows user is not able to login

    The users could be leaving their PC's logged in but locked for more than 12 hours, therefor the Kerberos ticket is expiring, and SQL Server will no longer recognize the...

  • RE: OSQL return error to DOS via ERRORLEVEL variable

    Technically, the osql command IS successful, because sp_start_job will return a success code if it is able to start the requested job. It does not wait for that job to...

  • RE: Need help with summary column

    The easiest thing to do would be to take the ir.ratingkey out of the query. Then, you would get a sum for all ratingkeys for an inspno. The only other...

  • RE: OpenRowset and Execute As in Stored Procedure

    Does user1 have access to this share from your local PC or is it only available from the server? User1 needs to be able to see the share from wherever...

Viewing 15 posts - 46 through 60 (of 100 total)