我如何在我的数据库中创建一个“table.dbo”。并保存它! [英] how i create in my Database, a "table.dbo" and save it !

查看:205
本文介绍了我如何在我的数据库中创建一个“table.dbo”。并保存它!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我女佣的脚步声:

数据库

桌子

添加新表

创建table with(ex:id,user,pass)

CTRL + S并保存(在工具栏上)不起作用。



我必须做什么,保存我创建的这个表。



我使用的是VS12。

解决方案

< blockquote>试试下面列出的方式

创建数据库dbrakesh

点击F5-



创建表hcaubey_rakesh( id int,Name varchar(50))

点击F5



我想说。点击F5或点击上面面板上的Execute。





对于创建数据库使用:

  CREATE   DATABASE  database_name 



并且对于create table使用:

  CREATE   TABLE  table_name(column_name1 data_type,column_name2 data_type)



如需了解更多信息,请查看以下链接:

http://www.w3schools.com/SQl/sql_create_table.asp



最好的问候。


当你创建一个table.dbo,你必须点击更新按钮,接下来 - >更新数据库..和voilà:)

感谢无论如何,为了帮助我。 ;)

here are the footsteps that i maid:
database
Tables
Add New Table
create the table with(ex:id, user,pass)
CTRL + S and save(on the toolbar) doesn't work.

what i have to do, to save this table that i created.

I am using VS12.

解决方案

Try the way its listed below
Create database dbrakesh
Click F5-

Create table hcaubey_rakesh(id int,Name varchar(50))
Click F5

I meant to say .Hit F5 or click on Execute on above panel .


Hi
For create Database use :

CREATE DATABASE database_name


And for create Table use :

CREATE TABLE table_name (column_name1 data_type,column_name2 data_type)


For more information please check the follow of link:
http://www.w3schools.com/SQl/sql_create_table.asp

Best Regards.


when you create a "table.dbo", you must click on the "update" button and next -> update database..and "voilà" :)
thanks anyway, for helping me. ;)


这篇关于我如何在我的数据库中创建一个“table.dbo”。并保存它!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