If any stored procedure is encrypted, then can we see its definition in activity monitor?
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?
How to create a testing table with test data in ms sql server?
Tell me about normalization in DBMS.
What are the type of joins? When do we use Outer and Self joins?
How can I create a plain-text flat file from SQL Server as input to another application?
How to drop an existing stored procedure in ms sql server?
What is partition in sql server?
Can I delete event logs?
what is the signification difference of this bit data type between sql 6.5 and later version sql server?
Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
What is the name of the Database which IBM mainframe uses?
How to call a function from a stored procedure in SQL Server ?