Viewing 15 posts - 646 through 660 (of 769 total)
Thnx to all for your valuable feedback !! .. 🙂
December 14, 2010 at 11:17 pm
Yes, I am able to create the SQL Agent Jobs. But, in the job, while trying to add the steps the error is appearing.
Unable to attach the screen shot here....
December 8, 2010 at 11:47 am
Very nice question.
Slightly different than the one, we get generally !!
November 30, 2010 at 7:54 am
Thanks Reo. This is the exact doc I was looking for. Quire relevant in my context.
November 29, 2010 at 2:49 am
Thanks a lot Lowell.. I am now using the below string...which is still fine.
[SELECT @fileDate = CONVERT(VARCHAR(300),GETDATE(),112) + '-' + REPLACE(CONVERT(VARCHAR(35),GETDATE(),114),':','')
]
Use master
GO
declare @filename varchar(400)
declare @filedate varchar(300)
declare @path varchar(300)
declare @name...
November 22, 2010 at 8:09 am
I do agree with "england0".
The system databases are excluded from Database snapshot. Question doesn't to look like correct..!
November 9, 2010 at 3:30 am
Hello Guys
I am still facing the same issue. The restore job in the Secondary Server is failing with the error.
==========================
The restore operation cannot proceed because the secondary database 'GTM_LS' is...
November 4, 2010 at 10:10 am
I had fixed the issue.
Actually, there was a timestamp column in the source table, so while doing the BCP IN, it was erroring out since the timestamp field must be...
November 3, 2010 at 7:55 am
Nice one. I hope 2.50 and 2.5 or 3.60 and 3.6 are taken as same!
November 1, 2010 at 8:09 am
I just checked the datatype of all the available columns in the table, and found that, the table doesn't have: BLOB or image type data. The used data types are-
timestamp,...
September 26, 2010 at 3:49 am
The link doesn't help me much....!
exec master..xp_cmdshell 'bcp hghj.dbo.file1 in "C:\Manoj_Table_Contents_BCP\file1.txt" -w -n -T -S W2TZDF4B02'
I created the table in my local SQL Server (SQL 2K5), with the same...
September 23, 2010 at 9:38 am
Thanks Guys, for all your suggestion.
However, what are the best points u had mentioned, I followed everything before-hand itself. No Luck so far.
OS installed to the server: Windows Server 2003...
July 30, 2010 at 7:32 am
By default, the audit events are written to the audit target in an asynchronous fashion. Question was not posted properly I guess.
July 29, 2010 at 11:57 pm
Dear Lynn
In your query analyser, after executing the below query, are u able to see the result as 6?
select name, endpoint_id from sys.endpoints where endpoint_id < 65536
I think TCP port...
July 29, 2010 at 9:47 am
Viewing 15 posts - 646 through 660 (of 769 total)