how can i store resumes in database?
Answers were Sorted based on User's Feedback
Answer / raghu
use xml datatype in sql server 2005
If still working in sql server 2000 use ntext datatype
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / prajakta salvi
we can store file name with full path in the database. And
when retrieve we can cal the same. It is then possible to
store any file with any extension.
| Is This Answer Correct ? | 0 Yes | 3 No |
In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2
Explain view in sql server?
What are the different methods available under sqlcommand class to access the data?
What is sql server agent and what are the two modes of authentication in sql server?
if no size is defined while creating the database, what size will the database have? : Sql server administration
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What is a self join in sql server?
how many bits ip address consist of? : Sql server database administration
How to create a view with data from multiple tables?
What are the different types of backups that exist?
What do you mean by COLLATION?
What are indexers?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)