Viewing 15 posts - 961 through 975 (of 1,157 total)
You may check which process is using that file using Process Explorer. Also you can add a WAIT/SLEEP value so that there is delay between robocopy and copy file process.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 8:37 am
You have to use a custom query and (or) save it in a file. You may use the -I switch or -Q switch to call that query as an input...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 6:07 am
Yes you are right. The ":" in your backup file is causing this issue. Without the : the backup should be fine. The ":" symbol is used only at...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 5:31 am
I don't know what do you mean by the page size of disk. In SQL Server the page size is 8 KB.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 5:26 am
Books Online is the best resource to get these details. However, you may refer these links.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 5:12 am
Can you please try changing the start date of the job to today, for the ones which have very old start date?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 3:57 am
You may try the "workaround" mentioned in this article. Even though it is for SQL 2000, it is worth trying.
Also could you try changing the start date of the job...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 3:53 am
Please add an output file to the job (under Job Properties --> Job Step --> Advanced). This will give you the entire job run history
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 29, 2010 at 11:38 pm
Check if this discussion helps.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 29, 2010 at 6:13 am
RS.Open "Exec getStaffAppointment " & myStaffId, myStartDateUS, myEndDateUS,objConn
Modify this line as below.
RS.Open "Exec getStaffAppointment " & myStaffId & "," & myStartDateUS & "," & myEndDateUS,objConn
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 29, 2010 at 5:07 am
Since the requirement is to retain some of the data in the original database, the best option is to restore the backup provided by the vendor on to a new...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 29, 2010 at 4:52 am
Yes. It should be smooth sail. Please ensure to have good backups for the instance. During the migration all you have to do it Stop and Start the SQL Services.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 28, 2010 at 3:56 am
You may find this post useful.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 28, 2010 at 2:35 am
First of all it is not good that there is no static IP. Atleast there would be a static server name? You may use the server name in the Import/Export...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 27, 2010 at 11:29 pm
Did you try the code which I had posted earlier? If that did not work can you please check the value of Resume key in
HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\Setup
MSSQL.1 needs to...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 27, 2010 at 9:26 pm
Viewing 15 posts - 961 through 975 (of 1,157 total)