How many column in table of sql server?

Answer Posted / ravi

1024 for sql server 7.0
2100 columns for sql server 2000

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of caching in asp.net?

548


What does the hotspot class in .net do?

567


How does session work in asp net?

552


Write a code for sending an email from asp.net application.

538


How do you declare static variable?

559






What are the server control tags in asp.net.?

623


How can I create master page in asp net?

504


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1359


What is rending process in ASP.NET?

613


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1440


Explain the different types of assemblies?

524


What is mvc in asp.net tutorial? : Asp.Net MVC

541


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

517


What is difference between mvc and asp.net? : Asp.Net MVC

566


What is the difference between cookie and session?

500