Viewing 11 posts - 1 through 11 (of 11 total)
Thanks. You are correct. My issue was the inserts were being done by a different user than I had specified for "principal".
February 27, 2018 at 11:12 am
Did this end up working? Where is the "ReportViewer webpage"? I'm using 2008 R2.
April 3, 2017 at 12:23 pm
BeyondRelational.com is down. Where is "X" defined in this query?
DECLARE @StartTime DATETIME,
@EndTime DATETIME
SELECT @StartTime = '20110929', @EndTime = '20110929'...
March 20, 2017 at 10:22 am
It doesn't generate a complete insert statement, just the first part.
Also, this functionality is already built into SQL Query Analyzer.
October 1, 2007 at 6:47 am
It doesn't generate a complete insert statement, just the first part.
Also, this functionality is already built into SQL Query Analyzer.
October 1, 2007 at 6:46 am
It doesn't generate a complete insert statement, just the first part. 'Insert into tablename(columns...)'
Also, this functionality is already built into SQL Query Analyzer.
October 1, 2007 at 6:46 am
It doesn't generate a complete insert statement, just the first part. "Insert into tablename(columns...)"
Also, this functionality is already built into SQL Query Analyzer.
October 1, 2007 at 6:45 am
Steve - Could you please give some specifics? Which "suspect" governments has Google done business with? When did they do the business and what was the transaction?
Same for Microsoft, etc.
Thanks.
November 22, 2005 at 9:30 am
That doesn't work, but specifying this format file works....
8.0
2
1 SQLCHAR 0 3 "," 1 col001 ""
2 SQLCHAR 0 7 "\n" 2 col002 ""
Thanks anyway!
July 16, 2005 at 8:34 pm
I don't think this will be helpful because you won't get the linefeed characters in the post. If you email me at mikeotown@msn.com, I can send you a sample...
July 15, 2005 at 2:22 pm
Thanks for the reply, but I don't see how that helps. I have already tried specifying \n as the row terminator.
July 15, 2005 at 9:26 am
Viewing 11 posts - 1 through 11 (of 11 total)