Morning ! This is perhaps a dumb question.
We have mispelled a word - sometimes - in SOME table columns and in SOME stored procedures. (It is 'milage' rather than 'mileage'.) We become aware of this when we run a job and failure occurs because of a mismatch between the table and the stored...
We need to implement change management in our shop, and I am wondering what experiences you have had with various CM products ?
What we want to do is to put version control on stored procs, user-defined functions and DTS packages; be able to recover an earlier version of any of these if we put...
This oen really has me puzzled. I have this code in a stored proc :
BEGIN
DECLARE @BadPattern2 CHAR(10)
DECLARE @BadPattern3 VARCHAR(10)
SELECT @BadPattern2 = '713,'
SET @BadPattern3 = '713'
SELECT ItemExplanationCodes, @BadPattern2 AS BadPattern
FROM BillItemXML
WHERE CHARINDEX(...
This oen really has me puzzled. I have this code in a stored proc :
BEGIN
DECLARE @BadPattern2 CHAR(10)
DECLARE @BadPattern3 VARCHAR(10)
SELECT @BadPattern2 = '713,'
SET @BadPattern3 = '713'
SELECT ItemExplanationCodes, @BadPattern2 AS BadPattern
FROM BillItemXML
WHERE CHARINDEX(...
I'm working with SQL Server 2000 on Windows XP. IN one query, I want to select a federal tax ID number for each record, but if that tax ID number is NULL, I need to select a different SS ID column. I don't know how to do this !
Can you help me please ?
Appreciate any help you can give. Thanks !
Thank Venu.
I guess I should explian a little more ;-)
I am using a collection, and want to set disabled = true if the user is of a certain type and not otherwise. Right now the code looks like :
<html:select property="agencyNo">
<html:optionsCollection name="sessionData"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.