Quantcast
Channel: SQL Server Express forum
Viewing all 3319 articles
Browse latest View live

sql server 2012 setup failure

$
0
0

Hello during setup I got this:

TITLE: SQL Server Setup failure.
------------------------------

SQL Server Setup has encountered the following error:

The patch file cannot be opened. The file is: E:\SW_DVD9_SQL_Svr_Standard_Edtn_2012w_SP2_64Bit_English_-2_MLF_X19-75010\PCUSOURCE\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msp.

Error code 0x84B20001.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0x6A7759D3%25400x22FE5C82

------------------------------
BUTTONS:

OK
------------------------------


startup


AdventureWorks-Which is the right sample database for an Excel PowerPivot guy?

$
0
0

Hi,

I am an Excel guy and learning PowerPivot, PowerView, PowerBI stuff and have little knowledge about SQL Server. I have Win-7, 32 Bit, MS Office 2010&2013 ProPlus 32bit, SP1, SQL Server 2012Express edition.

I want to download the SQL Server sample database for my practice.I want to pull SQL Server data from Excel, build PowerPivot models and do some analysis using DAX, and build some Dashboards using PowerBI and other stuff.

but I see many versions of AdventureWorks files on the Codeplex site which I can't really choose from. Somebody can guide me please on which file is right for me keeping in mind that my objectives of learning.

I know how to go to the Codeplex website but I cannot choose from. So please point me to the right file version.

Also I want to know what are the limitations of SQL Server Express edition when compared with a real SQL Server application version which is used by big organizations?

Thank you so much,

Ajay


REG: Licence for Visual studio

$
0
0
I have installed SQL Server Express 2012 in  my system. While installing visual studio 2010 is also installed default. Does visual studio need any licence ?

Setup a development Microsoft SQL Server 2014 express using Web services for OData interface.

$
0
0

All,

Can I setup an internal network machine to run Microsoft SQL Server 2014 express with Web Server? I would like to (kind of) simulate an internet environment. I have gotten my application accessing the data through SQLite and using MySQL from and offsite server. I am pleased with the performance.

I am moving the application to be a Windows 10 Universal Application on Windows 10 machine to take advantage of UX and other features. I want to try to stay with the defacto standard that Microsoft uses for solutions (if logical).

I have the machines and access to the software packages, but getting the connections between the points has been difficult.

I am coming from a Unix/Linux background I am getting lost with the terms.

Thanks,

AB Lambert

Corrupt/incomple uninstallation

$
0
0

In the previous months I installed SQL Server 2008 Express(I did not manually install it. Probably installed when installing Visual Studio). I would like to uninstall it. My point is that there is no 'Microsoft SQL Server 2008' in 'Programs and Features'. As you can see there are still files left.

Can anyone please guide me to do a manual uninstall and remove everything including all registry keys?

No running instances in Server Services but my aspx.vb code is still able to open a connection

$
0
0

Hi, 

I am very confused by the current setup of a client's machine that I'm working on. Apparently, several versions of SQL Server have been installed, but most recently they are using 2012.

The installed SQL Server features discovery report (2012) lists:

ProductInstanceInstance IDFeatureLanguageEditionVersionClustered
Microsoft SQL Server 2012Management Tools - Basic1033Express Edition11.0.2100.60No
Microsoft SQL Server 2012LocalDB1033Express Edition11.1.3000.0No
Microsoft SQL Server 2008Management Tools - Basic1033Express Edition10.0.1600.22No

In addition, in the SQL Server Configuration Manager, under SQL Server Services, the list is empty, so there are no running instances. 

Finally, in Management Studio, in the Object Explorer, the SQL Server has an empty white circle, which indicates that an instance is not running.

All of this leads me to believe that any attempt to connect to a database on the SQL server should result in an error. However, a local website that I'm running on the same machine can connect to a database in this SQL Server. To check, I have modified tables in management studio, and the changes have been reflected in the website. Is this due to the localdb feature? If so, when is a localDB recommended/not recommended? Before, I have always setup my machines to have a server instance running, I am not familiar with the localDB feature.

Thanks for any help.

Corrupt/incomplete uninstallation

$
0
0

In the previous months I installed SQL Server 2008 Express(I did not manually install it. Probably installed when installing Visual Studio). I would like to uninstall it. My point is that there is no 'Microsoft SQL Server 2008' in 'Programs and Features'. As you can see there are still files left.

Can anyone please guide me to do a manual uninstall and remove everything including all registry keys?


Cant see instances of SQL from different machines on network

$
0
0

Hey Guys,

I have a freenas box configured for iscsi, on which I have created two named instances of SQL 2014 express. Each instance was created at a different computer on the network. When i'm at the computers i can only see the instance that was created at that machine. I have tweaked the firewall settings and ports (1433/34) and configured SQL protocols. I need some HELP.  My project is an Info system that is to connect several desktops to a sql database one the freenas box via iscsi.

