Viewing 15 posts - 1 through 15 (of 17 total)
July 18, 2018 at 7:34 am
Swirl80 (8/20/2009)
April 8, 2010 at 1:44 am
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...
December 4, 2008 at 2:36 am
Is that any different from what I originally posted?
December 4, 2008 at 1:49 am
Sorrry but I'm not sure I follow you? Can you provide more detail?
December 4, 2008 at 12:52 am
Sure - I know it can do be done using SQLProfiler - but whats the impact of having that running all the time in production?
December 4, 2008 at 12:30 am
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...
November 12, 2006 at 11:59 pm
We found the problem - the PATH environment variable had been overwritten and hence DTSRUN could not be found in the path.
June 25, 2003 at 12:21 am
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...
June 24, 2003 at 3:50 am
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...
April 18, 2002 at 10:06 am
You should also consider changing to a binary sort order. This will defintely give you some improvement.
April 17, 2002 at 6:09 am
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...
February 28, 2002 at 10:51 am
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...
February 20, 2002 at 11:16 pm
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...
February 19, 2002 at 7:15 am
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. ...
February 7, 2002 at 11:24 pm
Viewing 15 posts - 1 through 15 (of 17 total)