Viewing 15 posts - 1 through 15 (of 19 total)
Thank you for the Reply!.. my criteria is that we would have mutiple records (Start and EndDt's) in the @Table1 for single ID and also the same in the @table2....
February 19, 2013 at 4:56 pm
Update : was able find the solution to import replication .bcp data file from the below approach
Thanks,
Rembersu
October 15, 2012 at 8:41 pm
Update : was able find the solution to import replication .bcp data file from the below approach
Thanks,
Rembersu
October 15, 2012 at 8:40 pm
Insert Into @Table (Id, StartDate, EndDate)
Select 'id1', '20081016', '20090531' Union All
Select 'id1', '20090601', '20090605' Union All
Select 'id1', '20090601', '20090606' Union All
Select 'id1', '20090607', '20090729' Union All...
April 8, 2010 at 6:51 pm
Thank you so much , really appreciate your help with this.
I have not come across the scenario where there are multiple records with the same start and enddates. that...
April 8, 2010 at 5:13 pm
Thank you for the quick response.
if the StartDate are same then we need to pick the earliest EndDate
and If the EndDates are same then we need to pick...
April 8, 2010 at 4:34 pm
Thank you very much. it work fine i have a problem when the StartDate=StartDate or EndDate=EndDate
like the data sample below
Insert Into @Table (Id, StartDate, EndDate)
Select 'id1', '20081016', '20090531'...
April 8, 2010 at 3:46 pm
thank you i think i have to go with the full backup :crying: .no i don't have the T-log backup for the database.
February 10, 2009 at 9:52 am
Thank you Steve for the link. from the article
"Note that once a file is set offline, the only way to set the file online is by restoring the file...
February 10, 2009 at 9:38 am
Yes i am trying to set the lost ndf file offline. and try to bring the database online.
Thanks & Regards,
Rembersu
February 9, 2009 at 10:09 pm
I think you can try giving the user only read,write,DDl-Admin previlige this will
allow the user only to modify by query. if you add the View Definition permission on the
database level...
December 26, 2008 at 12:30 pm
Yes when we create a maintenance plan SQL server will create a SSIS package and SQL agent job which has all the step which we select in the "select maintenance...
December 26, 2008 at 12:00 pm
Thank you Phil & Ray!
It works now i am to load the text file with caret delimited.
Rembersu
December 23, 2008 at 12:51 pm
Hi Phil ,
when i try to create flat file connection i see only one column in the Advance tab in the flat file connection manager editor. have tried to...
December 23, 2008 at 10:23 am
Viewing 15 posts - 1 through 15 (of 19 total)