How to change the password of a login name in ms sql server?
Syntax to find the used space and free space of the Data file in a database(SQL Server). Following queries didn't give the exact Used space and Free Space Information sp_spaceused;DBCC showfilestats;exec MyDbName.dbo.sp_spaceused;SP_HELPFILE Can any one tell me the query for how to find the exact used data file space and free space in a Data File?
What is raid, and how it can influence database performance?
What is the difference between varchar and varchar(max) datatypes?
What is the maximum size of a row in sql server?
Alternative way to DetDate() function?
How to write a script for upate the data in prod , i have 50000 row are there
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is the difference between system objects and user objects?
I have a table Events Events containing cardno,time,id,name- -each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is merge join?
What are the different methods available under sqlcommand class to access the data?
What are the different types of stored procedures?