Viewing 15 posts - 2,836 through 2,850 (of 7,429 total)
You used some memory in the process due to the procedure and buffer caches. However that memory will be recovered as needed by SQL or the OS at some point....
June 11, 2003 at 4:36 am
If you gave your items an individual description then you can open the DTS package in EM and on the toolbar pick Package->Disconnected Edit... . Thsi will pull up the...
June 11, 2003 at 4:34 am
I have no idea what kind of volumen of licensing you have with MS. If you are a small company you should call MS and see if they can work...
June 11, 2003 at 4:24 am
Take a look here and see if this applies http://support.microsoft.com:80/support/kb/articles/Q230/1/25.ASP
Edited by - antares686 on 06/12/2003 04:59:30 AM
June 11, 2003 at 4:12 am
Thought so. They only give us the buggy versions of SQL here in the US. Think their still mad about the anti-trust stuff and the day Bill got his just...
June 9, 2003 at 4:15 am
That's the function that takes rug marketing data and ensures a break down by type...right?![]()
June 9, 2003 at 4:09 am
But you cannot (at least I have not seen it done) create a single nested SQL statement to return a single string representing multiple rows. The UDF apporach is all...
June 9, 2003 at 4:07 am
If yuo are saying they have a local account on the server that needs to be used then you can create the group locally and add domain accounts or domain...
June 9, 2003 at 4:04 am
Are the dbf files on the 98 machine or a remote machine? And have you made sure all active connections in the file have cleared. May be locked by another...
June 9, 2003 at 3:31 am
In you SP that is called does the sp_start_job call have the DBName..sproc format in it. If not what database is the user accounts default DB as this is where...
June 9, 2003 at 3:29 am
What does the client do in the process? Do they run a Stored Procedure where this occurrs or is there a text column involved?
June 9, 2003 at 3:26 am
It is easy to forget about simple because it is not part of the EM functionality (beats me why and if there is an option to enable somewhere). But with...
June 9, 2003 at 3:14 am
If you are trying to do this in QA and not from another app you can save a bit of coding effort if you change the results output format under...
June 6, 2003 at 8:23 pm
pibirch if you had a comma and spelled varchar wrong on the secound line it would show line 2.
In the
---I think you mean there is whitespace here--
SELECT
*
FROM
LINETEST
WHERE
R = 5
If...
June 6, 2003 at 11:26 am
Viewing 15 posts - 2,836 through 2,850 (of 7,429 total)