Viewing 15 posts - 7,456 through 7,470 (of 9,399 total)
Lynn Pettis (9/2/2014)
Last I checked MOSS required SQL Server Standard Edition or better.
That's what I thought. I didn't think you could ever store SharePoint data in an Access database....
September 2, 2014 at 11:44 am
You're using MS Access as the database to store SharePoint data?
September 2, 2014 at 11:41 am
sqldriver (9/2/2014)
Ed Wagner (9/2/2014)
sqldriver (8/28/2014)
September 2, 2014 at 11:37 am
Sean Lange (9/2/2014)
Nadrek (9/2/2014)
Which has a sample Perl RegEx for RFC822 validation, NOT including the arbitrarily nested comments allowed by the RFC.
That to me does not look like a viable...
September 2, 2014 at 11:10 am
Lynn Pettis (9/2/2014)
Curious how the code that our silver spooner posted even worked. After declaring all the variables I still have a bunch of red squiggly lines.
Those are just...
September 2, 2014 at 11:09 am
Look at Lynn's corrected query. The REPLACE you're looking for is right there.
September 2, 2014 at 11:07 am
sqldriver (8/28/2014)
September 2, 2014 at 11:04 am
Think through what columns you want to return and where you're going to start. Consider where the column you need come from and that'll give you what tables you...
September 2, 2014 at 10:53 am
If you're building your SQL statement into a variable, you can simply print it out to make sure you have it right. Like Erikur suggested, you'll be safer if...
September 2, 2014 at 10:38 am
The only way to be sure is to test. See what columns in your temp table are being used to perform the updates (hopefully a single column), then weigh...
September 2, 2014 at 10:34 am
Why return everything? Don't you just have to know that a row exists with today's date? All you'd have to return is COUNT(*) or some other single value.
September 2, 2014 at 8:56 am
djj (9/2/2014)
Ed Wagner (9/2/2014)
BWFC (9/2/2014)
ValourCourage
Character
Integrity
September 2, 2014 at 8:49 am
Gary Varga (9/2/2014)
Eric M Russell (9/2/2014)
Personally, I'd say that SQLServerCentral is the best online SQL Server forum and community.
I would second that. I have yet to visit ANY technical forum,...
September 2, 2014 at 8:49 am
That should certainly work as long as the query pulls for everything today only. If the requirement is to go back in time, then date math in the Oracle...
September 2, 2014 at 8:40 am
Viewing 15 posts - 7,456 through 7,470 (of 9,399 total)