Viewing 15 posts - 76 through 90 (of 140 total)
Do you need two jobs? You can put JOB A as the first step and JOB B as the second step in one job?
August 1, 2013 at 12:48 am
There's two ODBC Administrators: 32 bit and 64 bit
32 bit: %windir%\syswow64\odbcad32.exe
64 bit: %windir%\system32\odbcad32.exe
August 1, 2013 at 12:36 am
I asked if you could ping the server(s) by name to verify that the DNS was working.
By the additional information I see that it tries to connect via Named Pipes...
July 31, 2013 at 5:08 am
You need both a 32 bit AND 64 bit ODBC data source.
July 31, 2013 at 3:55 am
What is the error message when it fails to connect?
Can you ping the server(s) by name?
July 31, 2013 at 3:52 am
A ODBC DSN should work. I've used it myself, but not to Sybase.
In New Linked Server Wizard I enter the folllowing:
Linked server: <SERVER NAME>
Other data source: Microsoft OLE DB Provider...
July 31, 2013 at 3:43 am
e4d4 (7/30/2013)
Have you tried this notation?
CREATE LOGIN [domain\login] FROM WINDOWS;
Maybe a domain name or login are not regular identifiers.
This will work. You must enclose the login name with brackets []...
July 31, 2013 at 3:25 am
It's not just a question of which driver to use, but also if you need to use the 32 bit and/or 64 bit driver(s).
There's two ODBC Administrators:
32 bit %windir%\syswow64\odbcad32.exe
64 bit...
June 12, 2013 at 6:04 am
You don't specify how you transfer data, but if you're using SQL Server Import and Export Wizard you need a 32 bit ODBC-driver.
There's two ODBC Administrators:
32 bit %windir%\syswow64\odbcad32.exe
64 bit %windir%\system32\odbcad32.exe
General...
June 3, 2013 at 4:53 am
Have you checked the memory settings in the new server? Is Maximum Server Memory limited?
Is the audit trail file an external file or is it in the database?
May 31, 2013 at 5:39 am
Here's some direct links
SQL Server 2012 Feature Pack
http://www.microsoft.com/en-us/download/details.aspx?id=29065
SQL Server 2012 Native Client
x86 Package http://go.microsoft.com/fwlink/?LinkID=239647&clcid=0x409
x64 Package http://go.microsoft.com/fwlink/?LinkID=239648&clcid=0x409
May 31, 2013 at 5:29 am
The database is looking for the log file in the directory specified in the mdf file, not where you placed it.
T-SQL
USE [master]
GO
CREATE DATABASE [AdventureWorks2012] ON
( FILENAME = N'<Enter path...
May 30, 2013 at 2:42 am
As far as I know the licensing is per processor/core in the server. Not the number of instances.
I should check this myself. I have several servers with three instances set...
May 30, 2013 at 1:32 am
If you're only running 64-bit SQL Server (or other 64-bit software) on the servers all you need is the 64-bit Oracle Client.
If you're using Business Intelligence Development Studio (BIDS) or...
May 30, 2013 at 1:24 am
Viewing 15 posts - 76 through 90 (of 140 total)