Forum Replies Created

Viewing 15 posts - 1 through 15 (of 58 total)

  • RE: Defragmenting Indexes

    An example of one of the tables that I'm looking at as 2 indexes:

    index_level avg_fragmentation frag_count ...

  • RE: Microsoft SQL Server Error: 15401

    Finally an answer!!!

    Here's my solution:

    o On the SQL Server - add the cross-domain account as a local administrator

    o Log on to the SQL Server using the new cross-domain account

    o Add...

  • RE: Passing an external hidden parameter

    Yes... the requirement is: to pass from a URL a hidden external parameter into the report. There are other parameters which the users will be adding as filter criteria but...

  • RE: Setting up RPC via Trigger

    Tell you what... humor me - we have other reasons for managing data in this fashion. I'm looking for a technical discourse on the topic of using a trigger to...

  • RE: Setting up RPC via Trigger

    Steve - per my previous posting: I'm getting one error now - sp_addremotelogin cannot be executed within a transaction.

    The remote server is SQL 2000 SP4 (the local server is also...

  • RE: Setting up RPC via Trigger

    OK - I'm getting a bit closer. I modified the AFTER INSERT trigger to an INSTEAD OF INSERT trigger (code below). Now the new row gets inserted into the table...

  • RE: Configure Report Server Issue: Database Setup

    Hi Beth -

    The whole issue for us came down to the way in which the certificate was installed on the Report Server. Once I got that straightened out the...

  • RE: OPENDATASOURCE Question

    I've changed the code over to use linked servers and dynamic SQL. The stored procedure code is encrypted.

    We're done...

  • RE: OPENDATASOURCE Question

    I've got 40+ SQL Servers and I want to make the distribution of the the stored procedures encapsulated and portable - therefore the dynamic linkserver creation/drop.

    The central natrue of the...

  • RE: OPENDATASOURCE Question

    DOH....

    The answer to my rather stupid question is to use dynamic SQL which will delay the need for the linked server resource until runtime.

    Thanks all!!!

    Glenn

  • RE: OPENDATASOURCE Question

    OK - under the category of: nothing is ever easy...

    I'm trying to create a dynamic linked server from within the Stored Procedure that...

  • RE: OPENDATASOURCE Question

    I check the Disallowadhocaccess (see previous post). It is set to 0.

    ==========================

    I've decided to abandon the use of opendatasource, opendataset, openquery....

    There's simply too much variability and risk. I'm...

  • RE: OPENDATASOURCE Question

    The SQL login being used for the opendatasoucre is secured to a single database, single table w/insert, update and select permissions on the table.

    So... I've been able to select...

  • RE: OPENDATASOURCE Question

    No - there is no firewall. All of the SQL Servers involved are within the private network/same domain.

    Does anyone have any experience with using the opendatasource MS SQL function who...

  • RE: OPENDATASOURCE Question

    I would assume that since the majority of servers (both 2000 ans 2003) can access the target server (Windows 2003 SP1/SQL 2000 SP4) via opendatasource that DTC is accessible on the...

Viewing 15 posts - 1 through 15 (of 58 total)