Viewing 15 posts - 166 through 180 (of 197 total)
using your code:
declare @StoreKey int
select @StoreKey = 1
IF ((exists (select * from SYCFStore s WHERE s.Store_Key = @StoreKey AND s.Store_Inactive_Flag = 'N') AND
(exists (select...
February 26, 2008 at 2:22 pm
BTW...
SYCFStore can have many records, SYCFSystem can have only one record.
February 26, 2008 at 1:49 pm
ok...the SQL above is used as a filter for building the menu for our software
and if the result of the query is 'Y', the menu is filtered out and...
February 26, 2008 at 1:47 pm
These tables are not related and contain no foreign keys to each other.
February 26, 2008 at 1:20 pm
Anyone else have anything to say here?
September 17, 2007 at 3:39 pm
Well, I forgot to mention that we are installing SQL2005Express on our client's systems.
DID YOU EVER THINK OF THAT?
I was asking about the security context for Agent, do you have...
September 12, 2007 at 3:51 pm
I do not intend to allow the deletion to occur because of the child records.
I just want to show the custom error message.
August 31, 2007 at 10:55 am
Seems I'm getting error code: -2146824580
"Parameter object is improperly defined.
Inconsistent or incomplete information was provided."
March 28, 2007 at 3:54 pm
Goo call, John, it looks like the indexes were the culprit. We reworked
the SP to not use in-memory temp tables, too.
March 16, 2007 at 3:09 pm
OK, I have found the problem as to why it doesn't work. I found an old type lib file
on my system that was for version 7. SQL2K uses version...
February 2, 2007 at 2:03 pm
D7 and SQL2000 SP4. I have a vbs script that works flawlessly.
I just can't get this to work correctly usign Delphi because we have a utility to script out our...
January 16, 2007 at 12:35 pm
Problem with using sp_helptext is that it will not get the full text of large procedures. I think the limit is 8K.
The Script method is the same thing used by...
January 16, 2007 at 10:55 am
Viewing 15 posts - 166 through 180 (of 197 total)