Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)

  • RE: Error on SET Proxy Account

    George Georgov (2/9/2006)


    Well done. This is realy good. It work on single sql server. But on the cluster it is not workable.

    If i apply this on the sql cluster, then...

    Time to make a change
  • RE: Trigger calling stored procedure

    The stored procedure executed directly using ADO from the client takes 16 seconds to run....so I was investigating hwo to run the procedure in the background (on the server) without...

    Time to make a change
  • RE: Trigger calling stored procedure

    /bump

    If anyone can help

    Time to make a change
  • RE: Trigger calling stored procedure

    The stored procedure I am executing from the trigger is found here

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=366303

    I beleive now after doing a simple stored procedure it has something to do with not liking...

    Time to make a change
  • RE: Run stored procedure away from client

    I have gone through my stored procedure and made it as efficient as I possibly can, the time it takes to run is purely because of the amount of records...

    Time to make a change
  • RE: Run stored procedure away from client

    Ok so ive messed around with my code a little

    Dim strBatch As String

        Set cnn = New ADODB.Connection

        cnn.Open "Driver={SQL Server};Server=GMSQL1;Database=GLOAD;Trusted_Connection=Yes;"

        Set cmd = New ADODB.Command

       

       

        strBatch =...

    Time to make a change
  • RE: Run stored procedure away from client

    Anyone?

    /Bump

    Time to make a change
  • RE: Run stored procedure away from client

    I am running the code from a pass thru query with the parameter built in vba from the combo box value the user chooses.

    How do I run it asynchronously?

    Btw there is...

    Time to make a change
  • RE: Calling a Stored Procedure from An Access Form

    very very very very late reply, but this has very much helped me in my further endevaours in stored procedure running.

    And you simplistic way of explaining this made it all...

    Time to make a change
  • RE: Upsize Question.

    Yeah he can quite easily jsut upszie the backend then link the tables form the SQl back to the access front end...but he might as well at least look at...

    Time to make a change
  • RE: Deciding between Access database & Access Projects

    I cant see a reason why you wouldnt want to use the Project rather than the normal access DB.

    When it comes to using a project you get the benefit of...

    Time to make a change
  • RE: Upsize Question.

    I would merge the front end and back end then do an upsize.

    Detail :

    DB-Backend is Access 2003

    DB-Frontend is Access 2003

    Why not import all the tables into DB-FRontend from DB-Backend then...

    Time to make a change
  • RE: Calling a Stored Procedure from An Access Form

    There are roughly 90 fields in this one table and just about all of them are requried to be viewed by the form. There are 2700 + records totalling around...

    Time to make a change
  • RE: Create an import .sql file

    Just to conclude this..in case anyone else has the problem i did the following.

    I downloaded the trial version of SQL and installed it on my local computer. (as recommended above...

    Time to make a change
  • RE: Group permission assigning

    ok sorry about that, stupid one probably. But it turns out after rebooting the computer they can then see the DB in the list to add as default in the...

    Time to make a change

Viewing 15 posts - 16 through 30 (of 33 total)