What is the difference between dropping a database and taking a database offline?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between NULL and ISNULL in SQL Server 2008?
How do you troubleshoot errors in a SQL Server Agent Job?
What is a user-defined function in the sql server and what is its advantage?
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 ms sql server triggers?
where the connection string store in the database
How to create a user to access a database in ms sql server using "create user" statements?
How to determine the service pack currently installed on SQL Server?
what are triggers? : Sql server database administration
Explain what stored procedure sp_replcounters is used for? : sql server replication
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
What is bcp? When does it use?