Viewing 6 posts - 1 through 6 (of 6 total)
When I was 16 (or so), my friends and I used to play a space age role playing game called "Traveller". I was usually the game master. I wrote a program...
April 28, 2006 at 8:17 am
I was afraid of that. Thanks for the input.
March 21, 2006 at 2:56 pm
That's not what I am after. I want to find carriage returns, line feeds and tabs in the code of my stored procedure.
For instance, if I have this code:
CREATE TABLE MyTable
(Col1 varchar(10)...
March 21, 2006 at 2:43 pm
I'm not sure if this is always the case, but it seems like the category column in sysobjects has a 2 for system sprocs and a 0 for user sprocs.
March 21, 2006 at 1:54 pm
This may be a dumb question, but is it possible to have a different "session" user name than "database" user name? BOL states that USER, USER_NAME(), and CURRENT_USER all refer to the...
June 7, 2004 at 10:20 am
I ran into this also, but it was in Access hitting linked SQL Server objects. Check out MS Knowledge Base Article 247070. It looks like the problem is in the...
April 30, 2004 at 12:49 pm
Viewing 6 posts - 1 through 6 (of 6 total)