Viewing 15 posts - 1 through 15 (of 125 total)
Please try increasing/decreasing the batch size else follow the below link -:
http://www.sqlbi.com/LinkClick.aspx?fileticket=svahq1Mpp9A%3D&tabid=169&mid=375
August 17, 2010 at 1:12 pm
Please execute the below before setting up the logshipping. With the error I am presuming there is old entries. Execute both on primary and secondary.
use msdb
go
delete log_shipping_primary_databases
delete log_shipping_primary_secondaries
delete log_shipping_monitor_primary
delete log_shipping_monitor_history_detail
delete...
August 17, 2010 at 1:04 pm
My guess could be this link,
Let me check is some one scripting the whole database.
Thanks,
Ganesh
August 15, 2010 at 12:00 am
Thanks....I missed those columns.
Thanks for your help
November 18, 2008 at 3:22 pm
I had the simmilar problem in SQL Server Express Edition and this is because of conflicts on the Microsoft provided msi.
After the SP2 is introduced this is not compatible with...
August 10, 2008 at 2:28 pm
Yep. Thanks for the input.....
Finally I got this.....Could you please take a look and let me know if I am missing other than this....
declare @inputdate datetime
November 28, 2006 at 2:14 pm
Thanks to everyone....
I hope this looks very easy to me....
If the date is last day of the month {
SELECT dateadd(DAY, -1, dateadd(MONTH, -6, dateadd(DAY, 1, @date)))
}
else{
SELECT dateadd(MONTH,-6,@date)
}
Please correct me...
November 27, 2006 at 3:06 pm
Thanks for the reply
The requirement is like this. I have a table
Policy_Term
policyid policy_term_id valid_start_date valid_end_date
X123 1 05/31/2006 NULL
x123 2 11/30/2006 NULL
This is how the data looks, the same table has...
November 27, 2006 at 2:33 pm
On the Database Server
Right Click MyNetworkPlaces -> Properties
Right Click Local Area Connection -> Properties
Select Internet Protocol(TCP/IP) -> Configure
Go to Advanced Tab -> Speed & Duplex
If the value is "auto"
Set the...
August 22, 2006 at 6:05 pm
Thanks a lot Farrell......I appreciate it....
It worked......
Thanks,
Ganesh
April 6, 2006 at 5:01 pm
Thanks mark....
Sorry, I didn't frame my question properly....
My question was whether using cursor is optimized or using a while loop is optimized.
Consider a situation I have to loop through all...
March 17, 2006 at 3:21 pm
Hi Db Gurus,
Atleast I would expect a compile time error, whereas it gives me a run time error. That's wierd.
Please help me out.
Thanks,
Ganesh
March 2, 2006 at 4:20 pm
Scott,
From your message I got to understand, you basically require a SQL Server Database connectivity for your ASP Pages. If Iam correct, proceed with the existing Developer Edition SQL...
July 4, 2005 at 10:11 pm
Theoritically, you can't have two instances with the same name.
Step 1: Uninstall all the SQL Server instances, if got installed.
Step 2: Install Developer Edition as the default instance.
Step 3: Install the MSDERelA...
July 4, 2005 at 1:34 pm
Viewing 15 posts - 1 through 15 (of 125 total)