Viewing 15 posts - 16 through 30 (of 33 total)
John Mitchell-245523 (11/17/2016)
Is that first query the actual query you ran? I'm surprised you don't get an ambiguous column error for the m_id in your select list.John
Dear John,
Yes it...
November 17, 2016 at 1:52 am
Dear all,
I made it like this :
--CREATE PROCEDURE SP_TRUNC_INS_M_SUPP
--AS
declare @pre_var INT
DECLARE @SSQL SQL_VARIANT
DECLARE @sql SQL_VARIANT
---TRUNCATE THE TABLE ( empty the data )
IF EXISTS (SELECT * FROM SYS.OBJECTS...
November 16, 2016 at 2:10 am
your welcome and thanks for visiting
November 7, 2016 at 8:52 pm
your welcome and thanks for visiting
November 7, 2016 at 8:50 pm
it comes with error:
(3 row(s) affected)
(26 row(s) affected)
Msg 8134, Level 16, State 1, Line 59
Divide by zero error encountered.
November 7, 2016 at 7:33 pm
Jeff Moden (11/2/2016)
Deny Christian (11/1/2016)
i used this syntax
DECLARE @CMD sysname
--create .bat:
/*.bat:
@echo off
forfiles /p "d:\backup\bck_denyc\combine" /m *.bak /c "cmd /c del /Q @file" /d -30 --to delete 30 days back
@echo...
November 2, 2016 at 10:21 pm
FridayNightGiant (11/2/2016)
November 2, 2016 at 9:21 pm
else,
i used this syntax
DECLARE @CMD sysname
--create .bat:
/*.bat:
@echo off
forfiles /p "d:\backup\bck_denyc\combine" /m *.bak /c "cmd /c del /Q @file" /d -30 --to delete 30 days back
@echo off
*/
--execute the .bat:
exec @cmd...
November 1, 2016 at 10:42 pm
Hi,
I already made Policy about Backup and Restore Database. and it is very Detail, Including steps,guidance,and SOP. All with the screen capture and insert it as attachment at the policy.
Now...
October 27, 2016 at 10:31 pm
Grant Fritchey (10/20/2016)
October 27, 2016 at 2:06 am
Grant Fritchey (10/19/2016)
Jeff Moden (10/19/2016)
Deny Christian (10/18/2016)
Jeff Moden (10/18/2016)
Deny Christian (10/18/2016)
I still confuse about Restoring:Specify the source and location of backup sets to restore:
from database
from device
what's the different ?
FROM DATABASE...
October 19, 2016 at 3:10 am
Jeff Moden (10/19/2016)
Deny Christian (10/18/2016)
Jeff Moden (10/18/2016)
Deny Christian (10/18/2016)
I still confuse about Restoring:Specify the source and location of backup sets to restore:
from database
from device
what's the different ?
FROM DATABASE is typically...
October 19, 2016 at 1:18 am
Jeff Moden (10/18/2016)
Deny Christian (10/18/2016)
I still confuse about Restoring:Specify the source and location of backup sets to restore:
from database
from device
what's the different ?
FROM DATABASE is typically used only when you...
October 18, 2016 at 11:55 pm
I still confuse about Restoring:
Specify the source and location of backup sets to restore:
from database
from device
what's the different ?
October 18, 2016 at 10:11 pm
Viewing 15 posts - 16 through 30 (of 33 total)