The sql-server tag has no wiki summary.
0
votes
1answer
83 views
Moving SQLite-D7 Installation to other Server throws Uncaught exception in shutdown function
When I move my Drupal7-Website (with SQLite Database) from my XAMP to another Computer also running XAMP I got the following error message.
Uncaught exception thrown in shutdown function.
...
0
votes
2answers
26 views
creating database in my server
I am a bit confused about how to set up server database,because my host provider(is a university site),only provided me with a ftp client username and password. I don't have access to phpmyadmin.:/
0
votes
2answers
493 views
Install Drupal with MS SQL Server 2008 R2
Is it possible in any ways to connect Drupal 6.x to MS SQL Server 2008 R2 on Windows Server 2008? I am really struggling to find a way out.
please let me know. Any help would be greatly appreciated!
2
votes
4answers
130 views
The best way to synchronize old host and new host when migrating a Drupal site?
I'm planing to migrate my live site from the current shared host to another shared host. I'm thinking to use Backup and Migrate module or importing/exporting mysql by phpmyadmin.
However I'm ...
0
votes
1answer
62 views
Dual operating system setup
I need advice regarding my plans for a Linux/Windows web development project.
My employers have 2 windows servers - one hosts their non-drupal CMS and the other hosts the website database.
My job is ...
1
vote
2answers
56 views
What D7 settings need changed to take advantage of bigger cloud server
I've just upgraded my Rackspace cloud server to 2GB in hopes of speeding up my site. What steps should I now take to enable my Drupal site to utilize this extra memory?
Php mem is to 512MB at ...
0
votes
1answer
195 views
Is Drupal the good tool for this job (internet/ intranet sites for Italian Public Administration)?
I'm new to Drupal and I've been digging through the documentation to find out most of the features and possibilities of this software.
I'm asking you an advice in evaluating if Drupal could be the ...
0
votes
2answers
289 views
administer MSSQL databases from Drupal 6
Can you advise on a way to manage my SQL Server databases from Drupal 6x. I am using SQL Server for PHP driver (i.e. sqlsrv_connect()) to connect to my databases. Is there any module I could use to ...
2
votes
1answer
761 views
MSSql or SQL Server Wrapper for custom module?
I'm writing a custom module and I need to access data that is currently stored in an MSSql database. It would be great if I could use the built-in database abstraction layer, but obviously that isn't ...
5
votes
4answers
2k views
Running Drupal in a Windows environment (IIS, SQL Server)?
We are in the process of evaluating Drupal to replace our in-house .NET CMS. We run an IIS 7.5 web farm with a SQL Server 2008R2 on the back end. To make matters worse, we use sql server ...
2
votes
4answers
1k views
Integrating Drupal with MS SQL (SQL Server)
I am currently working a academic medical department that uses a lot of MS SQL databases because faculty set them up - making us the maintainers :(
We also recently launched Drupal 6 site on LAMP, ...