Viewing 14 posts - 226 through 239 (of 239 total)
SELECT
'"'+Field1+'"' + ',' +
'"'+Field2+'"' + ',' +
'"'+Field3+'"' + ',' +
...
Fieldn AS TheOutput
FROM table
Wrap them in double quotes in case anything has a comma in it.
April 5, 2012 at 7:42 am
Anyone should know that if you don't test your backup and recovery plans often you should plan to fail. It is unacceptable to find out you backups were not running...
March 30, 2012 at 7:47 am
Eric M Russell (3/23/2012)
March 26, 2012 at 8:01 am
I have to add my own gripe here about this typo. I took "SQLAgentAgent" to be a trick and not a typo so I didn't pick it.
March 22, 2012 at 9:10 am
Know it all developers, flawed test, etc. Perhaps it is hard to win. A recommendation from a person who already works at the company is a great thing as mentioned...
March 21, 2012 at 9:09 am
It should also be noted that this can cut both ways. Many times when a developer is asking questions of a DBA applicant they will not ask Administration based questions...
March 21, 2012 at 8:47 am
Resume reads:
"I am a master of Sequel Server"
Yeah uh okay.
March 20, 2012 at 9:30 am
Thanks Gila' for the explanation. I'm one of the dummies who thought it was a page lock.
March 19, 2012 at 7:13 am
I ended up having to unregister and reregister all DLL files in that directory.
May 16, 2011 at 7:48 am
If anyone needs it here is a sample of how to use the where clause. You simply use double quotes.
SELECT * FROM OPENQUERY(UNDERWRITING,'SELECT * FROM RS_INV03 where memb_num="01804-00"')
August 21, 2003 at 9:15 am
Thanks you, thank you, thank you! I searched the MS site but this doc never came up. The key was this:
SQLCommand="SELECT * FROM OPENQUERY(VFP,'SELECT * FROM CUSTOMER')"
I used:
SELECT *...
August 21, 2003 at 8:50 am
Viewing 14 posts - 226 through 239 (of 239 total)