Showing posts with label studio. Show all posts
Showing posts with label studio. Show all posts

Wednesday, March 28, 2012

Information of SQL 2005

I installed the SQL Developers and I would like to know if I can install the Management Studio Express to obtain to use together with the SQL?

Thanks

Rodrigo

I can use Management Studio Express together with a installion of the Sql Server Developers?

Thanks

Rodrigo

Monday, March 12, 2012

Indexing

Hi All,
I got Visual Studio 2005 and SQL Express comes with it. I am creating
table from the data Connections.
Is there an auto number in sql server express? Right now I am just
using the data type int at the present.
Thank you.
RB
You can use identity property of the column for auto increment of your
column.
Look at books online for more information of it.
Indexing is different concept, it never changes or automate data in the
column.
Regards
Amish
|||Amish,
While I got you. Is there a way to view your table in VS 2005?
Thank you.
RB
*** Sent via Developersdex http://www.codecomments.com ***

Friday, March 9, 2012

Indexing

Hi All,
I got Visual Studio 2005 and SQL Express comes with it. I am creating
table from the data Connections.
Is there an auto number in sql server express? Right now I am just
using the data type int at the present.
Thank you.
RBYou can use identity property of the column for auto increment of your
column.
Look at books online for more information of it.
Indexing is different concept, it never changes or automate data in the
column.
Regards
Amish|||Amish,
While I got you. Is there a way to view your table in VS 2005?
Thank you.
RB
*** Sent via Developersdex http://www.codecomments.com ***

Indexing

Hi All,
I got Visual Studio 2005 and SQL Express comes with it. I am creating
table from the data Connections.
Is there an auto number in sql server express? Right now I am just
using the data type int at the present.
Thank you.
RBYou can use identity property of the column for auto increment of your
column.
Look at books online for more information of it.
Indexing is different concept, it never changes or automate data in the
column.
Regards
Amish