Viewing 15 posts - 1 through 15 (of 25 total)
SQLRNNR - Saturday, April 1, 2017 5:48 PMtable paritioning is frequently used to meet this kind of requirement.
I'm not a DBA by...
April 5, 2017 at 12:21 am
Get me? (9/22/2015)
September 22, 2015 at 10:04 am
pietlinden (9/17/2015)
September 22, 2015 at 7:13 am
Kristen-173977 (9/17/2015)
September 17, 2015 at 8:43 pm
How would I be able to tell if there were any illegal hyperlinks?
September 17, 2015 at 8:06 pm
I can't see my replies. When I come to post a reply I can see them in red boxes, what does that mean?
September 17, 2015 at 7:50 pm
Ok I'll rule out the INSERT statement, you know more than I overall and I appreciate the help. All the queries worked, is that bad? Should I gotten any bad...
September 17, 2015 at 7:33 pm
Test reply because I can't see the others
September 17, 2015 at 7:25 pm
If I run the query below, it returns results
SELECT *
FROM TweetsList
WHERE TweetURL NOT LIKE 'http://%'
AND TweetURL NOT LIKE 'https://%'
AND TweetURL NOT LIKE 'ftp://%'
AND TweetURL NOT LIKE 'mailto:%'
AND TweetURL NOT LIKE...
September 17, 2015 at 7:10 pm
Ok I'll rule out the INSERT statement, you know more than I overall and I appreciate the help. All the queries worked, is that bad? Should I gotten any bad...
September 17, 2015 at 7:02 pm
pietlinden (9/17/2015)
The INSERT statement should have nothing to do with it, but it's your...
September 17, 2015 at 6:59 pm
I used the query below against my production data, I got back a pretty much all data that is being feed in.
SELECT *
FROM Table
WHERE column NOT LIKE 'http://%'
AND column NOT...
September 17, 2015 at 6:31 pm
I just reviewed the VALUES area of the insert statement and nothing jumps out. But I think this will be the area of focus
September 17, 2015 at 6:31 pm
I used the query below against my production data, I got back a pretty much all data that is being feed in. Is it possible that the issue is the...
September 17, 2015 at 6:19 pm
pietlinden (9/17/2015)
September 17, 2015 at 5:34 pm
Viewing 15 posts - 1 through 15 (of 25 total)