what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
can you any body tell me suppose database is suspect mode. how can take to normal?
Which sql server table is used to hold the stored procedure scripts?
What is Online Index Rebuild Operation?
How To Change Column Ordinal Position in SQL Server 2005 using Query i.e I Want To Add Column at Particular Ordinal Position in SQL Server 2005
Can sql server 2016 run on windows 7?
What are triggers? How do you invoke a trigger on demand?
Can you leave a union at any time?
What is policy based management (pbm)? : sql server database administration
Does hive support indexing?
Please give me the SP for the below scenario. I have two tables named Table1 and Table2...I need to fetch record by record from Table1 and insert the record in to table2 where the value in the sno column of the table1 is even number.
how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?