Viewing 15 posts - 5,761 through 5,775 (of 11,678 total)
Explanation could have been a little bit better.
And question a little bit shorter 🙂
April 3, 2013 at 3:56 am
kanferc (4/2/2013)
Maybe you can work in a deferent way, do you need all the 1400 tables?
If you need only some of them try to extract only the tables and columns...
April 3, 2013 at 2:15 am
Here's some documentation about the information_schema on Oracle:
http://docs.oracle.com/cd/E17952_01/refman-5.0-en/information-schema.html
Query these tables to find out which columns and datatypes a certain table has.
Construct a CREATE TABLE statement dynamically and execute this on...
April 2, 2013 at 1:08 pm
SQLRNNR (4/2/2013)
jasona.work (4/2/2013)
I've got two logins, one for "normal" use which...
April 2, 2013 at 12:58 pm
Definately learned something about the odd behaviour of SQL Server...
April 2, 2013 at 7:09 am
Mac1986 (3/30/2013)
March 31, 2013 at 2:15 am
How to: Add Cascading Parameters to a Report (Reporting Services)
By the way, is it me or are the two queries in your dataset exactly the same?
March 30, 2013 at 2:51 pm
GilaMonster (3/30/2013)
You're not going to find a list of what material uses what question types. It's not even consistent, that...
March 30, 2013 at 2:47 pm
You could try manipulating the file first before you import it.
Replace two times double quotes - "" - with another character, for example |.
Then you import the file as usual,...
March 30, 2013 at 2:38 pm
Viewing 15 posts - 5,761 through 5,775 (of 11,678 total)