Viewing 15 posts - 7,111 through 7,125 (of 7,429 total)
I know of no driver combination that works great with JDBC. The Microsoft one still being a beta could face drastic changes before it is all over. If not already...
February 25, 2002 at 9:55 am
Sorry I don't work with other languages. Hoepfully there is someone else who will post and I will look thou and see if I can find details and let you...
February 25, 2002 at 9:49 am
That is because in
CASE
WHEN (SELECT siteid FROM billable_transactions where callid = 'Crew' AND siteid='') IS NULL
you have to have the ship name in that siteid as well so for ARCADIA...
February 25, 2002 at 9:42 am
Yes, when you do an install of SQL Server you can choose the language and other aspects of the server settings.
"Don't roll your eyes at me. I will tape them...
February 25, 2002 at 9:16 am
If you are talking about BACKUP DATABASE and BACKUP LOG then one of the easiest places is to run in Query Analyzer. Also are you wanting to truncate the data...
February 25, 2002 at 8:44 am
Oh just FYI...
On failure here is what my error file outputs, this is a simple example:
Package Name: New Package
Package Description: (null)
Package ID: {FE9D1E6F-9C70-4A59-A7E3-F3545CCDCA6C}
Package Version: {579B96D6-AE19-442D-AAEE-31795863F01B}
Package Execution Lineage: {784324C6-2F9A-45AE-83DB-1FED38B8C3B0}
Executed On: PINACLE
Executed...
February 25, 2002 at 8:41 am
If none of the above then you may need to catch some more detail. If you re using SQL 7 open package properties and setup an error file, if 2000...
February 25, 2002 at 8:39 am
It is possible (not sure what all to do to setup with MSDE as I don't use). But keep in mind it may not be feasible to accomplish with such...
February 25, 2002 at 8:19 am
There can be numerous reason, do you have any more error details? Problems can occurr with packages out of the blue, the problem is unless starts happening often and you...
February 25, 2002 at 7:26 am
Your question is a little vague, can you be more specific on what it is you are questioning. Basics of SQL is it is a relational database managment system like...
February 25, 2002 at 7:23 am
First and foremost, my biggest concern is the size of the database going across the link. You may have troubles with that slow of a link with getting a 200...
February 25, 2002 at 7:14 am
First what speed is the connection and how big is the database?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
February 25, 2002 at 5:37 am
What was the full error message from SQL 2000 connection (number and all please)?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
February 25, 2002 at 5:09 am
The only thing you should have added is where you measure your downtime, 1 day, 1 month, Mon-Fri 8 to 5. We set our service levels based on tiem frames...
February 25, 2002 at 4:38 am
If the queries are on the same server and return the same number of columns of the same datatype, redo your queries in a union
Query1
UNION ALL
Query2
That way they output together....
February 22, 2002 at 6:12 pm
Viewing 15 posts - 7,111 through 7,125 (of 7,429 total)