Viewing 15 posts - 11,086 through 11,100 (of 26,486 total)
I can't see anything in the code of the stored procedure that would truncate the data for the RxNumber. I would start by debugging the VB.NET code to ensure...
June 25, 2012 at 9:27 am
What does the following return on both principal and mirror servers: select * from sys.database_mirroring.
June 25, 2012 at 8:49 am
anarayanamoorthy (6/12/2012)
Manu,I did not get any output post execution of the query in Principal server.
You should only get a result set when run on a server operating as a witness...
June 25, 2012 at 8:48 am
gmrose (6/22/2012)
June 22, 2012 at 3:29 pm
Reg_Mayfield (6/22/2012)
I have been experimenting with this approach. I do have one question.
If I had a table that had 10 million rows and I...
June 22, 2012 at 12:52 pm
paul weegar (6/12/2009)
June 22, 2012 at 12:32 pm
Nope, clear as mud. You are going to have to provide DDL (CREATE TABLE statement) for the table(s) involved, sample data for each of the tables (8 to12 rows...
June 22, 2012 at 12:27 pm
Here is something for you to play with.
create table #mytable(
ID varchar(12),
EffectiveDate datetime,
TermDate datetime,
[Status] varchar(1)
);
GO
insert...
June 22, 2012 at 11:47 am
themangoagent (6/22/2012)
June 22, 2012 at 11:19 am
Welsh Corgi (6/22/2012)
Thanks for providing some feedback. I'm sure the OP appreciates it also.
June 22, 2012 at 11:13 am
Some of the delay can also be from the OS as it modifies the backup file to the appropriate size due to over allocation when estimating the size of the...
June 22, 2012 at 11:06 am
I am assuming that the backups are done serially as it is in a maintenenace plan. Could be due to fragmention, both of the databases and where the backup...
June 22, 2012 at 11:02 am
Couple things I have noticed in the sample data, no multiple records for the same ID and no inactive IDs.
June 22, 2012 at 10:46 am
themangoagent (6/22/2012)
June 22, 2012 at 10:39 am
Duplicate post, post answers here.
June 22, 2012 at 10:02 am
Viewing 15 posts - 11,086 through 11,100 (of 26,486 total)