What is the server name in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
How to change server name in sql server?
What is a non-clustered index?
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
What is a heap?
What command would you use to add a column to a table in sql server?
how many joins we can write if at all we have n no of tables
5 Answers Tanla Solutions, TS,
Tell me the phases a transaction has to undergo?
How to delete all rows with truncate table statement in ms sql server?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What are the different types of indexes?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)