Viewing 15 posts - 556 through 570 (of 1,138 total)
Elliott W (9/23/2009)
Silverfox (9/23/2009)
charipg (9/23/2009)
Analyzer without having to use Enterprise Manager and without having to
right-click on...
September 23, 2009 at 3:41 am
J-983369 (9/23/2009)
Yes the server name has changed. I have created a new link but the issue I have is some of the setting e.g. is_linked is 1 and is_remote_login_enabled...
September 23, 2009 at 3:35 am
J-983369 (9/23/2009)
I have a linked setup where the name has changed. When I do a select * from sys.servers, I can see the name of the server but the...
September 23, 2009 at 3:08 am
charipg (9/23/2009)
If you have a SQL 2000 DTS package, can you execute the package in QueryAnalyzer without having to use Enterprise Manager and without having to
right-click on the package?
You can...
September 23, 2009 at 2:46 am
try
DBCC FREESYSTEMCACHE ('TokenAndPermUserStore')
or if that doesnt work
you can use the same dbcc command with the ALL parameter
September 23, 2009 at 1:59 am
Sumanta-1056020 (9/23/2009)
The Job should run in node B.
Should is the object word, you dont know what the job does or its dependencies
September 23, 2009 at 1:42 am
Sergey Vavinskiy (9/22/2009)
Silverfox (9/22/2009)
September 23, 2009 at 1:27 am
on a active active as already mentioned, the sql instances will have different port numbers, if you cannot set 1433 for that particuklar instance, chances are that the other instance...
September 23, 2009 at 1:20 am
luckysql.kinda (9/22/2009)
September 23, 2009 at 1:11 am
guptaajay1985 (9/23/2009)
September 23, 2009 at 1:07 am
Mark-459099 (9/22/2009)
ALTER PROCEDURE [dbo].[sp_NameSearch]
-- Add the parameters for the stored procedure here
@first varchar(max),
@race varchar(50)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with...
September 22, 2009 at 8:56 am
Lynn Pettis (9/22/2009)
Silverfox (9/22/2009)
You are missing a space,...
September 22, 2009 at 8:43 am
I like the article but just a minor point, the code doesnt work, maybe it is the way it came across when formatted.
You are missing a space, in your set...
September 22, 2009 at 8:36 am
http://www.sqlservercentral.com/Forums/Topic789066-83-1.aspx
Wouldnt have thought that there would have been more than one of you on these forums 😛
September 22, 2009 at 8:13 am
Pleased to hear it, I feel like I have achieved something today, well indirectly of course 😛
September 22, 2009 at 8:08 am
Viewing 15 posts - 556 through 570 (of 1,138 total)