How to create database with physical files specified in ms sql server?
can you any body tell me why are go for the rebuild the master database.what is the reason?
What is the difference between truncate and delete statement?
6 Answers CarrizalSoft Technologies, CTS,
How to download microsoft sql server 2005 express edition?
How global temporary tables are represented and its scope?
How to get nth highest salary from employee table.
Where are magic tables stored ? Is it in the same database where it is created ?
What are dml (data manipulation language) statements in ms sql server?
How to replace null values in expressions using isnull()?
When do you think a developer should use sql server-based cursors?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
How can sql injection be stopped? : sql server security
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;