Viewing 15 posts - 631 through 645 (of 1,157 total)
Check for misspells in @FileName by printing the output of
SET @FileName = REPLACE('c:\authors_'+CONVERT(char(8),GETDATE(),1)+'.txt','/','-')
Also check if you have privileges on that file.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 1:50 pm
Can you please post the content of Summary.txt (under SetupBootstrap folder)
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 8:32 am
Maintenance clean up task is the easiest method to clean up old backup files.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 7:48 am
These messages are part of the Dead Lock graph. Read more about Dead Lock here.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 6:48 am
Lock pages in memory privilege is a must for AWE. Please refer this on how to grant this privilege.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 6:38 am
You can make use of DTEXEC command line utility. An example here
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 2:31 am
September 23, 2010 at 11:19 pm
Any batch file executed using xp_cmdshell will have an output of NULL. However the batch file is executed and the work is done as far as xp_cmdshell is considered. xp_cmdhshell...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 23, 2010 at 11:09 pm
DBCC OPENTRAN displays only transactions that are logged
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 23, 2010 at 2:05 pm
From the error message it appears that some of the .msp files got deleted from c:\windows\installer folder and the setup is looking for those files. I had similar issue[/url] while...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 23, 2010 at 1:20 pm
Yes it is written to a network share '\\dbsrvr1a\outnow\Outnow.sqb''
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 22, 2010 at 11:44 pm
For one time you can use sp_helprevlogin to sync all logins on the source to destination. After restoring the database on the destination instance, sp_change_users_login can be used to fix...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 22, 2010 at 11:36 pm
The recovery model can be set to BULK LOGGED
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 22, 2010 at 11:12 pm
Yes. It is possible. Here is the official documentation.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 22, 2010 at 11:10 pm
You can take the backup to local drive and then move it to the network drive. With you can minimize the risk of having corrupt backup files
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 21, 2010 at 10:57 am
Viewing 15 posts - 631 through 645 (of 1,157 total)