Viewing 15 posts - 91 through 105 (of 227 total)
Chris,
I believe that the unicode portion comes through properly. I have a SQL Server 2000 (SP 4) ETL process that uses DTS from our DB2 system, and don't have...
February 13, 2008 at 7:54 am
Sameeg,
You will need you use "MSDASQL" provider (This is the provider for using ODBC connections). I was actually able to use the ODBC System DSN and ODBC Linked Server...
February 13, 2008 at 7:48 am
Andrew,
I would be an "Oracle biggot" too if I had been working with the technology since 1998, been an Oracle employee since 1993 and is currently the Vice President of...
February 13, 2008 at 7:20 am
Although a lot of this information is several years old, the "basics" still apply. There are several companies that will perform the migration for you, but that does not...
February 13, 2008 at 7:13 am
Be sure that you are given access to Oracle's Metalink, and create a Metalink Account. This is Oracle's version of patches, Knowledge base articles, and being able to log...
February 5, 2008 at 6:23 am
Loner,
I look forward to the Question of the Day. My Correct scores also come in around 25%. (Some weeks I get 4/5 correct, then hit a slump of...
February 1, 2008 at 7:10 am
Stephen,
The script below can also be modified to suit your needs. It should crawl all database objects and report on ownership for you. Thanks to Scott Coleman for...
February 1, 2008 at 6:40 am
In an nutshell the Import/Export Wizard creates an SSIS (SQL Server Integration Services) package for you. The SSIS engine is the second generation DTS engine from SQL Server 2000.
The...
January 30, 2008 at 6:43 am
Pete,
Glad to hear you were able to finally get to the root of the connectivity issue!
Thanks for sharing your notes on the "Fix".
See you around the forums ...
January 28, 2008 at 2:31 pm
David,
I feel for you!
You mentioned that your company business deals with clinic/insurance. If you are an insurance company, I assume that you have an accrediting body that certifies your...
January 28, 2008 at 8:00 am
The "Server Name" column output of the script below will give you the
"Virtual SQL Server Name (Cluster)" for your cluster, allowing you to use it as your value for...
January 28, 2008 at 7:36 am
Pete,
Murphy's law! I had a 50/50 chance ...
-- will check master database
DBCC CHECKDB ('master')
If the DBCC CHECKDB come back with *any* errors, make sure to post everything that...
January 25, 2008 at 7:53 am
How to make an ODBC TRACE
(Quick and Dirty Draft)
CLIENT:
Get a client machine ready to make the connection ...
DATABASE SERVER:
START >> Control Panel >> Administrative Tools >> Data Sources (ODBC)...
January 25, 2008 at 7:39 am
Paul,
Fantastic!
I am glad someone else can benefit from my "pack rat" mentality of taking T-SQL syntax notes.
Now maybe you won't be dreaming about the ODBC connection screens this...
January 25, 2008 at 6:43 am
Pete,
Just to rule it out, have you run a DBCC CHECKDB against the SQL Server database being used by the application?
January 25, 2008 at 6:39 am
Viewing 15 posts - 91 through 105 (of 227 total)