Viewing 15 posts - 1,966 through 1,980 (of 2,463 total)
sudhakara (3/31/2010)
One more thing the sql agent error message is coming still.
what kind of error ?
March 31, 2010 at 4:53 am
its working in my side , please test before run it ; "PRINT @cmd"
for it USE [master]
GO
SET NOCOUNT ON
DECLARE @cmd varchar(4000)
BEGIN TRY
Create table #Orphan_User_Tbl
(
[Database_Name] sysname...
March 31, 2010 at 4:31 am
Sorry i just saw there is no option i ADD REMOVE programs.
refer below link .it might help you http://www.sqlservercentral.com/articles/Service+Packs/sp3/138/
March 31, 2010 at 12:56 am
Which server it is ? any details from error log ?
I pray that should not be production server, as far as i think we can roll back SP3 by...
March 31, 2010 at 12:49 am
Rob Schripsema (3/30/2010)
JOHN JONES will end up as John JONES.
But you could use your idea...
March 30, 2010 at 11:45 pm
i replaced "| |" with | (single)
SELECT DISTINCT
A.[StaffNo],
A.[Name]
,REPLACE( STUFF(( SELECT ' | ' + StartDate +' | ' + EndDate +' | ' + CAST(Salary as VARCHAR (15))FROM...
March 30, 2010 at 8:52 am
Carolyn Richardson (3/30/2010)
SELECT DISTINCT
A.[StaffNo],
A.[Name],
STUFF(( SELECT '...
March 30, 2010 at 8:27 am
ben-564110 (3/30/2010)
March 30, 2010 at 7:42 am
i tried , its not working for me also
March 30, 2010 at 6:04 am
Andrew Gothard-467944 (3/30/2010)
It's enabled by default
you are right, thanks for correcting me
March 30, 2010 at 5:14 am
Andrew Gothard-467944 (3/30/2010)
THe following gives a good guide to pulling the relevant info from the default tracehttp://blogs.msdn.com/cindygross/archive/2009/12/16/sql-server-s-default-trace.aspx
But for this Default trace should be enabled Default trace - A Beginner's...
March 30, 2010 at 5:02 am
Viewing 15 posts - 1,966 through 1,980 (of 2,463 total)