Viewing 15 posts - 1 through 15 (of 61 total)
If anyone interested in knowing how I resolved and implemented the question in this thread, here it is:
Table: tSQLServers
Lists SQL Server names and other related fields.
SPROC: usp_get_SQLServers
Queries tSQLServers for ServerName...
October 10, 2005 at 11:08 am
If anyone interested in knowing how I resolved and implemented the question in this thread, here it is:
Table: tSQLServers
Lists SQL Server names and other related fields.
SPROC: usp_get_SQLServers
Queries tSQLServers for ServerName...
October 10, 2005 at 11:07 am
Read following KB on Microsoft for possible resolution:
October 6, 2005 at 11:43 am
I found a script that I manipulated to suite my needs, but not sure if it is what I was looking for and if it's valid so I'd appreicate if you...
October 6, 2005 at 11:10 am
I understood all ther parts of your post more or less, but I am not clear as to how I use the 'results of my outer package...' Say I have...
October 6, 2005 at 7:22 am
Following is my solution and logic, in case anyone interested:
CREATE Procedure dbo.usp_Recycle_E_Login_ID
/*
*********************************************
Name: dbo.csp_UPD_Employee_Login_ID
Purpose: Update an existing Login Name in Table_User so that it can be recycled to set up a new user...
September 29, 2005 at 10:39 am
You are asking for a report design, which SQL statement can't do from what I understand. You can write a SQL statement and SUM on the number field and GROPE BY...
September 29, 2005 at 8:36 am
I was hoping for .10 seconds or even less. I have to check how much memory SQL Server is utilizing when I am back at work on Monday. There is...
September 24, 2005 at 1:22 pm
Tried your suggested query design and still no difference - takes .29 to .33 seconds to execute.
The server has 1 processor and 2047 OP Memory. Log and data files are...
September 23, 2005 at 4:10 pm
Ok, it did improve, but still NOT within expected range, I think. It took .33 seconds to run and query cost now was 100% Clustered index seek. Oh, this is...
September 23, 2005 at 3:19 pm
Well, yeah, but I am doing performance tuning on another DBA's DB so wasn't sure if I should take the liberty to change her DB design! But, perhaps I can...
September 23, 2005 at 3:11 pm
No, because both the tables already have a primary key defined as Clustered Index, which are different than t_MemberAccount.SSIN field.
September 23, 2005 at 3:03 pm
When I say UserIDs, I mean if there is an ActiveX Script within DTS or something like that, which is passing an explicit connection string with SQL authentication to query...
September 8, 2005 at 3:07 pm
Yes, it's happening at following line, which waits for user input then executes. If it never got the user OK then it failes right there at that line!
Set Excel_Application = CreateObject("Excel.Application")
I...
August 9, 2005 at 9:10 am
Yes, the fact that when I run the DTS manually, I am able to run it so yes, Excel is installed and all accounts have proper permissions on the server/folder...
August 9, 2005 at 8:53 am
Viewing 15 posts - 1 through 15 (of 61 total)