Answer Posted / kishore
Import to test file:-
--------------------
bcp "SELECT ProcContent FROM <DBName>.dbo.NewProc order by
ID" queryout C:\NewProc.sql -c -S <ServerName> -T
If we can run(dos prompt) above statement in set of records
are store into c:\newproc.sql file.
Export from File:-
-----------------
BULK INSERT myTestCharData FROM 'C:\myTestCharData-c.Dat'
WITH ( DATAFILETYPE='char', FIELDTERMINATOR=',');
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how are the dimension tables designed?
Explain er diagram?
Explain a linked cube?
what are relationships?
Explain what are the various methods of getting incremental records or delta records from the source systems?
Explain functional dependency?
What are steps we have to follow in designing the userfriendly universe?
Explain what is the limit to the number of sources and targets you can have in a mapping?
Explain the process of extracting data from source systems,storing in ods and how data modeling is done?
Is there any difference in testing database and data ware housing?
How can we load the time dimension?
Explain is olap databases are called decision support system true/false?
What is Sequence clustering algorithm?
How can we run the graph? What is the procedure for that?
Explain piconet?