Viewing 15 posts - 121 through 135 (of 182 total)
Both activities a temp table in a UDF and the population of a temp table variable from and exec proc are not allowed temp (The errors say it all). Why do...
October 26, 2005 at 6:25 pm
Did you change your username or password? I am assuming you changed your domain logins password. Do you have a local account created on the host where MS SQL Server...
October 26, 2005 at 6:18 pm
The only thing I can think of is change the path from default to the actual path to the backup dir and I would also check the box for use...
October 26, 2005 at 12:49 pm
There will be no performance gain if both files are on the same raid array (the data is striped accross all drives in array).
October 26, 2005 at 12:43 pm
Linked server can have sql and procedures ran against them and remote servers can only use procedure calls.
The easiest way I have found to set up a linked server:
First create...
October 26, 2005 at 12:40 pm
What login prompt EM/isql? You would need to log out and back into windows to log in as this domain user. You could create a global group add your co-workers...
October 26, 2005 at 12:28 pm
isql -Uusername -Sservername -iscript.sql -oscript.out
Query Analyzer
October 26, 2005 at 12:23 pm
I hope you find that the developers are openeing a connection, executing a query and then not doing .close on the object.
October 26, 2005 at 11:20 am
Obviously these locks are not copmaptible! Connection pooling should leave shared locks at the DB level when the process is done with the connection. What is the application doing is...
October 26, 2005 at 11:11 am
No, don't do the sum just ad the case to this column or the same column with the case and still do the sum in the other query:
<CFQUERY name="RICSV" datasource="#Application.DSN#">
...
October 26, 2005 at 10:22 am
I have never trusted the default directory and always use a path instead (f:\Data\Microsoft SQL Server\MSSQL\Backup). You can alsoccheck and see if the job has actualy executed the delete old files...
October 26, 2005 at 9:52 am
You will need to find constants that exist in every row. Can you post a few rows of data in greek format (no real ssn's or addresses)
October 26, 2005 at 7:59 am
Is the sql case sensitive in coldfusion?
master query=Compliant75pctRule
detailed query=compliant75pctRule
October 26, 2005 at 7:52 am
Do you have any control over the text file you are trying to load?
October 26, 2005 at 7:41 am
Viewing 15 posts - 121 through 135 (of 182 total)