Viewing 15 posts - 7,846 through 7,860 (of 15,381 total)
Excellent job posting ddl and sample data. However I don't understand at all how you came up with the desired output.
June 21, 2013 at 1:12 pm
RCDAWebmaster (6/21/2013)
June 21, 2013 at 1:08 pm
In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form of INSERT INTO statements
3. Expected results...
June 21, 2013 at 12:51 pm
RCDAWebmaster (6/21/2013)
June 21, 2013 at 12:50 pm
Luis Cazares (6/21/2013)
Sean Lange (6/21/2013)
Or maybe this?
where ISNULL(firstname, '') > ''
This will exclude NULL and empty strings.
Sean,
there's no need for the ISNULL as NULL > '' won't return true. đŸ™‚
where...
June 21, 2013 at 12:38 pm
Or maybe this?
where ISNULL(firstname, '') > ''
This will exclude NULL and empty strings.
June 21, 2013 at 10:52 am
There are so many reasons this is a bad and so few reasons it is a good idea. Usually devs will have elevated privileges to the dev server that are...
June 21, 2013 at 10:15 am
dudyone (6/21/2013)
AND jomast.fcompany LIKE 'AT&T*', 'Centerpoint*', 'Cingular*', 'Dynis*', 'Global*', 'Sabre*', 'US*', 'Verizon*'
and down.
It does not Like the (Like) statement. I have tried everything.
The...
June 21, 2013 at 10:11 am
PiMané (6/21/2013)
In this case it is an error... a serious one.
It is NOT an error with SQL. It is a logic error in your code that violates business rules. The...
June 21, 2013 at 10:02 am
RCDAWebmaster (6/21/2013)
June 21, 2013 at 10:00 am
Mile Higher Than Sea Level (6/21/2013)
What I am attempting to return is a True / False (meta data) - not the actual records.
THANKS!! A function...
June 21, 2013 at 9:55 am
it.web (6/21/2013)
June 21, 2013 at 9:28 am
PiMané (6/21/2013)
That's what I'm doing for some cases, just like I say "rather than writing code after every update statement checking @@ROWCOUNT?".
But since I'm using SQL Data Compare some scripts...
June 21, 2013 at 9:22 am
Pretty tough to tell what you are trying to do here but it seems like all the VBA is doing is running a query and seeing how many rows it...
June 21, 2013 at 9:15 am
In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form of INSERT INTO statements
3. Expected results...
June 21, 2013 at 9:04 am
Viewing 15 posts - 7,846 through 7,860 (of 15,381 total)