Viewing 3 posts - 1 through 3 (of 3 total)
If SQL Server Browser Services is stopped then you have to specify the port number when connecting to that SQL Server instance.
August 20, 2012 at 5:13 am
#1527515
In its simplest form
CREATE VIEW <ViewName> AS
SELECT Col1, Col2 etc
FROM <TableName>
August 20, 2012 at 4:47 am
#1527502
The password on the Agent account may have been changed
August 20, 2012 at 4:24 am
#1527493