Viewing 15 posts - 376 through 390 (of 5,103 total)
you should also patch your version( 9.00.1399 ) is RTM you should patch SQL Server ( SP3 is already out )
March 3, 2009 at 1:09 pm
Sorry I should have posted: UPDATE STATISTICS {tablename} WITH FULLSCAN,ALL
March 3, 2009 at 1:01 pm
GilaMonster (3/3/2009)
noeld (3/3/2009)
That is why I don't really think "Clean Shutdown" is something you can choose.
It's not. SQL will always try to cleanly shut down all of its databases...
March 3, 2009 at 12:56 pm
Normally sp_publication_validation is what is used, any custom rule you will have to program it yourself.
March 3, 2009 at 10:58 am
winston Smith (3/3/2009)
March 3, 2009 at 10:53 am
Even in the case of a power outage SQL Server most be able to recover unless disk corruption occurs!
March 3, 2009 at 9:51 am
Be careful before engaging into things like this. You must ensure that your primary file group is always available, that your transaction log backups are tightly controlled and PRACTICE as...
March 3, 2009 at 9:47 am
when you run dropsubscription and droppublication all replication objects should be removed unless there are errors. You you run also droppullsubscription if you are using "pull" subscribers. Please refer to...
March 3, 2009 at 9:13 am
Are you talking about LogShipping ?
March 3, 2009 at 9:09 am
You should you Merge and Yes SQL Express can be subscriber to either Transactional, Snapshot or Merge.
By the way your server version is retrieved by running "select @@version" on the...
March 3, 2009 at 9:07 am
You can also on a per article basis tell the the publication not to delete the data at snapshot time.
March 3, 2009 at 9:02 am
Am I looking at the same question you are ?
There is no TRUNCATE TABLE anywhere in the code!
🙁
March 3, 2009 at 8:53 am
Please, post sample code and sample data.
You will probably need a level and a path to run your rollups but we can't go further without more info.
Hopefully you understand why...
February 27, 2009 at 8:10 am
H (2/27/2009)
I ran sp_helppublication on the publication db, and it returned these results:
1timesheet_prd_TRA01110Snapshot publication of timesheet_prd_TRA database from Publisher NL00-TSHEET1TST.001100000NULL336001NULLNULLNULL0NULL21NULLanonymous00NULL14NULLNULL100
It was a great help, because I saw that there...
February 27, 2009 at 8:07 am
Viewing 15 posts - 376 through 390 (of 5,103 total)