Viewing 10 posts - 1 through 10 (of 10 total)
Got it..
Below query works.:-)
SELECT @SourceFolder = '"L:\SQL2008_Backup\Full Backup"'
December 14, 2010 at 1:06 am
Hi grahamc,
Thanks for your replies.This is not meeting my requirment.
What i am trying to do is, i am trying to automate script execution.
Here i am logging the error of...
December 2, 2010 at 3:36 am
grahamc (11/30/2010)
Had a similar...
November 30, 2010 at 6:30 am
Hi ,
Please find the script below.
SET NOCOUNT ON
DECLARE @ServerNamesysname
DECLARE @DBNamesysname
DECLARE @SourceFoldernvarchar(500)
DECLARE @OutputFoldernvarchar(500)
DECLARE @ScriptNamenvarchar(500)
DECLARE @ScriptFullPathNamenvarchar(500)
DECLARE @Cmdnvarchar(1000)
DECLARE @Postinyint
DECLARE @Order ...
November 30, 2010 at 5:36 am
Hi Sadequl Hussain,
Thanks.Very use full script. I have 1 question. how can we capture the output of the result file to and variable?
Regards,
Vijay Singh.C
November 30, 2010 at 2:35 am
Thanks alot buddy:-)
Regards,
Vijay
November 29, 2010 at 6:07 am
Adiga (11/17/2010)
Hope you have the backups for the two databases involved.
Ya i have the DB backup for both the database.
November 17, 2010 at 4:10 am
Hi Pradeep,
Below is the query :
SELECT db_name(st.dbid) DBName,
...
November 16, 2010 at 4:42 am
Thanks for the updates..:-)
When i saw the Cache i got SPs with multiple cache plan even after not changing the SET options.
Is there any other way to avoid this?
Thanks,
Vijay...
November 16, 2010 at 4:34 am
Hi,
Thanks For the Quick reply.:-):-)
The below code also works fine which is from MSDN.
SELECT CONVERT(VARCHAR,CAST(25000000 AS MONEY) ,1)
Thanks and Regards,
Vijay Singh
October 25, 2010 at 4:27 am
Viewing 10 posts - 1 through 10 (of 10 total)