Please send any suggestions to my email jaaina2010@hotmail.com or reaina2010@hotmail.com

THANKS IN ADVANCE!!!


application will not allow edit of existing data on certain customers >>SQL Server 2012 Express

$
0
0
I am using a business management software application that uses SQL Server 2012 for data storage.  The application is one that stores data about the customer, and then displays as requested. On certain customers, once saved, no save of future edits will work.  Once the save button is clicked, there is a momentary hula hoop, followed by nothing. You have to cancel to get out, and then going back you see that the data was not saved. This only happens on certain customers (however, once the problem develops for a certain customer, it is consistent) and newly created customers seem to work fine.  I am thinking that the software app is fine since the save process would be the same each time the button was clicked, so I am thinking its a database problem. Any thoughts or direction would be greatly appreciated.

Can't Connect to LocalDB

$
0
0

I can't connect to LocalDB using Visual Studio for Web Express 2012 or SMSS 2012 in a Windows 8 environment. LocalDB is installed and some things do work, however. The basic error is the very common:

Cannot connect to (LocalDB)\v11.0.

------------------------------
ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start.

------------------------------

In a command window, I can query the state of LocalDB an "info" parameter:

C:\Program Files\Microsoft SQL Server\110\Tools\Binn>sqlLocalDB info
SportsStore
TestOfLoc
v11.0

The first two are tests created at the command line using sqlLocalDB.

I have reinstalled and repaired LocalDB several times with no errors reported.

As a further demonstration of the problem, I've included the login screen error.

Setup a development workstation Microsoft SQL Server 2014 express using Web services for OData interface.

$
0
0

All,

Can I setup an internal network machine to run Microsoft SQL Server 2014 express with Web Server? I would like to (kind of) simulate an internet environment. I have gotten my application accessing the data through SQLite and using MySQL from and offsite server. I am pleased with the performance.

I am moving the application to be a Windows 10 Universal Application on Windows 10 machine to take advantage of UX and other features. I want to try to stay with the defacto standard that Microsoft uses for solutions (if logical).

I have the machines and access to the software packages, but getting the connections between the points has been difficult.

I am coming from a Unix/Linux background I am getting lost with the terms.

Thanks,

AB Lambert


Moving A DB From 2014 Server Express to 2014 SQL Server Standard

$
0
0

I have created a database using 2014 Express on my local machine. I now need to move that database to our company's server which will be using full blown 2014 Standard.

I would like to know the mechanics of doing this. I see there is an export and restore in SQL Management studio but it looks like there are two additional tools separate of SQL Management Studio that installed with SQL MS; Deployment Wizard and a Project Conversion Wizard. 

What is the proper and most efficient way to move this entire database from my local machine to the server?

It seems that this should be a fairly routine occurrence but I could not find a KB article or paper on it, but the MS document and forum library is vast, so I might be over looking it.

Thanks in advance.

Unable to install SQL Server 2014 on Windows 8.1 64 bit

$
0
0
(01) 2015-07-16 10:25:54 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2015-07-16 10:25:54 Slp: Inner exceptions are being indented
(01) 2015-07-16 10:25:54 Slp:
(01) 2015-07-16 10:25:54 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(01) 2015-07-16 10:25:54 Slp:     Message:
(01) 2015-07-16 10:25:54 Slp:         Attempted to perform an unauthorized operation.
(01) 2015-07-16 10:25:54 Slp:     HResult : 0x84bb0001
(01) 2015-07-16 10:25:54 Slp:         FacilityCode : 1211 (4bb)
(01) 2015-07-16 10:25:54 Slp:         ErrorCode : 1 (0001)
(01) 2015-07-16 10:25:54 Slp:     Data:
(01) 2015-07-16 10:25:54 Slp:       WatsonData = netfxperf.dll@OpenPerformanceData@CollectPerformanceData@ClosePerformanceData
(01) 2015-07-16 10:25:54 Slp:       DisableRetry = true
(01) 2015-07-16 10:25:54 Slp:     Inner exception type: System.UnauthorizedAccessException
(01) 2015-07-16 10:25:54 Slp:         Message:
(01) 2015-07-16 10:25:54 Slp:                 Attempted to perform an unauthorized operation.
(01) 2015-07-16 10:25:54 Slp:         HResult : 0x80070005
(01) 2015-07-16 10:25:54 Slp:         Stack:
(01) 2015-07-16 10:25:54 Slp:                 at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.LoadPerformanceCounter(String symbolInstallPath, String counterPrefixServiceName)
(01) 2015-07-16 10:25:54 Slp:                 at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.RegisterPerformanceCounterCore(String libraryFileName, String openFunction, String collectionFunction, String closeFunction, String symbolInstallPath, String counterPrefixServiceName)
(01) 2015-07-16 10:25:54 Slp:                 at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.RegisterPerformanceCounter(String libraryFileName, String openFunction, String collectionFunction, String closeFunction, String symbolInstallPath)
(01) 2015-07-16 10:25:54 Slp: ----------------------------------------

