Viewing 15 posts - 61 through 75 (of 114 total)
I figure out the problem...
July 23, 2007 at 4:18 pm
This is in SQL Server 2000
No one have same issue before?
July 23, 2007 at 2:48 pm
I used the Database Maintenance Plan Transaction Log Backup.
While the Recovery Model is Full
June 13, 2007 at 2:18 pm
I know that.
That is my last full backup @ 1:00 AM
Then, the transaction log backup @ 2:00 AM
June 13, 2007 at 12:49 pm
it is a local server.
June 7, 2007 at 5:32 pm
output
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The system cannot find the file specified.
NULL
(2 row(s) affected)
June 7, 2007 at 3:27 pm
Good eye, SQLBill.
I made a typing typo here.
I manually run the script from Query Analyzer that have a SA credentials.
I checked and run this: Xp_cmdshell 'dir E:\Scipts\FULLBACKUP.BAK'
output
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Volume...
June 7, 2007 at 12:31 pm
I installed the SP2 CTP but the Database Services part is Failed.
What should I do to fix?
November 17, 2006 at 2:14 pm
YES, just plain sql stmt...
select * into #temp from basis
October 11, 2006 at 11:25 pm
what's crytical?
You mean critical?
Nope, I created #temp from different table using into stmt.
e.g. select * into #temp from basis
October 11, 2006 at 11:08 pm
ok, I created and populated the #temp table before the stmt I provided above.
they all in a script I run in Query Analyzer.
IN BOL, Temporary Tables
SQL Server supports temporary tables....
October 11, 2006 at 10:44 pm
your question not related to my question 'coz
I'm asking why if I run exec(@sqlstmt) there is no output
instead of running the stmt:declare @cnt int SELECT @cnt = count(1) FROM...
October 11, 2006 at 10:28 pm
Viewing 15 posts - 61 through 75 (of 114 total)