I'm trying to access a large Oracle database through SQL Server using OPENROWSET in client-side Javascript, and not having much luck. Here are the particulars:
A SQL Server view that accesses the Oracle database using OPENROWSET works perfectly, so I know I have valid connection string parameters. However, the new requirement is for extremely…
We're currently running an SQL 2008 R2 Cluster with Reporting Services running, all for use with System Center Operations Manager 2007 R2 (RU3). Our users are on a different domains to the SCOM and SQL servers (we have two domains as we are in the process of a domain migration)
We have no problems at all with users accessing reports via the SCOM…
i am trying to setup a test-enviroment with Windows Server 2008 R2 (Dell OEM Licence) and SQL Server 2008 R2 Standard Edition (from TechNet) but the installer fails with
The SQL Server product key is not
valid. To proceed, re-enter the
product key values from the
Certificate of Authenticity (COA) or
SQL Server Packaging. Error code…
SQL 2008 install hangs on Windows 7
The story:
Trying to install SQL2008 on Windows 7 hangs on SqlEngineDBStartconfigAction_install_configrc_Cpu32.
What I Tried:
Uninstall hangs on validation
Manual uninstall using msiinv.exe and msiexec /x works
Added SQL service accounts to local admins no help
Turn of UAC no help
Last lines in setup log:
…
Hi,
I have a Windows Server 2003 SP2 machine with SQL Server 2008 Express installed. I have my network configured with a NAT.
Internal clients can access the instance of SQL Server without a problem. I would like to enable SQL Server to be accessible from anywhere on the the internet.
I am not sure how to allow my NAT firewall to allow…
Three of our SQL databases have their recovery model change every night from FULL to SIMPLE. The only jobs that I'm aware of are two BackupExec jobs that run nightly. Why would the recovery model change?
Backup Jobs: SQL FULL BACKUP, SQL LOG BACKUP
Event Manager: Event 5084: Setting Database option RECOVERY to SIMPLE for database…
Hello all,
I've been doing some digging on running mediawiki on sql server instead of mySQL, but haven't come across any concrete information. All of our servers are running SQL Server so I'd like to stick with that. I've tried Screwturn wiki, which is an ASP.NET wiki implementation using SQL Server, but I'm not terribly happy…
I failed to connect to a production SQL server. My administrator reset my password, and told me what it was.
SQL Server Management Studio gives me this error:
Login failed for user 'Bill'. Reason: The password of the account must be changed. (Microsoft SQL Server, Error: 18488)
So, how can I reset my password?
I tried…
Hello
I am running a W2K3 x64 server with IIS 7 + FastCGI + PHP 5.3 (x64)
I have trouble geting the SQL for php driver to work. It seems it doesn't get loaded, but no error is thrown.
I've doublechedked the php.ini a multitude of times and I'm pretty sure I use the right version of the sql for php driver (version 1.1…
When installing SQL Server 2008 on a Windows 7 machine, it experiences the following error.
TITLE: Microsoft SQL Server 2008 Setup
------------------------------ The following error has occurred:
Attempted to perform an unauthorized
operation.
Click 'Retry' to retry the failed
action, or click…
Hi,
I want to do log shipping for biztalk databases on SQL server 2008 standard edition (server A) to another SQL server 2008 standard edition (server B).
I was told that for biztalk, logshipping is not like standard logshipping.
I was able to find 2 links:…
I am trying to use the SQL Server 2008 Copy Database Wizard to copy a SQL Server 2008 database. I am using the SQL Management Object method.
However, the copy fails with the following error:
ERROR :
errorCode=-1073548784 description=Executing the query "/*…
Have any of you experienced the following, and have you found a solution:
A large part of our website's back-end is MS SQL Server 2005. Every week or two weeks the site begins running slower - and I see queries taking longer and longer to complete in SQL. …
I just installed SQL Server 2008 R2 and ColdFusion 9.0.1 on my Windows 7 machine for development use only.
I have ColdFusion running well and serving pages (that aren't connected to a database). I can view my databases in SQL Server Management Studio.
I…
Sql 2000 -
I am trying to connect from a PC w/ client tools that is on a domain, to a Sql Server 2000 box that is NOT on the domain using Windows Authentication. I thought I had done this in the past this by creating an account on the non domain PC with…
I'm having a problem installing MS SQL Server 2008 Developer edition on a Vista Ultimate 64 Bit machine. No matter what I try:
I uninstalled the previous installation;
I deleted all folders that where installed and had to do with SQL Server 2008;
I…
Here's the Scenario:
We have an existing SQL 2000 Server that has a linked server to a share directory (on another server) containing Visual FoxPro tables; all connections work correctly.
Porting the SQL 2000 server to a new SQL 2005 server results…
I'm looking at options for high-availability for my SQL Server-powered application.
The requirements are:
HA protection from storage failure.
Data accessibility when one of the DB servers is undergoing software updates (e.g. planned outage for…
Hi folks!
I installed on a Vista x64 machine Visual Studio 2008 SP1 (with integrated SQL from the installation package) and when I try to add an MDF file to a project or to the App_Data when working with web, I get the following message:
…
I would like to use Windows-only Authentication in SQL Server for our web applications. In the past we've always created the all powerful 1 SQL Login for the web application. After doing some initial testing we've decided to create…
We have decided to put our servers in data centers on east and west coast of US, to keep high level redundancy. After evaluating number of replication options, apart from VPN there is no other way to do replication for SQL Server. We…
I'm facing a situation today where it would be very beneficial to me and my company if we knew who had logged into SQL and performed some deletions.
We have a situation where at least 2 (sometimes 3) people login to SQL using SQL…
I'm finding my use of the Web Platform Installer somewhat muted by it's insistence on trying to install SQL Express when I already have a full copy of SQL Server installed.
Why is this happening? Is there any way to get WPI to…