How to know the NAME of the Database and SIZE of the Database at the client node in Sql Server 2005
Answer / neeladhar.n
sp_helpdb.
it will give the name & size of all the Databases.
| Is This Answer Correct ? | 10 Yes | 0 No |
What happens if you insert a duplicate key for the primary key column in ms sql server?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
Explain what stored procedure sp_replcounters is used for? : sql server replication
How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
SQL Server Performance Tuning for Stored Procedures & reducing debugging time?
1 Answers CarrizalSoft Technologies,
Write down the syntax and an example for create, rename and delete index?
Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem
What are the different types of locks in the database?
Tell me what is de-normalization and what are some of the examples of it?
select names starts with a,b,c
8 Answers Scope International,
What is exporting utility?
What is query optimizer in sql server?
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)