Viewing 15 posts - 8,686 through 8,700 (of 15,381 total)
erikd (4/15/2013)
Sean Lange (4/15/2013)
erikd (4/15/2013)
Really?! There's not an ISALPHA or anything to test for woogy symbols? That's... :unsure:
ISAPLHA?? What would you be testing for? Not exactly sure what "woogy symbols"...
April 15, 2013 at 1:31 pm
DiverKas (4/15/2013)
One thing to bear in mind, the Generate Script does NOT include any column COLLATION settings. These still have to be set manually.
Sure it does. It is all...
April 15, 2013 at 1:26 pm
Lynn Pettis (4/15/2013)
Sean Lange (4/15/2013)
erikd (4/15/2013)
Does anyone have a list of all the IS (date/numeric) type syntax available? I've been trying to find a resource that just lists them all...
April 15, 2013 at 12:56 pm
erikd (4/15/2013)
Really?! There's not an ISALPHA or anything to test for woogy symbols? That's... :unsure:
ISAPLHA?? What would you be testing for? Not exactly sure what "woogy symbols" are. 😉
April 15, 2013 at 12:55 pm
Step 1: Determine the severity of the issue.
Step 2a: If severity is small, fix the issue.
Step 2b: If severity is major, lock the door, take my phone off the hook...
April 15, 2013 at 12:52 pm
erikd (4/15/2013)
Does anyone have a list of all the IS (date/numeric) type syntax available? I've been trying to find a resource that just lists them all out, but I guess...
April 15, 2013 at 12:45 pm
Mike Stuart (4/15/2013)
April 15, 2013 at 12:30 pm
maxlezious (4/15/2013)
April 15, 2013 at 11:27 am
Rob-350472 (4/15/2013)
SELECT
t.ID,
t.Title,
(SELECT count(l.log_id) FROM #logs l WHERE l.id = t.id) as AllTime,
(SELECT count(l.log_id) FROM #logs l WHERE l.id = t.id and...
April 15, 2013 at 10:08 am
parikiti (4/15/2013)
basically the customer information in the customersA table on any given day can have multiple...
April 15, 2013 at 10:02 am
Rob-350472 (4/15/2013)
April 15, 2013 at 9:46 am
We know you are new around here and we really do want to help.
The problem is that we can't use your data. Here is what you posted.
Sample Data from column...
April 15, 2013 at 9:42 am
Rob-350472 (4/15/2013)
Here's a couple of test tables with inserts:
It still works, as in it doesn't throw an...
April 15, 2013 at 9:34 am
adonetok (4/15/2013)
But, new boss said that...
April 15, 2013 at 9:26 am
Viewing 15 posts - 8,686 through 8,700 (of 15,381 total)