Viewing 15 posts - 31 through 45 (of 282 total)
On my example...that was the only one enabled...
Glad it is working.
July 27, 2012 at 1:59 pm
Laura_SqlNovice (7/26/2012)
Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "TEST2".
OLE DB provider "MSDASQL" for linked server "TEST2" returned message "[Microsoft][ODBC...
July 26, 2012 at 4:41 pm
Sorry for the confusion...
In my example I configured both the 32 bit and x64 ODBC
the 32 bit ODBC.exe is located in that path I listed above C:\windows\System32 directory.
right click on...
July 25, 2012 at 3:36 pm
I have successfully created a linked server from SQL 2012 to a SQL 2000 server.
It isn't supported to the best of my knowledge but it has been working so far.
The...
July 25, 2012 at 10:05 am
Thanks for this post and thanks Gail for your replies...I ran into this issue today on a SQL 2000 to SQL 2008 R2 upgrade...based on your comments I was able...
July 23, 2012 at 12:25 pm
opc.three (7/17/2012)
July 17, 2012 at 1:01 pm
In the past I have used a script like the one below to upgrade from sql 2000 to sql xxxx...
SET NOCOUNT ON
USE master
--------------------------------------------------------------------------------------------------
-- </YOUR DATABASE INFO/> RESTORE Process Started On...
July 17, 2012 at 10:52 am
Is there an update? Was the second script more successful?
July 17, 2012 at 10:40 am
Hi DK,
The script that is posted in the first couple of replies has been changed by me and I have attached the updated script along with another script that you...
July 10, 2012 at 9:10 am
rick.gotner (3/9/2012)
March 9, 2012 at 1:12 pm
Lynn Pettis (3/8/2012)
Leeland (3/8/2012)
Lynn Pettis (3/7/2012)
Am I wrong or is this a PeopleSoft database?Good Eye!
I provided SQL Server support to a PeopleSoft development/support staff for 5 years. The PeopleSoft...
March 8, 2012 at 8:14 am
Lynn Pettis (3/7/2012)
Am I wrong or is this a PeopleSoft database?
Good Eye!
March 8, 2012 at 6:43 am
During the upgrade I took the SQL 2000 database, restored it to the 2008 server, let it restore and upgrade.
Once complete I ran the following steps...
EXEC dbo.sp_dbcmptlevel @dbname = N'xxx',...
March 7, 2012 at 3:14 pm
Kind of a side question...can someone give me a brief explination on how to determine what columns go into the index vs. the INCLUDE?
For instance, I created the exact index...
March 7, 2012 at 2:45 pm
Viewing 15 posts - 31 through 45 (of 282 total)