Where is SQL Srever (In sQL server 2005/2008 where is SQL
Server Located).
Answer Posted / prabhakar
sql server 2005 is located in c:\program files\microsoft sql server\mssql1.1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I create a stored procedure in sql server?
Is it possible to replicate data from sql server to oracle? : sql server replication
How to automatically create a log when an exception is being received into SQL Server?
How to insert new line characters into strings?
How to create new tables with "create table" statements in ms sql server?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How do I completely remove sql server instance?
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 raid and what are different types of raid configurations? : Sql server database administration
Can you force a query to use a specific index?
How to provide login information for a new odbc dsn?
What is the purpose of sql profiler in sql server?
What are the types of database recovery models?
when you create a database how is it stored? : Sql server database administration
What is the difference between stored procedure and user defined functions?