Viewing 15 posts - 1 through 15 (of 21 total)
Nice hint looking into utilizing Profiler to get the understanding on how a script is getting composed by SMS
Thanks
October 8, 2009 at 2:00 pm
Thanks for the link
The info provided refers to SQL Server 2000
Have their be changes made to SQL Server 2005 regarding Multiserver Administration?
October 6, 2009 at 9:54 am
Thanks for the helpful link
I just wonder how the information from WMI can be received without running a script but rather using wbemtest
October 5, 2009 at 10:33 am
I ran the CREATE PROC statement including just a fraction of the OPENQUERY statement and was able to receive more detailed error message
Error Message:
Msg 7357, Level 16, State 2,...
September 18, 2009 at 3:54 pm
It follows the proc 🙂
USE [MSA_AE]
GO
/****** Object: StoredProcedure [dbo].[usp_bbbb_aaaa_xxxx] Script Date: 09/17/2009 18:26:07 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[usp_aaaa_bbbb_xxxx] AS
SELECT * INTO #A FROM OPENQUERY(linkedServer,...
September 18, 2009 at 3:04 pm
Thanks for the Script
Will analyze => understand => and conquer 🙂
September 18, 2009 at 2:38 pm
Thank you ,
That was perfect knowledge transfer 🙂
Mike
September 18, 2009 at 10:45 am
The strange part of all is that no checkpoint is getting specified during the package designing stage
After the package has been deployed onto the server the following user stored procedure...
September 11, 2009 at 11:22 am
OK,
Now I have learned why posting the same question in different groups is not recommended
Just causes confusion ...
And of course, who can read has an advantage.
Thanks Phil
September 11, 2009 at 11:21 am
Thanks
sp_helptext xp_dirtree --> xpstar90.dll
September 11, 2009 at 11:16 am
Thank you for this very interesting knowledge sharing
Just one more question: Do you guys actually know the names of the DLLs where the extended procedures "reside" in?
Greetings,
Mike
September 10, 2009 at 9:46 am
Hi Vishal,
Thank you for your contribution.
It was very interesting to learn where in the registry the network settings can be found
Since xp_regread is not referenced in SQL Server Online Books,...
September 10, 2009 at 9:03 am
Hi Phil,
How can I get to the post you recommend reading?
Thanks,
Mike
September 10, 2009 at 8:40 am
Hi Satish,
The strange part of all is that no checkpoint is getting specified during the package designing stage
After the package has been deployed onto the server the following user stored...
September 10, 2009 at 8:39 am
Viewing 15 posts - 1 through 15 (of 21 total)