Forum Replies Created

Viewing 8 posts - 76 through 84 (of 84 total)

  • RE: Executing batches asychronously?

    You could use the sp_add_job to create a job which deletes itself after running and then execute it using sp_start_job.



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Moving data base from 1 computer to another

    Just detach the database move the files and re-attach it



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Performance problems on Live server

    If the default instance collation is different this can cause issues in execution plans. As the database will be restored in the collation is was backed up in.



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Formatting Dates

    Try this.

    SET LANGUAGE BRITISH



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Performance problems on Live server

    I know its a stupid question but have you checked the database/instance/field collations to ensure they are the same?



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Strange Clustering Issue

    I have now fixed this.

    The way round this is to bring down the cluster services on both nodes add the SQLArg registry entries back into both systems and bring the SQL...



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Problem With Remotely Executing Stored Procedures

    The reason i am using this is because i am remotely execting stored procedures for example....

    declare @servername varchar(255)

    declare @cmd nvarchar(500)

    set @SERVERNAME = 'SERVERNAME'

    #CREATE A LINKED SERVER#

    set @cmd = 'exec



    Nuke the site from orbit, its the only way to be sure... :w00t:

  • RE: Remotely executing stored procedures

    I have run SQL Profiler and i cannot find any useful information. I am using windows pass through authentication for this and in this scenario it works fine for about 2...



    Nuke the site from orbit, its the only way to be sure... :w00t:

Viewing 8 posts - 76 through 84 (of 84 total)