Viewing 15 posts - 31 through 45 (of 782 total)
opc.three (3/27/2012)
March 27, 2012 at 2:46 pm
Phil Parkin (3/27/2012)
Execute Process.
Thanks.
Actually, When I double click the bat file, the results are :- txt file in another folder gets processed....
But when I doing this execute Process task...
March 27, 2012 at 2:17 pm
Eugene Elutin (3/20/2012)
SKYBVI (3/20/2012)
i have mdb files used by ActiveExperts Network monitor manager.
I want to migrate those access files to sql server databases.
How can i do...
March 20, 2012 at 10:50 am
or
DECLARE @datefield VARCHAR(10)
SELECT CAST(@datefield AS DATETIME)
Regards,
Skybvi
March 9, 2012 at 7:24 am
balasach82 (3/9/2012)
select top 1 * from TABLENAME where ISDATE(DATEFIELD) = 1
and convert(datetime,DATEFIELD) <(GETDATE-60)
DATEFIELD --> varchar (10)
Since DATEFIELD is varchar,...
March 9, 2012 at 7:20 am
I dont think DDL is needed and sample data i already put..
Leave the question if u can't help.
March 7, 2012 at 7:28 am
Hugo Kornelis (3/6/2012)
SKYBVI (3/6/2012)
Your statements are contradictory.Before you were saying that every1 should upgrade to sql server 2008
Nope, that's not what I wrote. Here is a quote (emphasis added, but...
March 6, 2012 at 8:02 am
Hugo Kornelis (3/6/2012)
SKYBVI (3/6/2012)
Hugo Kornelis (3/6/2012)
SKYBVI (3/6/2012)
So, the question was not properly asked. They should mention SQL SERVER 2008
Why?
SQL Server 2008 was released almost three years ago now. There has...
March 6, 2012 at 7:15 am
Hugo Kornelis (3/6/2012)
SKYBVI (3/6/2012)
So, the question was not properly asked. They should mention SQL SERVER 2008
Why?
SQL Server 2008 was released almost three years ago now. There has already been another...
March 6, 2012 at 6:44 am
So, the question was not properly asked. They should mention SQL SERVER 2008
Regards,
Skybvi
March 6, 2012 at 6:11 am
kumar.sachu08 (2/24/2012)
What happen when any user has taken .trn backup from primary database during the processing of the log shipping ?
Suppose I have set agent on primary database to...
February 24, 2012 at 6:01 am
For anyone interested I've now resolved this problem.
The issue is due to there being no unique index on the target table, as soon as I created an index on...
February 23, 2012 at 1:34 pm
Can't understand what you intend to say?
February 23, 2012 at 7:30 am
Whisper9999 (2/22/2012)
February 22, 2012 at 8:48 am
Viewing 15 posts - 31 through 45 (of 782 total)