What is meant by datasource?
State the difference between local and global temporary tables?
What are the different types of replication are there in sql server 2000?
How to find table changes in sql server?
Can the query output be sorted by multiple columns in ms sql server?
What is log shipping?
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
Join 3 tables (table1, table2 & table3) in a single query. Inner join should be applied for table1 & table 2 and left outer join for table1 & table3 where table2.dept is ABC
What is 1nf 2nf and 3nf?
Security Question- SQL DBA exparts, need your help...
What samples and sample databases are provided by microsoft?
I am learning Testing, so i want to learn SQL also because SQL is important for Testing. I want to know which is best Institute in Ameerpet or SR Nagar or any other place in Hyd? Please help me.
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration