Viewing 15 posts - 16 through 30 (of 62 total)
Can anyone guide me on the checkpoint command. Issuing a checkpoint and shrinking the log file will help to reduce the log file backup size???
November 12, 2014 at 2:23 am
Don't have any disaster recovery process for this instance...
November 11, 2014 at 2:48 am
No other errors. Now I am getting below 2 errors only
[Access Database [173]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E03.
[SSIS.Pipeline] Error: SSIS...
March 28, 2014 at 10:46 am
Very less number of Records and the columns are also not of huge size.
March 28, 2014 at 6:49 am
I am using a OLEDB Source where i placed a query and the query output has been transfered to flat file (.csv)
Thank you
Chelladurai
November 1, 2012 at 7:58 am
bcp may not work because the output of a stored procedure needs to be exported to a flat file. since it is not taken direct from a table nor a...
May 8, 2012 at 10:05 am
Can we name the .csv file dynamically. i.e for example file name should be "XXXXX_mmddyyyy.csv" it should be suffixed with current date so that it will not overwrite and also...
May 7, 2012 at 4:09 am
Sorry. I mean to say that this need to be happen through a stored procedure (can be assigned to a job) and not from the query window.
May 7, 2012 at 3:52 am
Thanks. But this will not help 🙁 Output should be automatically pushed into CSV and not a manual process.
May 6, 2012 at 9:05 pm
Hi,
Can someone help me how to restore diff backup and then a log backup? I am getting error as below
I tried with below command and i get error.
restore database...
March 5, 2012 at 3:39 am
Hi GAIL,
Could you please help me on below issue and let me know with little example on how to restore full and then diff and then followed by log backups...
I...
March 5, 2012 at 3:04 am
But i am able to restore log backups with same command as below
restore log logtest
with standby='e:\sql\primarydb_20120223093001.trn'
February 29, 2012 at 9:47 pm
I tried with below command and i get error. Please help.
restore database logtest
with standby='e:\sql\primarydb_diff.bak'
Msg 3153, Level 16, State 3, Line 1
The database is already fully recovered.
Msg 3013, Level 16, State...
February 29, 2012 at 9:45 pm
If that ad-hoc log backup wasn't taken WITH COPY_ONLY and wasn't copied over and restored to the secondary, then the next log restore after that will fail, and so will...
February 29, 2012 at 4:37 am
Hi,
We are calling with DB.DBO.Procname. when we remove the create table script bcp runs fine.
November 30, 2011 at 1:26 pm
Viewing 15 posts - 16 through 30 (of 62 total)