How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????
3 9086How To Make password Protected SQL Server 2005 Database i.e when i open SQL Server database then ask for password.
1 5527What is the Query of getting last 10 transaction Reports (like insert, update, Delete Data from Tabele) ?
4 10210Can I know,how to Execute Funcion and Trigger through command(Manualy Execution) in MS SQL/SERVER 2005,give me answer with Example.
1 3760
Can we use custom code in ssrs?
Write a code to select distinct records without using the DISTINCT keyword.
what is unique and xaml nonclustered index
What is the difference between drop table and truncate table?
What are the main differences between #temp tables and @table variables and which one is preferred?
How to select all columns of all rows from a table with a select statement in ms sql server?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Can I save my report as html, excel or word? : sql server management studio
What is the difference between an index and a unique index?
What are the different methods available under sqlcommand class to access the data?
What is compound operators?
What is table-valued sub query?
How to create dbo table in sql server?
Can we add our custom code in ssis?
What are the database objects? : SQL Server Architecture