Viewing 15 posts - 901 through 915 (of 1,161 total)
You can transfer the existing data to a new table (after pruning the duplicate rows) using SSIS
August 2, 2010 at 11:37 pm
I think the Linked Server is using an obsolete name (which was changed after adding the linked server) or it is configured for loopback. If needed you may configure that...
August 2, 2010 at 11:32 pm
Since you are using Erwin data modeller check if your id has "Public" privileges on the database. If yes, then check if you are able to connect to the SQL...
August 2, 2010 at 11:20 pm
Since you have already installed Client Tools on the Passive node, you need not do it again.
August 2, 2010 at 11:13 pm
I am not aware of any such tools.The requirement varies case by case
August 2, 2010 at 10:59 pm
select * from 2000server.thidb.dbo.thistable - this doesnt work
FJM
Is thidb the default database for the account which is used in linked server? Also does the login has access to that database?
August 2, 2010 at 1:28 pm
A reboot is required after applying SP3. You need not stop any SQL related services before applying the Sp3.
You need to install the SP3 on the passive node in...
August 2, 2010 at 1:11 pm
The database backup cannot be taken amidst a transaction, like in trigger.
August 2, 2010 at 12:56 pm
Can you please post the SSIS package and the job script?
August 2, 2010 at 12:49 pm
Did you try changing the service account of "Performance Logs and Alerts" service? May be you can try starting it with the SQL Server service account.
August 2, 2010 at 12:47 pm
Please post the Screen shot or the script of the job you are trying to execute. Also let us know while executing which task you get this error.
August 2, 2010 at 12:40 pm
What is the problem and the related error messages?
August 2, 2010 at 10:41 am
Please do it for the system databases except tempdb !
August 2, 2010 at 10:15 am
osql /E /SSTCSQL /dDB_PROD /h-1 /b /Q"set nocount on select getdate(), 'F4111 ',count(*) from [PDDTA].[F4111] WHERE (ILMCU LIKE '% 242%') OR (ILMCU LIKE '% 241%') OR (ILMCU LIKE '% 232%')"...
August 2, 2010 at 10:11 am
Viewing 15 posts - 901 through 915 (of 1,161 total)