We have an application that uses ODBC to connect (and possibly make changes) to our SQL database. But at the end of the day, the results are wrong. Because of that, we would like to see all of the SQL statements that were sent. Can we do that in ODBC? Thank you.
Thanks! We'll email you when relevant content is added and updated.
What should I execute first? proc sql; select distinct e.firstname, e.lastname from sasuser.flightschedule as sasuser.staffmaster as b, sasuser.payrollmaster as sasuser.supervisors as d, sasuser.staffmaster as e where a.date=’04mar2000’d and a.destination=’CPH’ and a.empid=b.empid and...
Thanks! We'll email you when relevant content is added and updated.
I'll get right to my point - would I be able to convert my DB2 timestamp into UTC milliseconds? Is there a function to do this? And yes - I'm currently doing this in SQL.
Thanks! We'll email you when relevant content is added and updated.
For the past few days, I've been trying to dump content from a schema (that's from a IBM DB2 server) into a SQL text file. But I'm running into a dead end. What should I do here? Is there anything like mysqldump for MySQL? Thank you.
Thanks! We'll email you when relevant content is added and updated.
I know this is a broad question but this is the only way I can ask the question. I use Crystal Reports all the time. Is there a way I can use that with LINQ to SQL? At least someone can point me in the right direction, right? Thanks.
Thanks! We'll email you when relevant content is added and updated.
I am creating a new logical over a physical file. Very basic. Just one key field. It is a character file as the key. R RUB04000 PFILE(RUB0400F) K TRALER. After I create the logical file successfully and check the records, the records are NOT in the sequence as defined in the logical file DDS. I...
Thanks! We'll email you when relevant content is added and updated.
Sir, I want to know that in a table there are three columns like A, B, C. And I want to store the data on only A, B. When I insert the data, it automatically puts the result in C.
Thanks! We'll email you when relevant content is added and updated.
AS per audit review request: All responsibility wise AP, AR, GL, CM , FA , PO, Inv last 5 transactions taken from the SQL as given date for 31.03.2016. Please help on our request.
Thanks! We'll email you when relevant content is added and updated.
I am a python student. this instruction: SELECT hex(User.name || Course.title || Member.role ) AS X FROM User JOIN Member JOIN Course ON User.id = Member.user_id AND Member.course_id = Course.id ORDER BY X When I run it shows invalid syntax. I am taking a python course but I know very little about...
Thanks! We'll email you when relevant content is added and updated.
Hi all, We are migrating to HANA Enabled cloud from On-Premise landscape. Current landscape is D->Q->R->P After phase two, R and D will be on HEC and rest on-premise. Trans directory is set as D. OS/DB will be changed to Linux/Sybase from Windows/SQL. Please let me know if TMS...
Thanks! We'll email you when relevant content is added and updated.
Hello programmers. I am using SQL to create a table from stored procedures and then streamwriter in VB.NET to create a text file based on the SQL table. Where and how do I control the right or left justification of the records in the text file? Thx.
Thanks! We'll email you when relevant content is added and updated.