Situation: You've inherited a setup where running ColdFusion on Windows Server on one box, and a db server, say SQL Server, on a Windows Server on another box. Server time for both were set to local time. Your site is getting more popular and you decide to move the db to SQL Azure.
Keep in...
So you saw the other tip on configuring the driver for the datasource for using SQL Azure with ColdFusion 9.
Here is the next part.
Any embedded queries or stored procedures will likely cause some errors at some point without the following modifications. Mostly this applies to the embedded...
If you are planning on using ColdFusion 9 and SQL Azure,
the default SQL Server option for the datasource will not work. Believe it or not, it is the old MacroMedia SQL Server driver!
You will want to download and use the Microsoft JDBC 3.0 (or later) database connectivity drivers.
And you...
Situation:
If like me, and just D/L and installed SQL Server 2008 R2 and in a rush to get it connected to your app server just went down the protocol list in the Configuration Manager and flipped everything on, you'll probably have issues starting the following services:
SQL Server
SQL Server...
Getting a db up on SQL Azure (SQLAzure) is my current headache.
The "up in 10 minutes" video doesn't run on IE/Win2k3.
However, I think I've tried every permutation of destination driver known. Global var @@IDLE has been swapped with a workaround. Same for DBCC DBCC DBREINDEX. (with ALTER...
Hi, I'm wondering what the upgrade and or migration issues might be for the following:
Current:
MS Windows Server 2003 Std R2
MS SQL Server 2000
ColdFusion MX 6.1
Proposed:
MS Windows Server 2008
MS SQL Server 2008
ColdFusion 9
Hopefully, someone has a good link or whatever related to...
Situation:
Previously, at my day gig we have been passing Excel spreadsheets as single-page workbooks via the browser by altering the headers.
However, we can see that this is going to be limited going forward. We would also like to send a multi-page workbook via email rather than a...
I'm having problems keeping the footer at the absolute bottom of the page (not just the Window). Boss wants to rollback to tables and or frames, and I'm looking to prevent that if possible.
Criteria:
1. Content section must always be to right of menu section, regardless of window size
2...
Well, I've got a situation where I cannot really change the habits of a remote group of developers.
So the code migration model of dev -> beta -> production has turned into just fixing on production and copying back to each developer's local copy (only 2 thankfully) and hope there's no...
Missing backup file...
Whether right-mousing in Enterprise Manager and selecting 'All Task --> Backup Database...' or doing the 'Back Database' Wizard, the backup file itself doesn't seem to exist afterward. I've checked c:\MSSQL\Backup, C:\Backup, and did a systemwide search - and still no...
Alright folks,
As usual, searching posts in a the form and FAQs has yielded zipola, so I'm again asking what some may consider to be annoyingly easy and or bizzare.
Here's my stack:
Windows XP Home
Batch file(s)
Tomcat 5.5
Here are my constraints:
Limited Java/JSP/Servlet experience...
I have a non-interactive, quiet (no stdout/stderr) server-side program I need to run off a link on a .jsp page. My .jsp code is below.
<HTML>
<HEAD>
<% String title = "Foo Test"; %>
<% String foo = "./foo.sh"; %>
<TITLE><%= title %></TITLE>
<!-- filename: foo.jsp -->
</HEAD>
<BODY>
<H2><%=...
Just want to shut off so I can install a driver from Creative so I can use my nifty Mp3 player. (Zen Plus Nano).
Creative says to shutt off NAV, but there's no off button anywhere. Checked everywhere Symantec related.
Don't need to uninstall, just turn off for a bit.
-Sean
Hi All,
I'm wondering how to fix this problem. I'm fairly certain it has something to do with XP (Home) and my particular install. I'm posting here in the Windows XP Pro Forum, because the Forum search indicated this would be the best place for my Windows Home question, so please don't tell...
NAV tech support isn't helping me. Can't seem to get a live person on the phone for this, so I'm trying here.
(Installed NAV 2006 upgrading from 2005. 2003 worked well, 2005 less so, and I'm less than pleased with 2006 so far.)
I'm used to having all my batch files in directory path that's...
I'm building this filter for an event lister. My idea is to do it client side with JavaScript hiding and showing div tags labels by two-letter state code. It was such a simple idea... Of course, I get hung up on handling objects and methods, as usual.
Thanks in advance to anyone who can tell...
I posted this question in ASNI SQL and was instructed to post here instead.
What is the SQL statement to list the column names of a table?
I've poured through SQL Unleashed, and Microsoft KB and Google, as well Tek-Tips FAQ sections and posts. The only thing I saw was page describing some VB...
I'm used to working on a non-SQL legacy database product that used boolean and scalar question codes. One of its features was that it was possible to make really complex reports very easily, once the database's query syntax was learned. (I guess that goes without saying, most things are easy...
For any DOS-jocks out there, how does one dump a html page (or any URL, really) from DOS? I'm using blat to send me the router IP, and need to get at the router IP, not the box's IP, and the only way I can think to do it is to pull a web page that'll show it. 'ipconfig /All' doesn't produce...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.