Viewing 11 posts - 1 through 11 (of 11 total)
We will have parameters passed in - I had just planned on using them as follows:
CREATE PROCEDURE dbo.sp_test
@inputParm VARCHAR(100)
...
...
...
select column1, column2, ...
from tablename
where contains(searchfield, @inputParm)
Is that incorrect syntax? I have...
November 21, 2006 at 10:56 am
Interesting. That would allow us to avoid the issues with re-granting security, as well as the issues with Alter vs. Create in the stored scripts. Thanks for the input, folks.
May 9, 2006 at 8:58 am
We have run into the same issue - some in our company would like to have database names suffixed with the environment name (Prod, Development, etc.) which works better for...
July 16, 2004 at 8:48 am
Thanks very much for the assistance!
May 13, 2004 at 7:42 am
Thanks for the info - that is pretty much what I suspected, but couldn't find it in writing.
If anyone else finds it in BOL, I'd still like to know where it...
May 12, 2004 at 12:16 pm
Billy -
Thanks for the feedback - that will be good to note, as it sounds like a dicey problem to debug.
As it turns out, the problem is being caused by a...
February 25, 2004 at 1:43 pm
Personally, I prefer to use suffixes: _TB, _VW, etc.
December 12, 2003 at 8:07 am
Thanks - I've seen 80% references as a sort of lower threshold for Scan Density - does that seam reasonable?
Edited by - Dave Zahn on 05/05/2003 12:58:58 PM
May 5, 2003 at 12:58 pm
Greg (or others that may be interested)
This problem seems to have been resolved by applying Service Pack 2 of the SQL/Server Client Tools.
March 31, 2003 at 9:27 am
Greg (or others that may be interested)
This problem seems to have been resolved by applying Service Pack 2 of the SQL/Server Client Tools.
March 31, 2003 at 9:27 am
Yes, it is a Novell server. Interesting...
February 6, 2003 at 10:09 am
Viewing 11 posts - 1 through 11 (of 11 total)