Viewing 15 posts - 3,016 through 3,030 (of 6,036 total)
Those cursor procedures are used by ODBC drivers when you're addressing (updating, inserting) more than 1 row.
Because ODBC driver is a normal procedural program it cannot perform set-based data alterations....
_____________
Code for TallyGenerator
May 29, 2008 at 5:46 pm
I prefer much more simple code:
PRINT Convert(varchar(12), GETDATE() - @BeginTime, 114)
_____________
Code for TallyGenerator
May 28, 2008 at 4:07 pm
May 28, 2008 at 4:00 pm
Strange, when I tried to put "Concatenation function" into "search" field I've got this:
http://www.sqlservercentral.com/Forums/Topic465637-149-1.aspx
You need some practice in using Internet search.
_____________
Code for TallyGenerator
May 28, 2008 at 2:45 pm
Search this site or this forum for "Concatenate function"
_____________
Code for TallyGenerator
May 28, 2008 at 2:02 pm
You need first from where?
Mercury is the first from the Sun, but it's the last planet for aliens coming from outside of Solar system. Or second planet for us, sitting...
_____________
Code for TallyGenerator
May 28, 2008 at 3:43 am
Can you print and post here command string you're executing?
Command
bcp "SELECT 'WHATEVER'" queryout "C:\TestFile.csv" -c -t"," -r -S"ServerName" -T
overwrites existing files without problems.
_____________
Code for TallyGenerator
May 28, 2008 at 12:00 am
Check out "isql utility" article in BOL.
_____________
Code for TallyGenerator
May 27, 2008 at 11:52 pm
My bcp overwrites existing files with no questions asked.
Are you sure you have "Modify" or "Full Control" permission, not only "Read" and "Write" permissions on that folder?
_____________
Code for TallyGenerator
May 27, 2008 at 5:14 pm
Jeff Moden (5/27/2008)
_____________
Code for TallyGenerator
May 27, 2008 at 2:57 pm
Oh yes! If I tell my plumber I want my toilet in that corner, I would expect my plumber to install the toilet where I want. If he then tells...
_____________
Code for TallyGenerator
May 27, 2008 at 4:59 am
May 27, 2008 at 4:28 am
"If the customer wants me to paint the Eiffel Tower with a toothbrush I would, even though I could air spray-paint the sucker. The customer pays and have final decision...
_____________
Code for TallyGenerator
May 27, 2008 at 3:17 am
What account starts SQL Server?
Does that accout have write privileges on that folder?
_____________
Code for TallyGenerator
May 26, 2008 at 11:02 pm
Viewing 15 posts - 3,016 through 3,030 (of 6,036 total)