What are different types of data sources?
No Answer is Posted For this Question
Be the First to Post Answer
What is referential integrity and how is it achieved?
What is the need for group functions in sql?
What happens if null values are involved in boolean operations?
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
What is built-in/administrator?
Define right outer join in sql server joins?
What is attribute relationships, why we need it? : sql server analysis services, ssas
What is stretch database in sql server?
Hi Friends, I have a table in which there are thousands of records and in city field there is NULL value for all records now i want to change that null value with distinct values in each record say delhi, bihar, agra, jaipur etc, what will be the query for that????? its not possible to update thousands of records one by one. is there any alternative ...? Plz help ... its urgent Thanx in advance
How to delete a database in ms sql server?
How to list all objects in a given schema?
How do you test your database? : sql server database administration