Forum Replies Created

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

  • RE: SQL Server Developer edition risks

    jasona.work - Wednesday, July 18, 2018 6:46 AM

    Really you are correct, your biggest concern is just going to be making sure that...

  • RE: Benchmarking software....

    Swirl80 (8/20/2009)


    We're looking towards moving everything to a virtual environment but in order for me to be fully convinced (read a lot aboput virtual sql environments being slower that physical)...

  • RE: Monitoring stored procedure usage

    I agree - would prefer to have everything wrapped up in a function.

    But the big question is how do you programmatically get to stored procedure parameters without hard...

  • RE: Monitoring stored procedure usage

    Is that any different from what I originally posted?

  • RE: Monitoring stored procedure usage

    Sorrry but I'm not sure I follow you? Can you provide more detail?

  • RE: Monitoring stored procedure usage

    Sure - I know it can do be done using SQLProfiler - but whats the impact of having that running all the time in production?

  • RE: SQL Server 2005 Logins

    I have a large number of logins that have been disabled. I would like to drop these logins and would prefer to script this. I've looked through the...

  • RE: DTS Packages not being executed

    We found the problem - the PATH environment variable had been overwritten and hence DTSRUN could not be found in the path.

  • RE: DTS Packages not being executed

    Sorry I dont think I was specific enough..

    The DTS packages on their own run fine - ie I can run them successfully from the DTS designer or by using the...

  • RE: Timeouts - where do I start?

    We're running 2000 SP2. The client (VB app) is using MDAC 2.7.

    I have not yet tried doing a trace. I dont think this will reveal anything as I...

  • RE: Index Tuning

    You should also consider changing to a binary sort order. This will defintely give you some improvement.

  • RE: Dynamically accessing different databases

    hi sorry I don't quite follow - I thought distributed views were only used when you wanted to do a union type select across multiple databases/servers. How exactly do...

  • RE: Overhead of SQL instances?

    The main reason I am thinking of using 2 instances is that we are installing Siebel with a whole load of our other databases. I want to ensure that...

  • RE: SQL bug - referencing user defined functions?

    But why then does the following work:

    SELECT dbo.udfTEST('sdfs')

    Also why do you have to prefix the object with the owner? You dont need to do this with any other SQL...

  • RE: Linked Server - Poor performance?

    Well I tried the suggestion - using two different linked servers but the times didnt improve. It looks as though there is defintely no multi threading going on. ...

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