Viewing 15 posts - 2,056 through 2,070 (of 2,486 total)
Try this
quote:
1.
CREATE PROCEDURE dbo.getModuleTitle
@ModuleID int OUTPUT
AS
blah...blah...
quote:
create...
October 5, 2003 at 5:33 pm
No, you can run it from any sort of front-end the same you would any other stored procedure or SQL statement. You could set it up in a batch file,...
October 2, 2003 at 5:05 pm
quote:
quote:
I generally put in some text that allows me to get past the assistants...
October 2, 2003 at 1:36 am
If you declare multiple variables you can use then in the EXEC statment like this,
EXEC (@sql1 + @sql2 + etc...)
Just make sure that the concatenated string makes a valid sql...
October 1, 2003 at 6:08 pm
Actually I like Links the cat. I'd like it to be a bit more active though and hang around even when I'm not using an MS Office App.
And if I...
October 1, 2003 at 5:57 pm
OK, is this a routine thing or one-off. What is the resulting table used for.
You can run a short VBScript that uses the filesystem object to iterate through a folder...
October 1, 2003 at 5:43 pm
quote:
I blame the practice on Access database users. Access allows this practice and then if the Access database has to be...
October 1, 2003 at 5:35 pm
add to this, avoiding the use of non-alphanumeric characters, wildcards, etc...
eg: tblName%
Arrrgghh!!!!
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
September 30, 2003 at 9:00 pm
Sounds like it may be a COM/DLL issue. Maybe try re-installing EM.
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
September 30, 2003 at 6:26 pm
A better option than providing a shortcut to execute the DTS package, would be to setup the pacakge as a scheduled job without a schedule. Then use sp_start_job to execute...
September 30, 2003 at 6:20 pm
Do you need the contents of the files, or the filnames themselves? What "file" do you want to save the result to?
If you need to read the contents of multiple...
September 30, 2003 at 6:14 pm
How are you importing the data in DTS, Bulk-Insert, Datapump??
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
September 30, 2003 at 5:57 pm
quote:
quote:
We appear to have found the problem - in spite of the published information...
September 30, 2003 at 5:50 pm
quote:
What problem did you have with the 10GB table?
Try running a reindex and have it...
September 30, 2003 at 5:46 pm
Running a trace will capture as much, or as little, information as you specify. From what SQL statements were sent to the server to the goings on caused by routine...
September 30, 2003 at 5:38 pm
Viewing 15 posts - 2,056 through 2,070 (of 2,486 total)