Does a specific recovery model need to be used for a replicated database? : sql server replication
Is there any difference between primary key and unique with the not null condition?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
What is the need for indexing?
How can sql injection be stopped? : sql server security
What command do we use to rename a database?
What is difference between drop truncate and delete?
How many types of objects are there?
What is stored procedures?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
What is the downside of using udf?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
Do you think BCNF is better than 2NF & 3NF? Why?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What is the maximum size of column in sql server?