问题标签 [sql-server-2012-express]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
498 浏览

mysql - MySQL 查询在 SQL Server Express 中无法运行

我正在使用 Microsoft SQL Server 2012 Express。MySQL的以下代码在运行查询时给了我错误,谁能指导我如何纠正它?

0 投票
2 回答
698 浏览

sql-server-2008 - 将 SQL Server 2012 Express 创建的数据库文件移动到 SQL Standard 2008

我计划在我的笔记本电脑上使用 DotNetNuke 和 SQL Server Express 2012 构建数据库驱动的网站,然后将其托管在具有 SQL Server 2008 标准版的 Web 服务器上。

SQL Server 2008 是否与 Server 2012 创建的数据库文件兼容?

因为我可以使用 SQL Server 2008 Express Edition 安装和构建网站并上传到托管服务提供商服务器。

0 投票
2 回答
1409 浏览

sql-server-2012-express - 我在哪里可以访问 SQL Server 2012 Express 中主表下的表?

我做了一个

它显然在那里。但是在 GUI 下微软取出了表格链接?

0 投票
2 回答
1481 浏览

sql - SQL 查询:最后一个、倒数第二个、倒数第三个..值 (Microsoft SQL)

我正在尝试为运动队建立报告。结果存储在 SQL 数据库中,如下所示: 桌子

对于报告,我需要用相应的结果填充 Home2-Away4 列。意思是:

想象一下:ID=10 和 Home(no.) (Team#) = 1 --> Home1 =前一场比赛的结果是 ID=3,球队在客场比赛,结果是 0 (=home1)。这是我已经做过的,但是Home2 =两场前的结果,因为Home3 =场前的结果,依此类推。

这是我如何做到的:

(微软 SQL Server Express 2012 顺便说一句。)

我编写了一个小的 Java 代码,它决定是从 result_home 还是 result_away 中选择。

基本问题是:如何查询两天前的比赛结果?

提前致谢。

亲切的问候

斯特凡

0 投票
1 回答
1801 浏览

sql-server - 为 SQL Server Express 2012 ODBC DSN 配置用户时出现问题

大家,早安!!!

我在为要在 Scada 程序中使用的 SQL Server Express 2012 配置 ODBC DSN 时遇到问题。为此,我创建了一个数据库,并使用以下线程的第一个回复中使用的查询创建了一个新用户和密码。我在配置 ODBC DSN 时出现问题,最后当我进行连接测试时出现下一个错误:

我尝试了不同的东西,但它们不起作用。如果有人和我现在有同样的问题并且知道答案,如果他/她的回答可以帮助我,我将不胜感激。

编辑:我忘了说我正在 Windows 7 中尝试这个。

提前谢谢了!!!!

0 投票
1 回答
6930 浏览

sql-server - cte 上的 TSQL Maxrecursion

我收到此错误:

最大递归 100 在语句完成之前已经用完

当我运行此功能时:

我试图附加这个选项:

但我在“选项”字之前收到错误 156。你知道为什么吗?

0 投票
1 回答
508 浏览

asp.net - 尝试获取或设置配置文件属性时,asp.net 出现错误

我无法弄清楚为什么会收到此错误消息:

我有一个简单的成员资格和角色管理器设置并正常工作,如下所示:

这很好,但错误发生在这里:

一旦我尝试从网站(例如母版页)访问这些属性,我就会收到上面的错误消息。这就是我正在做的事情:

有人可以向我解释为什么我会收到此消息吗?

0 投票
0 回答
281 浏览

visual-studio-2012 - Visual Studio 2012 + SQL Server 2012 Express 表已删除

我有一个大问题。我正在运行 Visual Studio 2012 和 SQL Server 2012 Express。

我在 VS 中成功连接到 SQL Server,然后继续创建表。我创建表格并单击Update按钮。现在,在服务器资源管理器中,该表显示了它应有的所有组件,但是,在我关闭计算机后这些表被删除(如果我只是关闭 VS 并重新打开它,表就在那里)所以我必须重新- 一直创建它们。

有人知道这件事吗?每次关闭计算机后都必须重新创建表,这非常令人沮丧。

0 投票
1 回答
2856 浏览

sql - Many to Many and Composite Primary Key and Foreign Key

I am building a system where there are properties and prospects, I have a table for both, but as I see this as a many to many relationship, I have created a table called prospect_property with two columns prospect_id and property_id, these are both/composite primary key(s).

What I am having problems with is setting the foreign keys and binding it all together. I figure the composite key should be the foreign key on the other two tables (or is it the other way around), but when trying to create that relationship in Management Studio, I have to reference one to one field, but I have one vs. two...

How am I supposed to set the relationship between these tables so that I for a prospect can see all properties and for a property can see all prospects?

SQL SERVER 2012 (Express)

0 投票
2 回答
7510 浏览

visual-studio-2008 - Does SQL Server 2012 work with Visual Studio 2008 applications?

Does SQL Server 2012 or SQL Server Express 2012 work with Visual Studio 2008 applications?