search for: quoted_identifier

Displaying 3 results from an estimated 3 matches for "quoted_identifier".

2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
...2) Iteration (while loop) I created stored procedure in which I used while loop and while loop contains two insert statements.I executed procedure from R. I found that expected results are not matching with the results I got. Also results are not consistent. 3) SET QUOTED_IDENTIFIER OFF statement Please give me a solution regards, Nikhil Ashok Bhide Cell:- +919604848030 Mailto: nikhil.bhide@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions O...
2006 Jan 19
3
problems with migrations in sql server
...te --trace is as follows: ** Invoke migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute migrate ** Invoke db_schema_dump (first_time) ** Invoke environment ** Execute db_schema_dump The following SQL is executed: Audit Login -- network protocol: TCP/IP set quoted_identifier on set implicit_transactions off set cursor_close_on_commit off set ansi_warnings on set ansi_padding on set ansi_nulls on set concat_null_yields_null on set language us_english set dateformat mdy set datefirst 7 54 SQL:BatchCompleted set implicit_transactions on 54 SQL:BatchCompleted...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems