Viewing 15 posts - 1 through 15 (of 20 total)
Drop the job and prepare a new one
February 14, 2011 at 10:32 pm
can you make it clear te purpose to know.I'm having three DB server on same machine:-D
February 14, 2011 at 10:28 pm
Try using windows authentication
February 14, 2011 at 10:21 pm
Refer above URL....it might help you
February 14, 2011 at 10:16 pm
USE AdventureWorks2008R2;
GO
--Set the options to support indexed views.
SET NUMERIC_ROUNDABORT OFF;
SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT,
QUOTED_IDENTIFIER, ANSI_NULLS ON;
GO
--Create view with schemabinding.
IF OBJECT_ID ('Sales.vOrders', 'view') IS NOT NULL
DROP VIEW...
February 14, 2011 at 10:11 pm
????????????:w00t:
August 19, 2010 at 8:03 am
What made you think on this ???????:discuss:
June 9, 2010 at 2:13 am
Ratheesh,
We are using windows authentication for login.
Its a windows 2003 server holding an sql2005 enterprose edition.
Its a very critical production server.
We are having windows authentication with full privileges on that...
May 10, 2010 at 10:40 am
For what you need to synchronize.Can you specify it clearly.....
Try using third party tools...
May 7, 2010 at 11:07 am
Viewing 15 posts - 1 through 15 (of 20 total)