Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
2277please give me query code of unique fuction select UNIQUE (name) from emp_info Incorrect syntax near the keyword 'UNIQUE'.
TCS,
1 6776how to insert the values in 5 table at a time with triggers . if u have any solution then co-operate me ?
1 3662hi ..i am working as a sql dba.....now i want to learn more about t-sql..... is it possible to learn online.... plz refer any site ..thankq
IBM,
2997Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
1897If i have one transaction say mainTransaction, within this mainTransaction i have another two transaction say t1 and t2. Now while execution t1 completes successfully and commit statement fires, but while executing t2 some error occurs and rollback statement fires. What happen to t1, is it rollback or not?
1 4881
How to automatically create a log when an exception is being received into SQL Server?
What are the different index configurations a table can have?
Which tcp/ip port does sql server run on? How can it be changed?
What is sharding?
Does sql server use t sql?
what data regions are and what are the different data regions?
What are the main differences between #temp tables and @table variables and which one is preferred?
What is optimistic concurrency?
What are points to remember while using the fillfactor argument?
What are data resources?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What is the datatype of rowid?
How to provide default values to function parameters?
Give an example of SQL injection attack ?
What are partitioned views and distributed partitioned views?