how many instance use in sql server 2005
Answer Posted / setaceo
In Workgroup Edition : 16 Instances
In Enterprise/Developer/Standard Editions : 50 Instances
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Which trace flags are enabled in sql server?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What does it mean if @@cursor_row returns a negative number?
Why do we need different type of parameter?
explain different types of constraints? : Sql server database administration
Tell me what is a linked server?
Do you know the policy based administration feature of sql server 2008?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
What are the tables in sql?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What is sql server replication? : sql server replication
How to fetch the next row from a cursor with a "fetch" statement?
What is mean by dml?
Why I am getting this error when renaming a database in ms sql server?