the error is attempt to perform an unauthorized operation. 

installation is on C:\, ran as admin, tried almost everything, but still to no avail.


Request for correct version of SSMS for (LocalDB)\v11.0

$
0
0

Hello,

Currently I Create/Modify databases, tables, etc., using Visual Studio 2012.  VSS2012 uses the installed LocalDB\v11.0.

The company I work for uses SSMS 2008 R2.  When I attempt to modify/create in SSMS 2008 R2 it won't let me open the newly made LocalDB\v11.0 database.  I have to create/alter inside of VSS2012, which is okay, just a bit lacking in the SSMS tools!

Is there a way to get an updated version of SSMS?  I have tried this link <https://www.microsoft.com/en-us/download/details.aspx?id=29062>, but it's for Sql Server 2012 Express, not the Management Studio (or am I looking in the wrong place?!).

Many thanks,

Chris B., (C#, VB, T-SQL, MVC, WCF)

how to create a server with sql server 2014 express after installation


I need a information about Sql Server Express 2008 64 bit

$
0
0

Hi sir,

  please forward  the steps of create a new database in Sql Server Express 2008 64 bit version.............in email Id.

I don't know the process of create new database........I need these data base join the Citrix XenApp6...........application.

Where are SQLDOM.msi and SqlSysClrTypes.msi for SQL 2014?

$
0
0

On the SQL Server 2014 Feature Pack page (http://www.microsoft.com/en-us/download/details.aspx?id=42295), under Data-Tier Application Framework, it says:

Note: Microsoft SQL Server 2014 Data-tier Application Framework requires Microsoft SQL Server System CLR Types, and Microsoft SQL Server Transact-SQL ScriptDom both of which are available on this page.

Those things are on that page but, the files are not links so they cannot be downloaded.

Where can I find SQLDOM.msi and SqlSysClrTypes.msi for SQL Server 2014?

Sql server 2012 Express Quiet Install

$
0
0

I currently install sql server 2008 easily enough with quiet.

I need to do the same for sql server 2012.

I can't find good instructions to do this. No configuration file is made during the install process to use, as was in previous versions.

I install as an instance MSSQLSERVER

and have an sa password (mixed mode)

I need this silent because we are running it against laptops for users that are clueless.

Is there any real help on this at all?


foxjazz

Calling Query into another one

$
0
0

Hi there!

Questions

1. Does anyone find an error in the real code (check buttom)?

2. How can I reference a query with a given name in order to simplify my code, like this:

use ventas
go


select * into bds_temp1
	from (named_query)

Error:

Msg 102, Level 15, State 1, Line 29
Incorrect syntax near ')'.

Real code:

use ventas
go


select * into bds_temp1
	from
(
select Country_account, Country_feature, Location, Startdeal, Enddeal, Coupon_date, Deal_ID, Merchant, Contract, Titulo, Oferta, CDA, LoB, Tipo_deal, Precio_Compra, Precio_Original, Precio_Groupon, Comision, Coupons, cash_in_USD , gross_revenue_USD, gross_bookings_USD, Vendedor_MG, Comercial, Primera_categoria_planners, Segunda_categoria_planners, Tercera_categoria_planners, SEMANA, Quarter, Deal_de_inventario, SO, Website_Slot, Inventory_Option, Precio_Groupon_Local, GR_Moneda_local, GB_Moneda_local, Tipo_Cambio, Método_de_cumplimiento as Metodo_de_cumplimiento, Titulo_Op, IS_DEALBANK, Precompra_Crossdocking, Equipo2, Andreani_Fix, Merma, Sucursal2, M3, [Rango KG] as Rango_KG, KG, [Mercado Pago] as Mercado_Pago, IIBB, [Costo Logistica4] as Costo_Logistica4, [Previsión Refunds] as Prevision_Refunds, [Gross Profit] as Gross_Profit, [Tercer Categoria Catalogo] as Tercer_Categoria_Catalogo
	from dbo.bds2015mj
	where startdeal is not null

union all
select country_account, Country_feature, Location, Startdeal, Enddeal, Coupon_date, Deal_ID, Merchant, Contract, Titulo, Oferta, CDA, LoB, Tipo_deal, Precio_Compra, Precio_Original, Precio_Groupon, Comision, Coupons, cash_in_USD , gross_revenue_USD, gross_bookings_USD, Vendedor_MG, Comercial, Primera_categoria_planners, Segunda_categoria_planners, Tercera_categoria_planners, SEMANA, Quarter, Deal_de_inventario, SO, Website_Slot, Inventory_Option, Precio_Groupon_Local, GR_Moneda_local, GB_Moneda_local, Tipo_Cambio, Método_de_cumplimiento, Titulo_Op, IS_DEALBANK, Precompra_Crossdocking, Equipo2, Andreani_Fix, Merma, null as Sucursal2, M3, [Rango KG], KG, [Mercado Pago], IIBB, [Costo Logistica4], [Previsión Refunds], [Gross Profit], F102 as [Tercer Categoria Catalogo]
	from dbo.bds2015ma
	where startdeal is not null

union all
select country_account, Country_feature, Location, Startdeal, Enddeal, Coupon_date, Deal_ID, Merchant, Contract, Titulo, Oferta, CDA, LoB, Tipo_deal, Precio_Compra, Precio_Original, Precio_Groupon, Comision, Coupons, cash_in_USD , gross_revenue_USD, gross_bookings_USD, Vendedor_MG, Comercial, Primera_categoria_planners, Segunda_categoria_planners, Tercera_categoria_planners, SEMANA, Quarter, Deal_de_inventario, SO, Website_Slot, Inventory_Option, Precio_Groupon_Local, GR_Moneda_local, GB_Moneda_local, Tipo_Cambio, Metodo_de_cumplimiento, Titulo_Op, IS_DEALBANK, Precompra_Crossdocking, Equipo2, Andreani_Fix, Merma, null as Sucursal2, M3, [Rango_KG], KG, [Mercado_Pago], IIBB, [Costo_Logistica4], [Prevision_Refunds], [Gross_Profit], null as [Tercer Categoria Catalogo]
	from dbo.bds2015ef
	where startdeal is not null

union all
select country_account, Country_feature, Location, Startdeal, Enddeal, Coupon_date, Deal_ID, Merchant, Contract, Titulo, Oferta, CDA, LoB, Tipo_deal, Precio_Compra, Precio_Original, Precio_Groupon, Comision, Coupons, cash_in_USD , gross_revenue_USD, gross_bookings_USD, Vendedor_MG, Comercial, Primera_categoria_planners, Segunda_categoria_planners, Tercera_categoria_planners, SEMANA, Quarter, Deal_de_inventario, SO, Website_Slot, Inventory_Option, Precio_Groupon_Local, GR_Moneda_local, GB_Moneda_local, Tipo_Cambio, Metodo_de_cumplimiento, Titulo_Op, IS_DEALBANK, IS_PRECOMPRA, null as Equipo2, null as Andreani_Fix, null as Merma, null as Sucursal2, null as M3, null as [Rango_KG], null as KG, null as [Mercado_Pago], null as IIBB, null as [Costo_Logistica4], null as [Prevision_Refunds], null as [Gross_Profit], null as [Tercer Categoria Catalogo]
	from dbo.bds2014od
	where startdeal is not null

union all
select country_account, Country_feature, Location, Startdeal, Enddeal, Coupon_date, Deal_ID, Merchant, Contract, Titulo, Oferta, CDA, LoB, Tipo_deal, Precio_Compra, Precio_Original, Precio_Groupon, Comision, Coupons, cash_in_USD , gross_revenue_USD, gross_bookings_USD, Vendedor_MG, Comercial, Primera_categoria_planners, Segunda_categoria_planners, Tercera_categoria_planners, SEMANA, Quarter, Deal_de_inventario, SO, Website_Slot, Inventory_Option, Precio_Groupon_Local, GR_Moneda_local, GB_Moneda_local, Tipo_Cambio, Metodo_de_cumplimiento, Titulo_Op, IS_DEALBANK, IS_PRECOMPRA, null as Equipo2, null as Andreani_Fix, null as Merma, null as Sucursal2, null as M3, null as [Rango_KG], null as KG, null as [Mercado_Pago], null as IIBB, null as [Costo_Logistica4], null as [Prevision_Refunds], null as [Gross_Profit], null as [Tercer Categoria Catalogo]
	from dbo.bds2014as
	where startdeal is not null
)

Thanks in advance!


Unistall 2008 and re-stall errors

$
0
0

I have 64 bit performance  and Vista operating system:

I unstilled SQL Server 2008 then tried to re-install and keep getting the following error:

I validated all files to make sure it does not exist!

 

[Error Message]
The instance name is already in use.

[Details]
Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: The instance name is already in use.
================================================================================

[Error Message]
The instance ID 'MSSQL10.SQLExpress' is already in use. Please choose a different value.

[Details]
Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: The instance ID 'MSSQL10.SQLExpress' is already in use. Please choose a different value.
================================================================================

[Error Message]
The instance ID 'MSRS10.SQLExpress' is already in use. Please choose a different value.

[Details]
Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: The instance ID 'MSRS10.SQLExpress' is already in use. Please choose a different value.
================================================================================

 

 

Help

Viewing all 3319 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>